COLOR #EEE9DB

HEX: #EEE9DB RGB: (238,233,219)

Color info

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

RGB color model

#EEE9DB color RGB value is (238,233,219).

RGB: (238,233,219) (93%, 91%, 86%)

RGB channels and saturation

R 238 of 255 = 93%
G 233 of 255 = 91%
B 219 of 255 = 86%

238
233
219

R + G + B ~ 90%. #EEE9DB is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 233 + 219 = 690 (100%)
R 238 of 690 ~ 34.49%
G 233 of 690 ~ 33.77%
B 219 of 690 ~ 31.74'%

%34.49
%33.77
%31.74

CMYK color model

#EEE9DB color CMYK value is (0,2,8,7).

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

CMYK: (0,2,8,7)
C0M2Y8K7 (0%, 2%, 8%, 7%)
(0.00 / 0.02 / 0.08 / 0.07)

CMYK percentages

%0
%2.1
%7.98
%6.67

Codes

Color #EEE9DB in popluar color models

EE E9 DB
RGB 238 233 219
HSL 44° 35.85% 89.61%
HSB/HSV 44° 7.98% 93.33%
CMYK 0.00% 2.10% 7.98%
6.67%

Color #EEE9DB in popluar number systems.

HEX EE E9 DB
Decimal 238 233 219
Binary 11101110 11101001 11011011
Octal 356 351 333

Shades and tints

Shades of #EEE9DB

#EEE9DB
(238,233,219)
#D9D4C8
(217,212,200)
#C4BFB5
(196,191,181)
#AFAAA2
(175,170,162)
#9A958F
(154,149,143)
#85807C
(133,128,124)
#706B69
(112,107,105)
#5B5656
(91,86,86)
#464143
(70,65,67)
#312C30
(49,44,48)
#1C171D
(28,23,29)
#000000
(0,0,0)

Tints of #EEE9DB

#EEE9DB
(238,233,219)
#EFEBDE
(239,235,222)
#F0EDE1
(240,237,225)
#F1EFE4
(241,239,228)
#F2F1E7
(242,241,231)
#F3F3EA
(243,243,234)
#F4F5ED
(244,245,237)
#F5F7F0
(245,247,240)
#F6F9F3
(246,249,243)
#F7FBF6
(247,251,246)
#F8FDF9
(248,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE9DB; }

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

This text font color is #EEE9DB.

Background Color

.myBgColor { background-color: #EEE9DB; }

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

This div background color is #EEE9DB.

Border color

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

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

This div border color is #EEE9DB.

Opacity

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

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

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

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

This text has shadow with #EEE9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE9DB.

Preview

Color preview on black background

This text has color #EEE9DB on black background.


Color preview on white background

This text has color #EEE9DB on white background.


Black color preview on #EEE9DB background

This text has black color on #EEE9DB background.


White color preview on #EEE9DB background

This text has white color on #EEE9DB background.


Related colors

Complementary color

Complementary color for #hex is #111624.


I love getcolorcode.com

Triadic colors

1 #DBEEE9 and #E9DBEE with #EEE9DB are triadic colors.

2 #DBE9EE and #E9EEDB with #EEE9DB are triadic colors.