COLOR #EEE0DF

HEX: #EEE0DF
RGB: (238,224,223)

Color info

#EEE0DF contains red, green and blue colors in about the same proportion. Web safe color of #EEE0DF is #FFCCCC (or #FCC).

RGB color model

#EEE0DF color RGB value is (238,224,223).

  • red value is 238;
  • green value is 224;
  • blue value is 223.
RGB:
(238,224,223)
(93%,88%,87%)

RGB channels and saturation

R 238 of 255 = 93%
G 224 of 255 = 88%
B 223 of 255 = 87%

238
224
223

R + G + B ~ 89%. #EEE0DF is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 224 + 223 = 685 (100%)
R 238 of 685 ~ 34.74%
G 224 of 685 ~ 32.7%
B 223 of 685 ~ 32.55%

%34.74
%32.7
%32.55

CMYK color model

#EEE0DF color CMYK value is (0,6,6,7).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 6.30%
  • key color value is 6.67%
CMYK:
(0,6,6,7)
C0M6Y6K7 
(0%,6%,6%,7%)
(0.00/0.06/0.06/0.07)	

CMYK percentages

%0
%5.88
%6.3
%6.67

Codes

Color #EEE0DF in popluar color models

EEE0DF
RGB238224223
HSL30.61%90.39%
HSB/HSV6.30%93.33%
CMYK0.00%5.88%6.30%
6.67%

Color #EEE0DF in popluar number systems.

HEXEEE0DF
Decimal238224223
Binary111011101110000011011111
Octal356340337

Shades and tints

Shades of #EEE0DF

#EEE0DF
(238,224,223)
#D9CCCB
(217,204,203)
#C4B8B7
(196,184,183)
#AFA4A3
(175,164,163)
#9A908F
(154,144,143)
#857C7B
(133,124,123)
#706867
(112,104,103)
#5B5453
(91,84,83)
#46403F
(70,64,63)
#312C2B
(49,44,43)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #EEE0DF

#EEE0DF
(238,224,223)
#EFE2E1
(239,226,225)
#F0E4E3
(240,228,227)
#F1E6E5
(241,230,229)
#F2E8E7
(242,232,231)
#F3EAE9
(243,234,233)
#F4ECEB
(244,236,235)
#F5EEED
(245,238,237)
#F6F0EF
(246,240,239)
#F7F2F1
(247,242,241)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE0DF color. Also use rgb(238,224,223) instead hex code.

Text Font Color

.myTextColor { color: #EEE0DF; }

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

This text font color is #EEE0DF.


Background Color

.myBgColor { background-color: #EEE0DF; }

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

This div background color is #EEE0DF.


Border color

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

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

This div border color is #EEE0DF.


Opacity

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

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

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

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

This text has shadow with #EEE0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE0DF on black background.


Color preview on white background

This text has color #EEE0DF on white background.



Black color preview on #EEE0DF background

This text has black color on #EEE0DF background.


White color preview on #EEE0DF background

This text has white color on #EEE0DF background.