COLOR #EEE1DA

HEX: #EEE1DA
RGB: (238,225,218)

Color info

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

RGB color model

#EEE1DA color RGB value is (238,225,218).

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

RGB channels and saturation

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

238
225
218

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

Portions of RGB colors in percentages

R + G + B =
238 + 225 + 218 = 681 (100%)
R 238 of 681 ~ 34.95%
G 225 of 681 ~ 33.04%
B 218 of 681 ~ 32.01%

%34.95
%33.04
%32.01

CMYK color model

#EEE1DA color CMYK value is (0,5,8,7).

  • cyan value is 0.00%
  • magenta value is 5.46%
  • yellow value is 8.40%
  • key color value is 6.67%
CMYK:
(0,5,8,7)
C0M5Y8K7 
(0%,5%,8%,7%)
(0.00/0.05/0.08/0.07)	

CMYK percentages

%0
%5.46
%8.4
%6.67

Codes

Color #EEE1DA in popluar color models

EEE1DA
RGB238225218
HSL21°37.04%89.41%
HSB/HSV21°8.40%93.33%
CMYK0.00%5.46%8.40%
6.67%

Color #EEE1DA in popluar number systems.

HEXEEE1DA
Decimal238225218
Binary111011101110000111011010
Octal356341332

Shades and tints

Shades of #EEE1DA

#EEE1DA
(238,225,218)
#D9CDC7
(217,205,199)
#C4B9B4
(196,185,180)
#AFA5A1
(175,165,161)
#9A918E
(154,145,142)
#857D7B
(133,125,123)
#706968
(112,105,104)
#5B5555
(91,85,85)
#464142
(70,65,66)
#312D2F
(49,45,47)
#1C191C
(28,25,28)
#000000
(0,0,0)

Tints of #EEE1DA

#EEE1DA
(238,225,218)
#EFE3DD
(239,227,221)
#F0E5E0
(240,229,224)
#F1E7E3
(241,231,227)
#F2E9E6
(242,233,230)
#F3EBE9
(243,235,233)
#F4EDEC
(244,237,236)
#F5EFEF
(245,239,239)
#F6F1F2
(246,241,242)
#F7F3F5
(247,243,245)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE1DA; }

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

This text font color is #EEE1DA.


Background Color

.myBgColor { background-color: #EEE1DA; }

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

This div background color is #EEE1DA.


Border color

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

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

This div border color is #EEE1DA.


Opacity

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

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

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

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

This text has shadow with #EEE1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE1DA on black background.


Color preview on white background

This text has color #EEE1DA on white background.



Black color preview on #EEE1DA background

This text has black color on #EEE1DA background.


White color preview on #EEE1DA background

This text has white color on #EEE1DA background.