COLOR #EEDCC8

HEX: #EEDCC8
RGB: (238,220,200)

Color info

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

RGB color model

#EEDCC8 color RGB value is (238,220,200).

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

RGB channels and saturation

R 238 of 255 = 93%
G 220 of 255 = 86%
B 200 of 255 = 78%

238
220
200

R + G + B ~ 86%. #EEDCC8 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 220 + 200 = 658 (100%)
R 238 of 658 ~ 36.17%
G 220 of 658 ~ 33.43%
B 200 of 658 ~ 30.4%

%36.17
%33.43
%30.4

CMYK color model

#EEDCC8 color CMYK value is (0,8,16,7).

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 15.97%
  • key color value is 6.67%
CMYK:
(0,8,16,7)
C0M8Y16K7 
(0%,8%,16%,7%)
(0.00/0.08/0.16/0.07)	

CMYK percentages

%0
%7.56
%15.97
%6.67

Codes

Color #EEDCC8 in popluar color models

EEDCC8
RGB238220200
HSL32°52.78%85.88%
HSB/HSV32°15.97%93.33%
CMYK0.00%7.56%15.97%
6.67%

Color #EEDCC8 in popluar number systems.

HEXEEDCC8
Decimal238220200
Binary111011101101110011001000
Octal356334310

Shades and tints

Shades of #EEDCC8

#EEDCC8
(238,220,200)
#D9C8B6
(217,200,182)
#C4B4A4
(196,180,164)
#AFA092
(175,160,146)
#9A8C80
(154,140,128)
#85786E
(133,120,110)
#70645C
(112,100,92)
#5B504A
(91,80,74)
#463C38
(70,60,56)
#312826
(49,40,38)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #EEDCC8

#EEDCC8
(238,220,200)
#EFDFCD
(239,223,205)
#F0E2D2
(240,226,210)
#F1E5D7
(241,229,215)
#F2E8DC
(242,232,220)
#F3EBE1
(243,235,225)
#F4EEE6
(244,238,230)
#F5F1EB
(245,241,235)
#F6F4F0
(246,244,240)
#F7F7F5
(247,247,245)
#F8FAFA
(248,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDCC8; }

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

This text font color is #EEDCC8.


Background Color

.myBgColor { background-color: #EEDCC8; }

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

This div background color is #EEDCC8.


Border color

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

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

This div border color is #EEDCC8.


Opacity

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

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

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

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

This text has shadow with #EEDCC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDCC8 on black background.


Color preview on white background

This text has color #EEDCC8 on white background.



Black color preview on #EEDCC8 background

This text has black color on #EEDCC8 background.


White color preview on #EEDCC8 background

This text has white color on #EEDCC8 background.