COLOR #EEE2D5

HEX: #EEE2D5
RGB: (238,226,213)

Color info

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

RGB color model

#EEE2D5 color RGB value is (238,226,213).

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

RGB channels and saturation

R 238 of 255 = 93%
G 226 of 255 = 89%
B 213 of 255 = 84%

238
226
213

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

Portions of RGB colors in percentages

R + G + B =
238 + 226 + 213 = 677 (100%)
R 238 of 677 ~ 35.16%
G 226 of 677 ~ 33.38%
B 213 of 677 ~ 31.46%

%35.16
%33.38
%31.46

CMYK color model

#EEE2D5 color CMYK value is (0,5,11,7).

  • cyan value is 0.00%
  • magenta value is 5.04%
  • yellow value is 10.50%
  • key color value is 6.67%
CMYK:
(0,5,11,7)
C0M5Y11K7 
(0%,5%,11%,7%)
(0.00/0.05/0.11/0.07)	

CMYK percentages

%0
%5.04
%10.5
%6.67

Codes

Color #EEE2D5 in popluar color models

EEE2D5
RGB238226213
HSL31°42.37%88.43%
HSB/HSV31°10.50%93.33%
CMYK0.00%5.04%10.50%
6.67%

Color #EEE2D5 in popluar number systems.

HEXEEE2D5
Decimal238226213
Binary111011101110001011010101
Octal356342325

Shades and tints

Shades of #EEE2D5

#EEE2D5
(238,226,213)
#D9CEC2
(217,206,194)
#C4BAAF
(196,186,175)
#AFA69C
(175,166,156)
#9A9289
(154,146,137)
#857E76
(133,126,118)
#706A63
(112,106,99)
#5B5650
(91,86,80)
#46423D
(70,66,61)
#312E2A
(49,46,42)
#1C1A17
(28,26,23)
#000000
(0,0,0)

Tints of #EEE2D5

#EEE2D5
(238,226,213)
#EFE4D8
(239,228,216)
#F0E6DB
(240,230,219)
#F1E8DE
(241,232,222)
#F2EAE1
(242,234,225)
#F3ECE4
(243,236,228)
#F4EEE7
(244,238,231)
#F5F0EA
(245,240,234)
#F6F2ED
(246,242,237)
#F7F4F0
(247,244,240)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE2D5; }

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

This text font color is #EEE2D5.


Background Color

.myBgColor { background-color: #EEE2D5; }

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

This div background color is #EEE2D5.


Border color

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

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

This div border color is #EEE2D5.


Opacity

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

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

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

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

This text has shadow with #EEE2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE2D5 on black background.


Color preview on white background

This text has color #EEE2D5 on white background.



Black color preview on #EEE2D5 background

This text has black color on #EEE2D5 background.


White color preview on #EEE2D5 background

This text has white color on #EEE2D5 background.