COLOR #EDC0CD

HEX: #EDC0CD
RGB: (237,192,205)

Color info

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

RGB color model

#EDC0CD color RGB value is (237,192,205).

  • red value is 237;
  • green value is 192;
  • blue value is 205.
RGB:
(237,192,205)
(93%,75%,80%)

RGB channels and saturation

R 237 of 255 = 93%
G 192 of 255 = 75%
B 205 of 255 = 80%

237
192
205

R + G + B ~ 83%. #EDC0CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 192 + 205 = 634 (100%)
R 237 of 634 ~ 37.38%
G 192 of 634 ~ 30.28%
B 205 of 634 ~ 32.33%

%37.38
%30.28
%32.33

CMYK color model

#EDC0CD color CMYK value is (0,19,14,7).

  • cyan value is 0.00%
  • magenta value is 18.99%
  • yellow value is 13.50%
  • key color value is 7.06%
CMYK:
(0,19,14,7)
C0M19Y14K7 
(0%,19%,14%,7%)
(0.00/0.19/0.14/0.07)	

CMYK percentages

%0
%18.99
%13.5
%7.06

Codes

Color #EDC0CD in popluar color models

EDC0CD
RGB237192205
HSL343°55.56%84.12%
HSB/HSV343°18.99%92.94%
CMYK0.00%18.99%13.50%
7.06%

Color #EDC0CD in popluar number systems.

HEXEDC0CD
Decimal237192205
Binary111011011100000011001101
Octal355300315

Shades and tints

Shades of #EDC0CD

#EDC0CD
(237,192,205)
#D8AFBB
(216,175,187)
#C39EA9
(195,158,169)
#AE8D97
(174,141,151)
#997C85
(153,124,133)
#846B73
(132,107,115)
#6F5A61
(111,90,97)
#5A494F
(90,73,79)
#45383D
(69,56,61)
#30272B
(48,39,43)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #EDC0CD

#EDC0CD
(237,192,205)
#EEC5D1
(238,197,209)
#EFCAD5
(239,202,213)
#F0CFD9
(240,207,217)
#F1D4DD
(241,212,221)
#F2D9E1
(242,217,225)
#F3DEE5
(243,222,229)
#F4E3E9
(244,227,233)
#F5E8ED
(245,232,237)
#F6EDF1
(246,237,241)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC0CD; }

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

This text font color is #EDC0CD.


Background Color

.myBgColor { background-color: #EDC0CD; }

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

This div background color is #EDC0CD.


Border color

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

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

This div border color is #EDC0CD.


Opacity

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

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

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

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

This text has shadow with #EDC0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC0CD on black background.


Color preview on white background

This text has color #EDC0CD on white background.



Black color preview on #EDC0CD background

This text has black color on #EDC0CD background.


White color preview on #EDC0CD background

This text has white color on #EDC0CD background.