COLOR #EDCDC9

HEX: #EDCDC9 RGB: (237,205,201)

Color info

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

RGB color model

#EDCDC9 color RGB value is (237,205,201).

RGB: (237,205,201) (93%, 80%, 79%)

RGB channels and saturation

R 237 of 255 = 93%
G 205 of 255 = 80%
B 201 of 255 = 79%

237
205
201

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

Portions of RGB colors in percentages

R + G + B = 237 + 205 + 201 = 643 (100%)
R 237 of 643 ~ 36.86%
G 205 of 643 ~ 31.88%
B 201 of 643 ~ 31.26'%

%36.86
%31.88
%31.26

CMYK color model

#EDCDC9 color CMYK value is (0,14,15,7).

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

CMYK: (0,14,15,7)
C0M14Y15K7 (0%, 14%, 15%, 7%)
(0.00 / 0.14 / 0.15 / 0.07)

CMYK percentages

%0
%13.5
%15.19
%7.06

Codes

Color #EDCDC9 in popluar color models

ED CD C9
RGB 237 205 201
HSL 50.00% 85.88%
HSB/HSV 15.19% 92.94%
CMYK 0.00% 13.50% 15.19%
7.06%

Color #EDCDC9 in popluar number systems.

HEX ED CD C9
Decimal 237 205 201
Binary 11101101 11001101 11001001
Octal 355 315 311

Shades and tints

Shades of #EDCDC9

#EDCDC9
(237,205,201)
#D8BBB7
(216,187,183)
#C3A9A5
(195,169,165)
#AE9793
(174,151,147)
#998581
(153,133,129)
#84736F
(132,115,111)
#6F615D
(111,97,93)
#5A4F4B
(90,79,75)
#453D39
(69,61,57)
#302B27
(48,43,39)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #EDCDC9

#EDCDC9
(237,205,201)
#EED1CD
(238,209,205)
#EFD5D1
(239,213,209)
#F0D9D5
(240,217,213)
#F1DDD9
(241,221,217)
#F2E1DD
(242,225,221)
#F3E5E1
(243,229,225)
#F4E9E5
(244,233,229)
#F5EDE9
(245,237,233)
#F6F1ED
(246,241,237)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCDC9; }

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

This text font color is #EDCDC9.

Background Color

.myBgColor { background-color: #EDCDC9; }

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

This div background color is #EDCDC9.

Border color

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

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

This div border color is #EDCDC9.

Opacity

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

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

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

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

This text has shadow with #EDCDC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCDC9.

Preview

Color preview on black background

This text has color #EDCDC9 on black background.


Color preview on white background

This text has color #EDCDC9 on white background.


Black color preview on #EDCDC9 background

This text has black color on #EDCDC9 background.


White color preview on #EDCDC9 background

This text has white color on #EDCDC9 background.


Related colors

Complementary color

Complementary color for #hex is #123236.


I love getcolorcode.com

Triadic colors

1 #C9EDCD and #CDC9ED with #EDCDC9 are triadic colors.

2 #C9CDED and #CDEDC9 with #EDCDC9 are triadic colors.