COLOR #EEE0CC

HEX: #EEE0CC
RGB: (238,224,204)

Color info

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

RGB color model

#EEE0CC color RGB value is (238,224,204).

  • red value is 238;
  • green value is 224;
  • blue value is 204.
RGB:
(238,224,204)
(93%,88%,80%)

RGB channels and saturation

R 238 of 255 = 93%
G 224 of 255 = 88%
B 204 of 255 = 80%

238
224
204

R + G + B ~ 87%. #EEE0CC is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 224 + 204 = 666 (100%)
R 238 of 666 ~ 35.74%
G 224 of 666 ~ 33.63%
B 204 of 666 ~ 30.63%

%35.74
%33.63
%30.63

CMYK color model

#EEE0CC color CMYK value is (0,6,14,7).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 14.29%
  • key color value is 6.67%
CMYK:
(0,6,14,7)
C0M6Y14K7 
(0%,6%,14%,7%)
(0.00/0.06/0.14/0.07)	

CMYK percentages

%0
%5.88
%14.29
%6.67

Codes

Color #EEE0CC in popluar color models

EEE0CC
RGB238224204
HSL35°50.00%86.67%
HSB/HSV35°14.29%93.33%
CMYK0.00%5.88%14.29%
6.67%

Color #EEE0CC in popluar number systems.

HEXEEE0CC
Decimal238224204
Binary111011101110000011001100
Octal356340314

Shades and tints

Shades of #EEE0CC

#EEE0CC
(238,224,204)
#D9CCBA
(217,204,186)
#C4B8A8
(196,184,168)
#AFA496
(175,164,150)
#9A9084
(154,144,132)
#857C72
(133,124,114)
#706860
(112,104,96)
#5B544E
(91,84,78)
#46403C
(70,64,60)
#312C2A
(49,44,42)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #EEE0CC

#EEE0CC
(238,224,204)
#EFE2D0
(239,226,208)
#F0E4D4
(240,228,212)
#F1E6D8
(241,230,216)
#F2E8DC
(242,232,220)
#F3EAE0
(243,234,224)
#F4ECE4
(244,236,228)
#F5EEE8
(245,238,232)
#F6F0EC
(246,240,236)
#F7F2F0
(247,242,240)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE0CC color. Also use rgb(238,224,204) instead hex code.

Text Font Color

.myTextColor { color: #EEE0CC; }

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

This text font color is #EEE0CC.


Background Color

.myBgColor { background-color: #EEE0CC; }

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

This div background color is #EEE0CC.


Border color

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

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

This div border color is #EEE0CC.


Opacity

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

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

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

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

This text has shadow with #EEE0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE0CC on black background.


Color preview on white background

This text has color #EEE0CC on white background.



Black color preview on #EEE0CC background

This text has black color on #EEE0CC background.


White color preview on #EEE0CC background

This text has white color on #EEE0CC background.