COLOR #EEE2D9

HEX: #EEE2D9
RGB: (238,226,217)

Color info

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

RGB color model

#EEE2D9 color RGB value is (238,226,217).

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

RGB channels and saturation

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

238
226
217

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

Portions of RGB colors in percentages

R + G + B =
238 + 226 + 217 = 681 (100%)
R 238 of 681 ~ 34.95%
G 226 of 681 ~ 33.19%
B 217 of 681 ~ 31.86%

%34.95
%33.19
%31.86

CMYK color model

#EEE2D9 color CMYK value is (0,5,9,7).

  • cyan value is 0.00%
  • magenta value is 5.04%
  • yellow value is 8.82%
  • key color value is 6.67%
CMYK:
(0,5,9,7)
C0M5Y9K7 
(0%,5%,9%,7%)
(0.00/0.05/0.09/0.07)	

CMYK percentages

%0
%5.04
%8.82
%6.67

Codes

Color #EEE2D9 in popluar color models

EEE2D9
RGB238226217
HSL26°38.18%89.22%
HSB/HSV26°8.82%93.33%
CMYK0.00%5.04%8.82%
6.67%

Color #EEE2D9 in popluar number systems.

HEXEEE2D9
Decimal238226217
Binary111011101110001011011001
Octal356342331

Shades and tints

Shades of #EEE2D9

#EEE2D9
(238,226,217)
#D9CEC6
(217,206,198)
#C4BAB3
(196,186,179)
#AFA6A0
(175,166,160)
#9A928D
(154,146,141)
#857E7A
(133,126,122)
#706A67
(112,106,103)
#5B5654
(91,86,84)
#464241
(70,66,65)
#312E2E
(49,46,46)
#1C1A1B
(28,26,27)
#000000
(0,0,0)

Tints of #EEE2D9

#EEE2D9
(238,226,217)
#EFE4DC
(239,228,220)
#F0E6DF
(240,230,223)
#F1E8E2
(241,232,226)
#F2EAE5
(242,234,229)
#F3ECE8
(243,236,232)
#F4EEEB
(244,238,235)
#F5F0EE
(245,240,238)
#F6F2F1
(246,242,241)
#F7F4F4
(247,244,244)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE2D9; }

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

This text font color is #EEE2D9.


Background Color

.myBgColor { background-color: #EEE2D9; }

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

This div background color is #EEE2D9.


Border color

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

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

This div border color is #EEE2D9.


Opacity

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

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

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

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

This text has shadow with #EEE2D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE2D9 on black background.


Color preview on white background

This text has color #EEE2D9 on white background.



Black color preview on #EEE2D9 background

This text has black color on #EEE2D9 background.


White color preview on #EEE2D9 background

This text has white color on #EEE2D9 background.