COLOR #EDC5D2

HEX: #EDC5D2 RGB: (237,197,210)

Color info

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

RGB color model

#EDC5D2 color RGB value is (237,197,210).

RGB: (237,197,210) (93%, 77%, 82%)

RGB channels and saturation

R 237 of 255 = 93%
G 197 of 255 = 77%
B 210 of 255 = 82%

237
197
210

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

Portions of RGB colors in percentages

R + G + B = 237 + 197 + 210 = 644 (100%)
R 237 of 644 ~ 36.8%
G 197 of 644 ~ 30.59%
B 210 of 644 ~ 32.61'%

%36.8
%30.59
%32.61

CMYK color model

#EDC5D2 color CMYK value is (0,17,11,7).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 11.39%
  • key color value is 7.06%
CMYK: (0,17,11,7) C0M17Y11K7 (0%,17%,11%,7%) (0.00/0.17/0.11/0.07) 

CMYK percentages

%0
%16.88
%11.39
%7.06

Codes

Color #EDC5D2 in popluar color models

ED C5 D2
RGB 237 197 210
HSL 341° 52.63% 85.10%
HSB/HSV 341° 16.88% 92.94%
CMYK 0.00% 16.88% 11.39%
7.06%

Color #EDC5D2 in popluar number systems.

HEX ED C5 D2
Decimal 237 197 210
Binary 11101101 11000101 11010010
Octal 355 305 322

Shades and tints

Shades of #EDC5D2

#EDC5D2
(237,197,210)
#D8B4BF
(216,180,191)
#C3A3AC
(195,163,172)
#AE9299
(174,146,153)
#998186
(153,129,134)
#847073
(132,112,115)
#6F5F60
(111,95,96)
#5A4E4D
(90,78,77)
#453D3A
(69,61,58)
#302C27
(48,44,39)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #EDC5D2

#EDC5D2
(237,197,210)
#EECAD6
(238,202,214)
#EFCFDA
(239,207,218)
#F0D4DE
(240,212,222)
#F1D9E2
(241,217,226)
#F2DEE6
(242,222,230)
#F3E3EA
(243,227,234)
#F4E8EE
(244,232,238)
#F5EDF2
(245,237,242)
#F6F2F6
(246,242,246)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC5D2 color. Also use rgb(237,197,210) instead hex code.

Text Font Color

.myTextColor { color: #EDC5D2; }

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

This text font color is #EDC5D2.

Background Color

.myBgColor { background-color: #EDC5D2; }

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

This div background color is #EDC5D2.

Border color

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

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

This div border color is #EDC5D2.

Opacity

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

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

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

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

This text has shadow with #EDC5D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC5D2.

Preview

Color preview on black background

This text has color #EDC5D2 on black background.


Color preview on white background

This text has color #EDC5D2 on white background.


Black color preview on #EDC5D2 background

This text has black color on #EDC5D2 background.


White color preview on #EDC5D2 background

This text has white color on #EDC5D2 background.


Related colors

Complementary color

Complementary color for #hex is #123A2D.


I love getcolorcode.com

Triadic colors

1 #D2EDC5 and #C5D2ED with #EDC5D2 are triadic colors.

2 #D2C5ED and #C5EDD2 with #EDC5D2 are triadic colors.