COLOR #EEE2DB

HEX: #EEE2DB
RGB: (238,226,219)

Color info

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

RGB color model

#EEE2DB color RGB value is (238,226,219).

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

RGB channels and saturation

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

238
226
219

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

Portions of RGB colors in percentages

R + G + B =
238 + 226 + 219 = 683 (100%)
R 238 of 683 ~ 34.85%
G 226 of 683 ~ 33.09%
B 219 of 683 ~ 32.06%

%34.85
%33.09
%32.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.04%
  • yellow value is 7.98%
  • 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.04
%7.98
%6.67

Codes

Color #EEE2DB in popluar color models

EEE2DB
RGB238226219
HSL22°35.85%89.61%
HSB/HSV22°7.98%93.33%
CMYK0.00%5.04%7.98%
6.67%

Color #EEE2DB in popluar number systems.

HEXEEE2DB
Decimal238226219
Binary111011101110001011011011
Octal356342333

Shades and tints

Shades of #EEE2DB

#EEE2DB
(238,226,219)
#D9CEC8
(217,206,200)
#C4BAB5
(196,186,181)
#AFA6A2
(175,166,162)
#9A928F
(154,146,143)
#857E7C
(133,126,124)
#706A69
(112,106,105)
#5B5656
(91,86,86)
#464243
(70,66,67)
#312E30
(49,46,48)
#1C1A1D
(28,26,29)
#000000
(0,0,0)

Tints of #EEE2DB

#EEE2DB
(238,226,219)
#EFE4DE
(239,228,222)
#F0E6E1
(240,230,225)
#F1E8E4
(241,232,228)
#F2EAE7
(242,234,231)
#F3ECEA
(243,236,234)
#F4EEED
(244,238,237)
#F5F0F0
(245,240,240)
#F6F2F3
(246,242,243)
#F7F4F6
(247,244,246)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE2DB; }

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

This text font color is #EEE2DB.


Background Color

.myBgColor { background-color: #EEE2DB; }

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

This div background color is #EEE2DB.


Border color

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

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

This div border color is #EEE2DB.


Opacity

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

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

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

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

This text has shadow with #EEE2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE2DB on black background.


Color preview on white background

This text has color #EEE2DB on white background.



Black color preview on #EEE2DB background

This text has black color on #EEE2DB background.


White color preview on #EEE2DB background

This text has white color on #EEE2DB background.