COLOR #EEE5D8

HEX: #EEE5D8
RGB: (238,229,216)

Color info

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

RGB color model

#EEE5D8 color RGB value is (238,229,216).

  • red value is 238;
  • green value is 229;
  • blue value is 216.
RGB:
(238,229,216)
(93%,90%,85%)

RGB channels and saturation

R 238 of 255 = 93%
G 229 of 255 = 90%
B 216 of 255 = 85%

238
229
216

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

Portions of RGB colors in percentages

R + G + B =
238 + 229 + 216 = 683 (100%)
R 238 of 683 ~ 34.85%
G 229 of 683 ~ 33.53%
B 216 of 683 ~ 31.63%

%34.85
%33.53
%31.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.78%
  • yellow value is 9.24%
  • 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
%3.78
%9.24
%6.67

Codes

Color #EEE5D8 in popluar color models

EEE5D8
RGB238229216
HSL35°39.29%89.02%
HSB/HSV35°9.24%93.33%
CMYK0.00%3.78%9.24%
6.67%

Color #EEE5D8 in popluar number systems.

HEXEEE5D8
Decimal238229216
Binary111011101110010111011000
Octal356345330

Shades and tints

Shades of #EEE5D8

#EEE5D8
(238,229,216)
#D9D1C5
(217,209,197)
#C4BDB2
(196,189,178)
#AFA99F
(175,169,159)
#9A958C
(154,149,140)
#858179
(133,129,121)
#706D66
(112,109,102)
#5B5953
(91,89,83)
#464540
(70,69,64)
#31312D
(49,49,45)
#1C1D1A
(28,29,26)
#000000
(0,0,0)

Tints of #EEE5D8

#EEE5D8
(238,229,216)
#EFE7DB
(239,231,219)
#F0E9DE
(240,233,222)
#F1EBE1
(241,235,225)
#F2EDE4
(242,237,228)
#F3EFE7
(243,239,231)
#F4F1EA
(244,241,234)
#F5F3ED
(245,243,237)
#F6F5F0
(246,245,240)
#F7F7F3
(247,247,243)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE5D8 color. Also use rgb(238,229,216) instead hex code.

Text Font Color

.myTextColor { color: #EEE5D8; }

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

This text font color is #EEE5D8.


Background Color

.myBgColor { background-color: #EEE5D8; }

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

This div background color is #EEE5D8.


Border color

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

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

This div border color is #EEE5D8.


Opacity

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

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

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

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

This text has shadow with #EEE5D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE5D8 on black background.


Color preview on white background

This text has color #EEE5D8 on white background.



Black color preview on #EEE5D8 background

This text has black color on #EEE5D8 background.


White color preview on #EEE5D8 background

This text has white color on #EEE5D8 background.