COLOR #EDD6C9

HEX: #EDD6C9
RGB: (237,214,201)

Color info

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

RGB color model

#EDD6C9 color RGB value is (237,214,201).

  • red value is 237;
  • green value is 214;
  • blue value is 201.
RGB:
(237,214,201)
(93%,84%,79%)

RGB channels and saturation

R 237 of 255 = 93%
G 214 of 255 = 84%
B 201 of 255 = 79%

237
214
201

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

Portions of RGB colors in percentages

R + G + B =
237 + 214 + 201 = 652 (100%)
R 237 of 652 ~ 36.35%
G 214 of 652 ~ 32.82%
B 201 of 652 ~ 30.83%

%36.35
%32.82
%30.83

CMYK color model

#EDD6C9 color CMYK value is (0,10,15,7).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 15.19%
  • key color value is 7.06%
CMYK:
(0,10,15,7)
C0M10Y15K7 
(0%,10%,15%,7%)
(0.00/0.10/0.15/0.07)	

CMYK percentages

%0
%9.7
%15.19
%7.06

Codes

Color #EDD6C9 in popluar color models

EDD6C9
RGB237214201
HSL22°50.00%85.88%
HSB/HSV22°15.19%92.94%
CMYK0.00%9.70%15.19%
7.06%

Color #EDD6C9 in popluar number systems.

HEXEDD6C9
Decimal237214201
Binary111011011101011011001001
Octal355326311

Shades and tints

Shades of #EDD6C9

#EDD6C9
(237,214,201)
#D8C3B7
(216,195,183)
#C3B0A5
(195,176,165)
#AE9D93
(174,157,147)
#998A81
(153,138,129)
#84776F
(132,119,111)
#6F645D
(111,100,93)
#5A514B
(90,81,75)
#453E39
(69,62,57)
#302B27
(48,43,39)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #EDD6C9

#EDD6C9
(237,214,201)
#EED9CD
(238,217,205)
#EFDCD1
(239,220,209)
#F0DFD5
(240,223,213)
#F1E2D9
(241,226,217)
#F2E5DD
(242,229,221)
#F3E8E1
(243,232,225)
#F4EBE5
(244,235,229)
#F5EEE9
(245,238,233)
#F6F1ED
(246,241,237)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD6C9 color. Also use rgb(237,214,201) instead hex code.

Text Font Color

.myTextColor { color: #EDD6C9; }

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

This text font color is #EDD6C9.


Background Color

.myBgColor { background-color: #EDD6C9; }

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

This div background color is #EDD6C9.


Border color

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

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

This div border color is #EDD6C9.


Opacity

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

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

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

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

This text has shadow with #EDD6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD6C9 on black background.


Color preview on white background

This text has color #EDD6C9 on white background.



Black color preview on #EDD6C9 background

This text has black color on #EDD6C9 background.


White color preview on #EDD6C9 background

This text has white color on #EDD6C9 background.