Does anyone know what background color this is?

eflat

Platinum Member
Feb 27, 2000
2,109
0
0
I want to make the background on my webpage this color but I don't know what color it is..

http://www.doughalpern.com/gallery

You know that little six letter numerical value so you can put in in the html (body bgcolor="XXXXXX")

Thanks for any help
 

conjur

No Lifer
Jun 7, 2001
58,686
3
0
From the stylesheet used there:


A:link, A:visited, A:active
{ color: #333366; }
A:hover
{ color: #336666; }

/*
default text styles - background and colors overriden by
album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY
{
background-color: #BBCCAA;
color: #000000;
}
TD, P
{
color: #000000;
}