COLOR #EEE9BD

HEX: #EEE9BD RGB: (238,233,189)

Color info

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

RGB color model

#EEE9BD color RGB value is (238,233,189).

RGB: (238,233,189) (93%, 91%, 74%)

RGB channels and saturation

R 238 of 255 = 93%
G 233 of 255 = 91%
B 189 of 255 = 74%

238
233
189

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

Portions of RGB colors in percentages

R + G + B = 238 + 233 + 189 = 660 (100%)
R 238 of 660 ~ 36.06%
G 233 of 660 ~ 35.3%
B 189 of 660 ~ 28.64'%

%36.06
%35.3
%28.64

CMYK color model

#EEE9BD color CMYK value is (0,2,21,7).

  • cyan value is 0.00%
  • magenta value is 2.10%
  • yellow value is 20.59%
  • key color value is 6.67%

CMYK: (0,2,21,7)
C0M2Y21K7 (0%, 2%, 21%, 7%)
(0.00 / 0.02 / 0.21 / 0.07)

CMYK percentages

%0
%2.1
%20.59
%6.67

Codes

Color #EEE9BD in popluar color models

EE E9 BD
RGB 238 233 189
HSL 54° 59.04% 83.73%
HSB/HSV 54° 20.59% 93.33%
CMYK 0.00% 2.10% 20.59%
6.67%

Color #EEE9BD in popluar number systems.

HEX EE E9 BD
Decimal 238 233 189
Binary 11101110 11101001 10111101
Octal 356 351 275

Shades and tints

Shades of #EEE9BD

#EEE9BD
(238,233,189)
#D9D4AC
(217,212,172)
#C4BF9B
(196,191,155)
#AFAA8A
(175,170,138)
#9A9579
(154,149,121)
#858068
(133,128,104)
#706B57
(112,107,87)
#5B5646
(91,86,70)
#464135
(70,65,53)
#312C24
(49,44,36)
#1C1713
(28,23,19)
#000000
(0,0,0)

Tints of #EEE9BD

#EEE9BD
(238,233,189)
#EFEBC3
(239,235,195)
#F0EDC9
(240,237,201)
#F1EFCF
(241,239,207)
#F2F1D5
(242,241,213)
#F3F3DB
(243,243,219)
#F4F5E1
(244,245,225)
#F5F7E7
(245,247,231)
#F6F9ED
(246,249,237)
#F7FBF3
(247,251,243)
#F8FDF9
(248,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE9BD; }

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

This text font color is #EEE9BD.

Background Color

.myBgColor { background-color: #EEE9BD; }

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

This div background color is #EEE9BD.

Border color

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

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

This div border color is #EEE9BD.

Opacity

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

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

Text with #EEE9BD 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 #EEE9BD;}

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

This text has shadow with #EEE9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE9BD.

Preview

Color preview on black background

This text has color #EEE9BD on black background.


Color preview on white background

This text has color #EEE9BD on white background.


Black color preview on #EEE9BD background

This text has black color on #EEE9BD background.


White color preview on #EEE9BD background

This text has white color on #EEE9BD background.


Related colors

Complementary color

Complementary color for #hex is #111642.


I love getcolorcode.com

Triadic colors

1 #BDEEE9 and #E9BDEE with #EEE9BD are triadic colors.

2 #BDE9EE and #E9EEBD with #EEE9BD are triadic colors.