COLOR #EEEBBD

HEX: #EEEBBD
RGB: (238,235,189)

Color info

#EEEBBD contains red, green and blue colors in about the same proportion. Web safe color of #EEEBBD is #FFFFCC (or #FFC).

RGB color model

#EEEBBD color RGB value is (238,235,189).

  • red value is 238;
  • green value is 235;
  • blue value is 189.
RGB:
(238,235,189)
(93%,92%,74%)

RGB channels and saturation

R 238 of 255 = 93%
G 235 of 255 = 92%
B 189 of 255 = 74%

238
235
189

R + G + B ~ 86%. #EEEBBD is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 235 + 189 = 662 (100%)
R 238 of 662 ~ 35.95%
G 235 of 662 ~ 35.5%
B 189 of 662 ~ 28.55%

%35.95
%35.5
%28.55

CMYK color model

#EEEBBD color CMYK value is (0,1,21,7).

  • cyan value is 0.00%
  • magenta value is 1.26%
  • yellow value is 20.59%
  • key color value is 6.67%
CMYK:
(0,1,21,7)
C0M1Y21K7 
(0%,1%,21%,7%)
(0.00/0.01/0.21/0.07)	

CMYK percentages

%0
%1.26
%20.59
%6.67

Codes

Color #EEEBBD in popluar color models

EEEBBD
RGB238235189
HSL56°59.04%83.73%
HSB/HSV56°20.59%93.33%
CMYK0.00%1.26%20.59%
6.67%

Color #EEEBBD in popluar number systems.

HEXEEEBBD
Decimal238235189
Binary111011101110101110111101
Octal356353275

Shades and tints

Shades of #EEEBBD

#EEEBBD
(238,235,189)
#D9D6AC
(217,214,172)
#C4C19B
(196,193,155)
#AFAC8A
(175,172,138)
#9A9779
(154,151,121)
#858268
(133,130,104)
#706D57
(112,109,87)
#5B5846
(91,88,70)
#464335
(70,67,53)
#312E24
(49,46,36)
#1C1913
(28,25,19)
#000000
(0,0,0)

Tints of #EEEBBD

#EEEBBD
(238,235,189)
#EFECC3
(239,236,195)
#F0EDC9
(240,237,201)
#F1EECF
(241,238,207)
#F2EFD5
(242,239,213)
#F3F0DB
(243,240,219)
#F4F1E1
(244,241,225)
#F5F2E7
(245,242,231)
#F6F3ED
(246,243,237)
#F7F4F3
(247,244,243)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEEBBD color. Also use rgb(238,235,189) instead hex code.

Text Font Color

.myTextColor { color: #EEEBBD; }

<p style="color:#EEEBBD">This sample text font color is #EEEBBD.</p>

This text font color is #EEEBBD.


Background Color

.myBgColor { background-color: #EEEBBD; }

<div style="background-color:#EEEBBD">Inner text</div>

This div background color is #EEEBBD.


Border color

.myBorderColor { border: 1px solid #EEEBBD; }

<div style="border:3px solid #EEEBBD">Div</div>

This div border color is #EEEBBD.


Opacity

.myOpacity80 { color: #EEEBBD; opacity: 0.8; }

<p style="color:#EEEBBD;opacity:0.8;">80%</p>

Text with #EEEBBD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EEEBBD;}

<p style="text-shadow: 3px 3px 1px #EEEBBD">Text here.</p>

This text has shadow with #EEEBBD color.

.textShadow {text-shadow: 3px 3px 1px #EEEBBD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EEEBBD, 5px 5px 20px red">Text here.</p>

This text has shadow with #EEEBBD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEEBBD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EEEBBD, Direction=45, Strength=4)">Text</p>

This text has shadow with #EEEBBD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EEEBBD;
  -webkit-box-shadow:	1px 1px 3px 2px #EEEBBD;
  box-shadow:		1px 1px 3px 2px #EEEBBD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEEBBD;
-webkit-box-shadow: 1px 1px 3px 2px #EEEBBD;
box-shadow:1px 1px 3px 2px #EEEBBD;">
Div content here</div>
This div box has shadow with color #EEEBBD.

Preview

Color preview on black background

This text has color #EEEBBD on black background.


Color preview on white background

This text has color #EEEBBD on white background.



Black color preview on #EEEBBD background

This text has black color on #EEEBBD background.


White color preview on #EEEBBD background

This text has white color on #EEEBBD background.