COLOR #EEE4D1

HEX: #EEE4D1
RGB: (238,228,209)

Color info

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

RGB color model

#EEE4D1 color RGB value is (238,228,209).

  • red value is 238;
  • green value is 228;
  • blue value is 209.
RGB:
(238,228,209)
(93%,89%,82%)

RGB channels and saturation

R 238 of 255 = 93%
G 228 of 255 = 89%
B 209 of 255 = 82%

238
228
209

R + G + B ~ 88%. #EEE4D1 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 228 + 209 = 675 (100%)
R 238 of 675 ~ 35.26%
G 228 of 675 ~ 33.78%
B 209 of 675 ~ 30.96%

%35.26
%33.78
%30.96

CMYK color model

#EEE4D1 color CMYK value is (0,4,12,7).

  • cyan value is 0.00%
  • magenta value is 4.20%
  • yellow value is 12.18%
  • key color value is 6.67%
CMYK:
(0,4,12,7)
C0M4Y12K7 
(0%,4%,12%,7%)
(0.00/0.04/0.12/0.07)	

CMYK percentages

%0
%4.2
%12.18
%6.67

Codes

Color #EEE4D1 in popluar color models

EEE4D1
RGB238228209
HSL39°46.03%87.65%
HSB/HSV39°12.18%93.33%
CMYK0.00%4.20%12.18%
6.67%

Color #EEE4D1 in popluar number systems.

HEXEEE4D1
Decimal238228209
Binary111011101110010011010001
Octal356344321

Shades and tints

Shades of #EEE4D1

#EEE4D1
(238,228,209)
#D9D0BE
(217,208,190)
#C4BCAB
(196,188,171)
#AFA898
(175,168,152)
#9A9485
(154,148,133)
#858072
(133,128,114)
#706C5F
(112,108,95)
#5B584C
(91,88,76)
#464439
(70,68,57)
#313026
(49,48,38)
#1C1C13
(28,28,19)
#000000
(0,0,0)

Tints of #EEE4D1

#EEE4D1
(238,228,209)
#EFE6D5
(239,230,213)
#F0E8D9
(240,232,217)
#F1EADD
(241,234,221)
#F2ECE1
(242,236,225)
#F3EEE5
(243,238,229)
#F4F0E9
(244,240,233)
#F5F2ED
(245,242,237)
#F6F4F1
(246,244,241)
#F7F6F5
(247,246,245)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE4D1 color. Also use rgb(238,228,209) instead hex code.

Text Font Color

.myTextColor { color: #EEE4D1; }

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

This text font color is #EEE4D1.


Background Color

.myBgColor { background-color: #EEE4D1; }

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

This div background color is #EEE4D1.


Border color

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

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

This div border color is #EEE4D1.


Opacity

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

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

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

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

This text has shadow with #EEE4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE4D1 on black background.


Color preview on white background

This text has color #EEE4D1 on white background.



Black color preview on #EEE4D1 background

This text has black color on #EEE4D1 background.


White color preview on #EEE4D1 background

This text has white color on #EEE4D1 background.