COLOR #EEE4D9

HEX: #EEE4D9
RGB: (238,228,217)

Color info

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

RGB color model

#EEE4D9 color RGB value is (238,228,217).

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

RGB channels and saturation

R 238 of 255 = 93%
G 228 of 255 = 89%
B 217 of 255 = 85%

238
228
217

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

Portions of RGB colors in percentages

R + G + B =
238 + 228 + 217 = 683 (100%)
R 238 of 683 ~ 34.85%
G 228 of 683 ~ 33.38%
B 217 of 683 ~ 31.77%

%34.85
%33.38
%31.77

CMYK color model

#EEE4D9 color CMYK value is (0,4,9,7).

  • cyan value is 0.00%
  • magenta value is 4.20%
  • yellow value is 8.82%
  • key color value is 6.67%
CMYK:
(0,4,9,7)
C0M4Y9K7 
(0%,4%,9%,7%)
(0.00/0.04/0.09/0.07)	

CMYK percentages

%0
%4.2
%8.82
%6.67

Codes

Color #EEE4D9 in popluar color models

EEE4D9
RGB238228217
HSL31°38.18%89.22%
HSB/HSV31°8.82%93.33%
CMYK0.00%4.20%8.82%
6.67%

Color #EEE4D9 in popluar number systems.

HEXEEE4D9
Decimal238228217
Binary111011101110010011011001
Octal356344331

Shades and tints

Shades of #EEE4D9

#EEE4D9
(238,228,217)
#D9D0C6
(217,208,198)
#C4BCB3
(196,188,179)
#AFA8A0
(175,168,160)
#9A948D
(154,148,141)
#85807A
(133,128,122)
#706C67
(112,108,103)
#5B5854
(91,88,84)
#464441
(70,68,65)
#31302E
(49,48,46)
#1C1C1B
(28,28,27)
#000000
(0,0,0)

Tints of #EEE4D9

#EEE4D9
(238,228,217)
#EFE6DC
(239,230,220)
#F0E8DF
(240,232,223)
#F1EAE2
(241,234,226)
#F2ECE5
(242,236,229)
#F3EEE8
(243,238,232)
#F4F0EB
(244,240,235)
#F5F2EE
(245,242,238)
#F6F4F1
(246,244,241)
#F7F6F4
(247,246,244)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE4D9; }

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

This text font color is #EEE4D9.


Background Color

.myBgColor { background-color: #EEE4D9; }

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

This div background color is #EEE4D9.


Border color

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

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

This div border color is #EEE4D9.


Opacity

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

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

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

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

This text has shadow with #EEE4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE4D9 on black background.


Color preview on white background

This text has color #EEE4D9 on white background.



Black color preview on #EEE4D9 background

This text has black color on #EEE4D9 background.


White color preview on #EEE4D9 background

This text has white color on #EEE4D9 background.