COLOR #EDC0CE

HEX: #EDC0CE
RGB: (237,192,206)

Color info

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

RGB color model

#EDC0CE color RGB value is (237,192,206).

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

RGB channels and saturation

R 237 of 255 = 93%
G 192 of 255 = 75%
B 206 of 255 = 81%

237
192
206

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

Portions of RGB colors in percentages

R + G + B =
237 + 192 + 206 = 635 (100%)
R 237 of 635 ~ 37.32%
G 192 of 635 ~ 30.24%
B 206 of 635 ~ 32.44%

%37.32
%30.24
%32.44

CMYK color model

#EDC0CE color CMYK value is (0,19,13,7).

  • cyan value is 0.00%
  • magenta value is 18.99%
  • yellow value is 13.08%
  • key color value is 7.06%
CMYK:
(0,19,13,7)
C0M19Y13K7 
(0%,19%,13%,7%)
(0.00/0.19/0.13/0.07)	

CMYK percentages

%0
%18.99
%13.08
%7.06

Codes

Color #EDC0CE in popluar color models

EDC0CE
RGB237192206
HSL341°55.56%84.12%
HSB/HSV341°18.99%92.94%
CMYK0.00%18.99%13.08%
7.06%

Color #EDC0CE in popluar number systems.

HEXEDC0CE
Decimal237192206
Binary111011011100000011001110
Octal355300316

Shades and tints

Shades of #EDC0CE

#EDC0CE
(237,192,206)
#D8AFBC
(216,175,188)
#C39EAA
(195,158,170)
#AE8D98
(174,141,152)
#997C86
(153,124,134)
#846B74
(132,107,116)
#6F5A62
(111,90,98)
#5A4950
(90,73,80)
#45383E
(69,56,62)
#30272C
(48,39,44)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #EDC0CE

#EDC0CE
(237,192,206)
#EEC5D2
(238,197,210)
#EFCAD6
(239,202,214)
#F0CFDA
(240,207,218)
#F1D4DE
(241,212,222)
#F2D9E2
(242,217,226)
#F3DEE6
(243,222,230)
#F4E3EA
(244,227,234)
#F5E8EE
(245,232,238)
#F6EDF2
(246,237,242)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC0CE; }

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

This text font color is #EDC0CE.


Background Color

.myBgColor { background-color: #EDC0CE; }

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

This div background color is #EDC0CE.


Border color

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

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

This div border color is #EDC0CE.


Opacity

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

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

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

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

This text has shadow with #EDC0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC0CE on black background.


Color preview on white background

This text has color #EDC0CE on white background.



Black color preview on #EDC0CE background

This text has black color on #EDC0CE background.


White color preview on #EDC0CE background

This text has white color on #EDC0CE background.