COLOR #EED9C8

HEX: #EED9C8
RGB: (238,217,200)

Color info

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

RGB color model

#EED9C8 color RGB value is (238,217,200).

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

RGB channels and saturation

R 238 of 255 = 93%
G 217 of 255 = 85%
B 200 of 255 = 78%

238
217
200

R + G + B ~ 85%. #EED9C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 217 + 200 = 655 (100%)
R 238 of 655 ~ 36.34%
G 217 of 655 ~ 33.13%
B 200 of 655 ~ 30.53%

%36.34
%33.13
%30.53

CMYK color model

#EED9C8 color CMYK value is (0,9,16,7).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 15.97%
  • key color value is 6.67%
CMYK:
(0,9,16,7)
C0M9Y16K7 
(0%,9%,16%,7%)
(0.00/0.09/0.16/0.07)	

CMYK percentages

%0
%8.82
%15.97
%6.67

Codes

Color #EED9C8 in popluar color models

EED9C8
RGB238217200
HSL27°52.78%85.88%
HSB/HSV27°15.97%93.33%
CMYK0.00%8.82%15.97%
6.67%

Color #EED9C8 in popluar number systems.

HEXEED9C8
Decimal238217200
Binary111011101101100111001000
Octal356331310

Shades and tints

Shades of #EED9C8

#EED9C8
(238,217,200)
#D9C6B6
(217,198,182)
#C4B3A4
(196,179,164)
#AFA092
(175,160,146)
#9A8D80
(154,141,128)
#857A6E
(133,122,110)
#70675C
(112,103,92)
#5B544A
(91,84,74)
#464138
(70,65,56)
#312E26
(49,46,38)
#1C1B14
(28,27,20)
#000000
(0,0,0)

Tints of #EED9C8

#EED9C8
(238,217,200)
#EFDCCD
(239,220,205)
#F0DFD2
(240,223,210)
#F1E2D7
(241,226,215)
#F2E5DC
(242,229,220)
#F3E8E1
(243,232,225)
#F4EBE6
(244,235,230)
#F5EEEB
(245,238,235)
#F6F1F0
(246,241,240)
#F7F4F5
(247,244,245)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED9C8; }

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

This text font color is #EED9C8.


Background Color

.myBgColor { background-color: #EED9C8; }

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

This div background color is #EED9C8.


Border color

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

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

This div border color is #EED9C8.


Opacity

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

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

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

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

This text has shadow with #EED9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED9C8 on black background.


Color preview on white background

This text has color #EED9C8 on white background.



Black color preview on #EED9C8 background

This text has black color on #EED9C8 background.


White color preview on #EED9C8 background

This text has white color on #EED9C8 background.