COLOR #EED1C5

HEX: #EED1C5
RGB: (238,209,197)

Color info

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

RGB color model

#EED1C5 color RGB value is (238,209,197).

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

RGB channels and saturation

R 238 of 255 = 93%
G 209 of 255 = 82%
B 197 of 255 = 77%

238
209
197

R + G + B ~ 84%. #EED1C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 209 + 197 = 644 (100%)
R 238 of 644 ~ 36.96%
G 209 of 644 ~ 32.45%
B 197 of 644 ~ 30.59%

%36.96
%32.45
%30.59

CMYK color model

#EED1C5 color CMYK value is (0,12,17,7).

  • cyan value is 0.00%
  • magenta value is 12.18%
  • yellow value is 17.23%
  • key color value is 6.67%
CMYK:
(0,12,17,7)
C0M12Y17K7 
(0%,12%,17%,7%)
(0.00/0.12/0.17/0.07)	

CMYK percentages

%0
%12.18
%17.23
%6.67

Codes

Color #EED1C5 in popluar color models

EED1C5
RGB238209197
HSL18°54.67%85.29%
HSB/HSV18°17.23%93.33%
CMYK0.00%12.18%17.23%
6.67%

Color #EED1C5 in popluar number systems.

HEXEED1C5
Decimal238209197
Binary111011101101000111000101
Octal356321305

Shades and tints

Shades of #EED1C5

#EED1C5
(238,209,197)
#D9BEB4
(217,190,180)
#C4ABA3
(196,171,163)
#AF9892
(175,152,146)
#9A8581
(154,133,129)
#857270
(133,114,112)
#705F5F
(112,95,95)
#5B4C4E
(91,76,78)
#46393D
(70,57,61)
#31262C
(49,38,44)
#1C131B
(28,19,27)
#000000
(0,0,0)

Tints of #EED1C5

#EED1C5
(238,209,197)
#EFD5CA
(239,213,202)
#F0D9CF
(240,217,207)
#F1DDD4
(241,221,212)
#F2E1D9
(242,225,217)
#F3E5DE
(243,229,222)
#F4E9E3
(244,233,227)
#F5EDE8
(245,237,232)
#F6F1ED
(246,241,237)
#F7F5F2
(247,245,242)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED1C5; }

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

This text font color is #EED1C5.


Background Color

.myBgColor { background-color: #EED1C5; }

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

This div background color is #EED1C5.


Border color

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

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

This div border color is #EED1C5.


Opacity

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

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

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

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

This text has shadow with #EED1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED1C5 on black background.


Color preview on white background

This text has color #EED1C5 on white background.



Black color preview on #EED1C5 background

This text has black color on #EED1C5 background.


White color preview on #EED1C5 background

This text has white color on #EED1C5 background.