COLOR #EDC0CB

HEX: #EDC0CB RGB: (237,192,203)

Color info

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

RGB color model

#EDC0CB color RGB value is (237,192,203).

RGB: (237,192,203) (93%, 75%, 80%)

RGB channels and saturation

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

237
192
203

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

Portions of RGB colors in percentages

R + G + B = 237 + 192 + 203 = 632 (100%)
R 237 of 632 ~ 37.5%
G 192 of 632 ~ 30.38%
B 203 of 632 ~ 32.12'%

%37.5
%30.38
%32.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.99%
  • yellow value is 14.35%
  • 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
%14.35
%7.06

Codes

Color #EDC0CB in popluar color models

ED C0 CB
RGB 237 192 203
HSL 345° 55.56% 84.12%
HSB/HSV 345° 18.99% 92.94%
CMYK 0.00% 18.99% 14.35%
7.06%

Color #EDC0CB in popluar number systems.

HEX ED C0 CB
Decimal 237 192 203
Binary 11101101 11000000 11001011
Octal 355 300 313

Shades and tints

Shades of #EDC0CB

#EDC0CB
(237,192,203)
#D8AFB9
(216,175,185)
#C39EA7
(195,158,167)
#AE8D95
(174,141,149)
#997C83
(153,124,131)
#846B71
(132,107,113)
#6F5A5F
(111,90,95)
#5A494D
(90,73,77)
#45383B
(69,56,59)
#302729
(48,39,41)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #EDC0CB

#EDC0CB
(237,192,203)
#EEC5CF
(238,197,207)
#EFCAD3
(239,202,211)
#F0CFD7
(240,207,215)
#F1D4DB
(241,212,219)
#F2D9DF
(242,217,223)
#F3DEE3
(243,222,227)
#F4E3E7
(244,227,231)
#F5E8EB
(245,232,235)
#F6EDEF
(246,237,239)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC0CB; }

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

This text font color is #EDC0CB.

Background Color

.myBgColor { background-color: #EDC0CB; }

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

This div background color is #EDC0CB.

Border color

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

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

This div border color is #EDC0CB.

Opacity

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

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

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

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

This text has shadow with #EDC0CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC0CB.

Preview

Color preview on black background

This text has color #EDC0CB on black background.


Color preview on white background

This text has color #EDC0CB on white background.


Black color preview on #EDC0CB background

This text has black color on #EDC0CB background.


White color preview on #EDC0CB background

This text has white color on #EDC0CB background.


Related colors

Complementary color

Complementary color for #hex is #123F34.


I love getcolorcode.com

Triadic colors

1 #CBEDC0 and #C0CBED with #EDC0CB are triadic colors.

2 #CBC0ED and #C0EDCB with #EDC0CB are triadic colors.