COLOR #EEE6DF

HEX: #EEE6DF
RGB: (238,230,223)

Color info

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

RGB color model

#EEE6DF color RGB value is (238,230,223).

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

RGB channels and saturation

R 238 of 255 = 93%
G 230 of 255 = 90%
B 223 of 255 = 87%

238
230
223

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

Portions of RGB colors in percentages

R + G + B =
238 + 230 + 223 = 691 (100%)
R 238 of 691 ~ 34.44%
G 230 of 691 ~ 33.29%
B 223 of 691 ~ 32.27%

%34.44
%33.29
%32.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 6.30%
  • key color value is 6.67%
CMYK:
(0,3,6,7)
C0M3Y6K7 
(0%,3%,6%,7%)
(0.00/0.03/0.06/0.07)	

CMYK percentages

%0
%3.36
%6.3
%6.67

Codes

Color #EEE6DF in popluar color models

EEE6DF
RGB238230223
HSL28°30.61%90.39%
HSB/HSV28°6.30%93.33%
CMYK0.00%3.36%6.30%
6.67%

Color #EEE6DF in popluar number systems.

HEXEEE6DF
Decimal238230223
Binary111011101110011011011111
Octal356346337

Shades and tints

Shades of #EEE6DF

#EEE6DF
(238,230,223)
#D9D2CB
(217,210,203)
#C4BEB7
(196,190,183)
#AFAAA3
(175,170,163)
#9A968F
(154,150,143)
#85827B
(133,130,123)
#706E67
(112,110,103)
#5B5A53
(91,90,83)
#46463F
(70,70,63)
#31322B
(49,50,43)
#1C1E17
(28,30,23)
#000000
(0,0,0)

Tints of #EEE6DF

#EEE6DF
(238,230,223)
#EFE8E1
(239,232,225)
#F0EAE3
(240,234,227)
#F1ECE5
(241,236,229)
#F2EEE7
(242,238,231)
#F3F0E9
(243,240,233)
#F4F2EB
(244,242,235)
#F5F4ED
(245,244,237)
#F6F6EF
(246,246,239)
#F7F8F1
(247,248,241)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE6DF; }

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

This text font color is #EEE6DF.


Background Color

.myBgColor { background-color: #EEE6DF; }

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

This div background color is #EEE6DF.


Border color

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

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

This div border color is #EEE6DF.


Opacity

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

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

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

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

This text has shadow with #EEE6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE6DF on black background.


Color preview on white background

This text has color #EEE6DF on white background.



Black color preview on #EEE6DF background

This text has black color on #EEE6DF background.


White color preview on #EEE6DF background

This text has white color on #EEE6DF background.