COLOR #EDD0C9

HEX: #EDD0C9
RGB: (237,208,201)

Color info

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

RGB color model

#EDD0C9 color RGB value is (237,208,201).

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

RGB channels and saturation

R 237 of 255 = 93%
G 208 of 255 = 82%
B 201 of 255 = 79%

237
208
201

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

Portions of RGB colors in percentages

R + G + B =
237 + 208 + 201 = 646 (100%)
R 237 of 646 ~ 36.69%
G 208 of 646 ~ 32.2%
B 201 of 646 ~ 31.11%

%36.69
%32.2
%31.11

CMYK color model

#EDD0C9 color CMYK value is (0,12,15,7).

  • cyan value is 0.00%
  • magenta value is 12.24%
  • yellow value is 15.19%
  • key color value is 7.06%
CMYK:
(0,12,15,7)
C0M12Y15K7 
(0%,12%,15%,7%)
(0.00/0.12/0.15/0.07)	

CMYK percentages

%0
%12.24
%15.19
%7.06

Codes

Color #EDD0C9 in popluar color models

EDD0C9
RGB237208201
HSL12°50.00%85.88%
HSB/HSV12°15.19%92.94%
CMYK0.00%12.24%15.19%
7.06%

Color #EDD0C9 in popluar number systems.

HEXEDD0C9
Decimal237208201
Binary111011011101000011001001
Octal355320311

Shades and tints

Shades of #EDD0C9

#EDD0C9
(237,208,201)
#D8BEB7
(216,190,183)
#C3ACA5
(195,172,165)
#AE9A93
(174,154,147)
#998881
(153,136,129)
#84766F
(132,118,111)
#6F645D
(111,100,93)
#5A524B
(90,82,75)
#454039
(69,64,57)
#302E27
(48,46,39)
#1B1C15
(27,28,21)
#000000
(0,0,0)

Tints of #EDD0C9

#EDD0C9
(237,208,201)
#EED4CD
(238,212,205)
#EFD8D1
(239,216,209)
#F0DCD5
(240,220,213)
#F1E0D9
(241,224,217)
#F2E4DD
(242,228,221)
#F3E8E1
(243,232,225)
#F4ECE5
(244,236,229)
#F5F0E9
(245,240,233)
#F6F4ED
(246,244,237)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD0C9; }

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

This text font color is #EDD0C9.


Background Color

.myBgColor { background-color: #EDD0C9; }

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

This div background color is #EDD0C9.


Border color

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

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

This div border color is #EDD0C9.


Opacity

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

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

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

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

This text has shadow with #EDD0C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD0C9 on black background.


Color preview on white background

This text has color #EDD0C9 on white background.



Black color preview on #EDD0C9 background

This text has black color on #EDD0C9 background.


White color preview on #EDD0C9 background

This text has white color on #EDD0C9 background.