COLOR #EEE4DB

HEX: #EEE4DB
RGB: (238,228,219)

Color info

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

RGB color model

#EEE4DB color RGB value is (238,228,219).

  • red value is 238;
  • green value is 228;
  • blue value is 219.
RGB:
(238,228,219)
(93%,89%,86%)

RGB channels and saturation

R 238 of 255 = 93%
G 228 of 255 = 89%
B 219 of 255 = 86%

238
228
219

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

Portions of RGB colors in percentages

R + G + B =
238 + 228 + 219 = 685 (100%)
R 238 of 685 ~ 34.74%
G 228 of 685 ~ 33.28%
B 219 of 685 ~ 31.97%

%34.74
%33.28
%31.97

CMYK color model

#EEE4DB color CMYK value is (0,4,8,7).

  • cyan value is 0.00%
  • magenta value is 4.20%
  • yellow value is 7.98%
  • key color value is 6.67%
CMYK:
(0,4,8,7)
C0M4Y8K7 
(0%,4%,8%,7%)
(0.00/0.04/0.08/0.07)	

CMYK percentages

%0
%4.2
%7.98
%6.67

Codes

Color #EEE4DB in popluar color models

EEE4DB
RGB238228219
HSL28°35.85%89.61%
HSB/HSV28°7.98%93.33%
CMYK0.00%4.20%7.98%
6.67%

Color #EEE4DB in popluar number systems.

HEXEEE4DB
Decimal238228219
Binary111011101110010011011011
Octal356344333

Shades and tints

Shades of #EEE4DB

#EEE4DB
(238,228,219)
#D9D0C8
(217,208,200)
#C4BCB5
(196,188,181)
#AFA8A2
(175,168,162)
#9A948F
(154,148,143)
#85807C
(133,128,124)
#706C69
(112,108,105)
#5B5856
(91,88,86)
#464443
(70,68,67)
#313030
(49,48,48)
#1C1C1D
(28,28,29)
#000000
(0,0,0)

Tints of #EEE4DB

#EEE4DB
(238,228,219)
#EFE6DE
(239,230,222)
#F0E8E1
(240,232,225)
#F1EAE4
(241,234,228)
#F2ECE7
(242,236,231)
#F3EEEA
(243,238,234)
#F4F0ED
(244,240,237)
#F5F2F0
(245,242,240)
#F6F4F3
(246,244,243)
#F7F6F6
(247,246,246)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE4DB color. Also use rgb(238,228,219) instead hex code.

Text Font Color

.myTextColor { color: #EEE4DB; }

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

This text font color is #EEE4DB.


Background Color

.myBgColor { background-color: #EEE4DB; }

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

This div background color is #EEE4DB.


Border color

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

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

This div border color is #EEE4DB.


Opacity

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

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

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

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

This text has shadow with #EEE4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE4DB on black background.


Color preview on white background

This text has color #EEE4DB on white background.



Black color preview on #EEE4DB background

This text has black color on #EEE4DB background.


White color preview on #EEE4DB background

This text has white color on #EEE4DB background.