COLOR #EDD4C9

HEX: #EDD4C9 RGB: (237,212,201)

Color info

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

RGB color model

#EDD4C9 color RGB value is (237,212,201).

RGB: (237,212,201) (93%, 83%, 79%)

RGB channels and saturation

R 237 of 255 = 93%
G 212 of 255 = 83%
B 201 of 255 = 79%

237
212
201

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

Portions of RGB colors in percentages

R + G + B = 237 + 212 + 201 = 650 (100%)
R 237 of 650 ~ 36.46%
G 212 of 650 ~ 32.62%
B 201 of 650 ~ 30.92'%

%36.46
%32.62
%30.92

CMYK color model

#EDD4C9 color CMYK value is (0,11,15,7).

  • cyan value is 0.00%
  • magenta value is 10.55%
  • yellow value is 15.19%
  • key color value is 7.06%

CMYK: (0,11,15,7)
C0M11Y15K7 (0%, 11%, 15%, 7%)
(0.00 / 0.11 / 0.15 / 0.07)

CMYK percentages

%0
%10.55
%15.19
%7.06

Codes

Color #EDD4C9 in popluar color models

ED D4 C9
RGB 237 212 201
HSL 18° 50.00% 85.88%
HSB/HSV 18° 15.19% 92.94%
CMYK 0.00% 10.55% 15.19%
7.06%

Color #EDD4C9 in popluar number systems.

HEX ED D4 C9
Decimal 237 212 201
Binary 11101101 11010100 11001001
Octal 355 324 311

Shades and tints

Shades of #EDD4C9

#EDD4C9
(237,212,201)
#D8C1B7
(216,193,183)
#C3AEA5
(195,174,165)
#AE9B93
(174,155,147)
#998881
(153,136,129)
#84756F
(132,117,111)
#6F625D
(111,98,93)
#5A4F4B
(90,79,75)
#453C39
(69,60,57)
#302927
(48,41,39)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #EDD4C9

#EDD4C9
(237,212,201)
#EED7CD
(238,215,205)
#EFDAD1
(239,218,209)
#F0DDD5
(240,221,213)
#F1E0D9
(241,224,217)
#F2E3DD
(242,227,221)
#F3E6E1
(243,230,225)
#F4E9E5
(244,233,229)
#F5ECE9
(245,236,233)
#F6EFED
(246,239,237)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD4C9; }

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

This text font color is #EDD4C9.

Background Color

.myBgColor { background-color: #EDD4C9; }

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

This div background color is #EDD4C9.

Border color

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

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

This div border color is #EDD4C9.

Opacity

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

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

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

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

This text has shadow with #EDD4C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD4C9.

Preview

Color preview on black background

This text has color #EDD4C9 on black background.


Color preview on white background

This text has color #EDD4C9 on white background.


Black color preview on #EDD4C9 background

This text has black color on #EDD4C9 background.


White color preview on #EDD4C9 background

This text has white color on #EDD4C9 background.


Related colors

Complementary color

Complementary color for #hex is #122B36.


I love getcolorcode.com

Triadic colors

1 #C9EDD4 and #D4C9ED with #EDD4C9 are triadic colors.

2 #C9D4ED and #D4EDC9 with #EDD4C9 are triadic colors.