COLOR #EED9C5

HEX: #EED9C5
RGB: (238,217,197)

Color info

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

RGB color model

#EED9C5 color RGB value is (238,217,197).

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

RGB channels and saturation

R 238 of 255 = 93%
G 217 of 255 = 85%
B 197 of 255 = 77%

238
217
197

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

Portions of RGB colors in percentages

R + G + B =
238 + 217 + 197 = 652 (100%)
R 238 of 652 ~ 36.5%
G 217 of 652 ~ 33.28%
B 197 of 652 ~ 30.21%

%36.5
%33.28
%30.21

CMYK color model

#EED9C5 color CMYK value is (0,9,17,7).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 17.23%
  • key color value is 6.67%
CMYK:
(0,9,17,7)
C0M9Y17K7 
(0%,9%,17%,7%)
(0.00/0.09/0.17/0.07)	

CMYK percentages

%0
%8.82
%17.23
%6.67

Codes

Color #EED9C5 in popluar color models

EED9C5
RGB238217197
HSL29°54.67%85.29%
HSB/HSV29°17.23%93.33%
CMYK0.00%8.82%17.23%
6.67%

Color #EED9C5 in popluar number systems.

HEXEED9C5
Decimal238217197
Binary111011101101100111000101
Octal356331305

Shades and tints

Shades of #EED9C5

#EED9C5
(238,217,197)
#D9C6B4
(217,198,180)
#C4B3A3
(196,179,163)
#AFA092
(175,160,146)
#9A8D81
(154,141,129)
#857A70
(133,122,112)
#70675F
(112,103,95)
#5B544E
(91,84,78)
#46413D
(70,65,61)
#312E2C
(49,46,44)
#1C1B1B
(28,27,27)
#000000
(0,0,0)

Tints of #EED9C5

#EED9C5
(238,217,197)
#EFDCCA
(239,220,202)
#F0DFCF
(240,223,207)
#F1E2D4
(241,226,212)
#F2E5D9
(242,229,217)
#F3E8DE
(243,232,222)
#F4EBE3
(244,235,227)
#F5EEE8
(245,238,232)
#F6F1ED
(246,241,237)
#F7F4F2
(247,244,242)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED9C5; }

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

This text font color is #EED9C5.


Background Color

.myBgColor { background-color: #EED9C5; }

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

This div background color is #EED9C5.


Border color

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

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

This div border color is #EED9C5.


Opacity

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

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

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

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

This text has shadow with #EED9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED9C5 on black background.


Color preview on white background

This text has color #EED9C5 on white background.



Black color preview on #EED9C5 background

This text has black color on #EED9C5 background.


White color preview on #EED9C5 background

This text has white color on #EED9C5 background.