COLOR #EEE0DA

HEX: #EEE0DA
RGB: (238,224,218)

Color info

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

RGB color model

#EEE0DA color RGB value is (238,224,218).

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

RGB channels and saturation

R 238 of 255 = 93%
G 224 of 255 = 88%
B 218 of 255 = 85%

238
224
218

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

Portions of RGB colors in percentages

R + G + B =
238 + 224 + 218 = 680 (100%)
R 238 of 680 ~ 35%
G 224 of 680 ~ 32.94%
B 218 of 680 ~ 32.06%

%35
%32.94
%32.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 8.40%
  • key color value is 6.67%
CMYK:
(0,6,8,7)
C0M6Y8K7 
(0%,6%,8%,7%)
(0.00/0.06/0.08/0.07)	

CMYK percentages

%0
%5.88
%8.4
%6.67

Codes

Color #EEE0DA in popluar color models

EEE0DA
RGB238224218
HSL18°37.04%89.41%
HSB/HSV18°8.40%93.33%
CMYK0.00%5.88%8.40%
6.67%

Color #EEE0DA in popluar number systems.

HEXEEE0DA
Decimal238224218
Binary111011101110000011011010
Octal356340332

Shades and tints

Shades of #EEE0DA

#EEE0DA
(238,224,218)
#D9CCC7
(217,204,199)
#C4B8B4
(196,184,180)
#AFA4A1
(175,164,161)
#9A908E
(154,144,142)
#857C7B
(133,124,123)
#706868
(112,104,104)
#5B5455
(91,84,85)
#464042
(70,64,66)
#312C2F
(49,44,47)
#1C181C
(28,24,28)
#000000
(0,0,0)

Tints of #EEE0DA

#EEE0DA
(238,224,218)
#EFE2DD
(239,226,221)
#F0E4E0
(240,228,224)
#F1E6E3
(241,230,227)
#F2E8E6
(242,232,230)
#F3EAE9
(243,234,233)
#F4ECEC
(244,236,236)
#F5EEEF
(245,238,239)
#F6F0F2
(246,240,242)
#F7F2F5
(247,242,245)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE0DA; }

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

This text font color is #EEE0DA.


Background Color

.myBgColor { background-color: #EEE0DA; }

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

This div background color is #EEE0DA.


Border color

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

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

This div border color is #EEE0DA.


Opacity

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

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

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

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

This text has shadow with #EEE0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE0DA on black background.


Color preview on white background

This text has color #EEE0DA on white background.



Black color preview on #EEE0DA background

This text has black color on #EEE0DA background.


White color preview on #EEE0DA background

This text has white color on #EEE0DA background.