COLOR #EEE3DC

HEX: #EEE3DC
RGB: (238,227,220)

Color info

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

RGB color model

#EEE3DC color RGB value is (238,227,220).

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

RGB channels and saturation

R 238 of 255 = 93%
G 227 of 255 = 89%
B 220 of 255 = 86%

238
227
220

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

Portions of RGB colors in percentages

R + G + B =
238 + 227 + 220 = 685 (100%)
R 238 of 685 ~ 34.74%
G 227 of 685 ~ 33.14%
B 220 of 685 ~ 32.12%

%34.74
%33.14
%32.12

CMYK color model

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

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

Codes

Color #EEE3DC in popluar color models

EEE3DC
RGB238227220
HSL23°34.62%89.80%
HSB/HSV23°7.56%93.33%
CMYK0.00%4.62%7.56%
6.67%

Color #EEE3DC in popluar number systems.

HEXEEE3DC
Decimal238227220
Binary111011101110001111011100
Octal356343334

Shades and tints

Shades of #EEE3DC

#EEE3DC
(238,227,220)
#D9CFC8
(217,207,200)
#C4BBB4
(196,187,180)
#AFA7A0
(175,167,160)
#9A938C
(154,147,140)
#857F78
(133,127,120)
#706B64
(112,107,100)
#5B5750
(91,87,80)
#46433C
(70,67,60)
#312F28
(49,47,40)
#1C1B14
(28,27,20)
#000000
(0,0,0)

Tints of #EEE3DC

#EEE3DC
(238,227,220)
#EFE5DF
(239,229,223)
#F0E7E2
(240,231,226)
#F1E9E5
(241,233,229)
#F2EBE8
(242,235,232)
#F3EDEB
(243,237,235)
#F4EFEE
(244,239,238)
#F5F1F1
(245,241,241)
#F6F3F4
(246,243,244)
#F7F5F7
(247,245,247)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE3DC color. Also use rgb(238,227,220) instead hex code.

Text Font Color

.myTextColor { color: #EEE3DC; }

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

This text font color is #EEE3DC.


Background Color

.myBgColor { background-color: #EEE3DC; }

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

This div background color is #EEE3DC.


Border color

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

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

This div border color is #EEE3DC.


Opacity

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

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

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

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

This text has shadow with #EEE3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE3DC on black background.


Color preview on white background

This text has color #EEE3DC on white background.



Black color preview on #EEE3DC background

This text has black color on #EEE3DC background.


White color preview on #EEE3DC background

This text has white color on #EEE3DC background.