COLOR #EEE9ED

HEX: #EEE9ED RGB: (238,233,237)

Color info

#EEE9ED contains red, green and blue colors in about the same proportion. Web safe color of #EEE9ED is #FFFFFF (or #FFF).

RGB color model

#EEE9ED color RGB value is (238,233,237).

RGB: (238,233,237) (93%, 91%, 93%)

RGB channels and saturation

R 238 of 255 = 93%
G 233 of 255 = 91%
B 237 of 255 = 93%

238
233
237

R + G + B ~ 92%. #EEE9ED is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 233 + 237 = 708 (100%)
R 238 of 708 ~ 33.62%
G 233 of 708 ~ 32.91%
B 237 of 708 ~ 33.47'%

%33.62
%32.91
%33.47

CMYK color model

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

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

CMYK: (0,2,0,7)
C0M2Y0K7 (0%, 2%, 0%, 7%)
(0.00 / 0.02 / 0.00 / 0.07)

CMYK percentages

%0
%2.1
%0.42
%6.67

Codes

Color #EEE9ED in popluar color models

EE E9 ED
RGB 238 233 237
HSL 312° 12.82% 92.35%
HSB/HSV 312° 2.10% 93.33%
CMYK 0.00% 2.10% 0.42%
6.67%

Color #EEE9ED in popluar number systems.

HEX EE E9 ED
Decimal 238 233 237
Binary 11101110 11101001 11101101
Octal 356 351 355

Shades and tints

Shades of #EEE9ED

#EEE9ED
(238,233,237)
#D9D4D8
(217,212,216)
#C4BFC3
(196,191,195)
#AFAAAE
(175,170,174)
#9A9599
(154,149,153)
#858084
(133,128,132)
#706B6F
(112,107,111)
#5B565A
(91,86,90)
#464145
(70,65,69)
#312C30
(49,44,48)
#1C171B
(28,23,27)
#000000
(0,0,0)

Tints of #EEE9ED

#EEE9ED
(238,233,237)
#EFEBEE
(239,235,238)
#F0EDEF
(240,237,239)
#F1EFF0
(241,239,240)
#F2F1F1
(242,241,241)
#F3F3F2
(243,243,242)
#F4F5F3
(244,245,243)
#F5F7F4
(245,247,244)
#F6F9F5
(246,249,245)
#F7FBF6
(247,251,246)
#F8FDF7
(248,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE9ED; }

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

This text font color is #EEE9ED.

Background Color

.myBgColor { background-color: #EEE9ED; }

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

This div background color is #EEE9ED.

Border color

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

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

This div border color is #EEE9ED.

Opacity

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

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

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

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

This text has shadow with #EEE9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE9ED.

Preview

Color preview on black background

This text has color #EEE9ED on black background.


Color preview on white background

This text has color #EEE9ED on white background.


Black color preview on #EEE9ED background

This text has black color on #EEE9ED background.


White color preview on #EEE9ED background

This text has white color on #EEE9ED background.


Related colors

Complementary color

Complementary color for #hex is #111612.


I love getcolorcode.com

Triadic colors

1 #EDEEE9 and #E9EDEE with #EEE9ED are triadic colors.

2 #EDE9EE and #E9EEED with #EEE9ED are triadic colors.