COLOR #EDC0D2

HEX: #EDC0D2
RGB: (237,192,210)

Color info

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

RGB color model

#EDC0D2 color RGB value is (237,192,210).

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

RGB channels and saturation

R 237 of 255 = 93%
G 192 of 255 = 75%
B 210 of 255 = 82%

237
192
210

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

Portions of RGB colors in percentages

R + G + B =
237 + 192 + 210 = 639 (100%)
R 237 of 639 ~ 37.09%
G 192 of 639 ~ 30.05%
B 210 of 639 ~ 32.86%

%37.09
%30.05
%32.86

CMYK color model

#EDC0D2 color CMYK value is (0,19,11,7).

  • cyan value is 0.00%
  • magenta value is 18.99%
  • yellow value is 11.39%
  • key color value is 7.06%
CMYK:
(0,19,11,7)
C0M19Y11K7 
(0%,19%,11%,7%)
(0.00/0.19/0.11/0.07)	

CMYK percentages

%0
%18.99
%11.39
%7.06

Codes

Color #EDC0D2 in popluar color models

EDC0D2
RGB237192210
HSL336°55.56%84.12%
HSB/HSV336°18.99%92.94%
CMYK0.00%18.99%11.39%
7.06%

Color #EDC0D2 in popluar number systems.

HEXEDC0D2
Decimal237192210
Binary111011011100000011010010
Octal355300322

Shades and tints

Shades of #EDC0D2

#EDC0D2
(237,192,210)
#D8AFBF
(216,175,191)
#C39EAC
(195,158,172)
#AE8D99
(174,141,153)
#997C86
(153,124,134)
#846B73
(132,107,115)
#6F5A60
(111,90,96)
#5A494D
(90,73,77)
#45383A
(69,56,58)
#302727
(48,39,39)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #EDC0D2

#EDC0D2
(237,192,210)
#EEC5D6
(238,197,214)
#EFCADA
(239,202,218)
#F0CFDE
(240,207,222)
#F1D4E2
(241,212,226)
#F2D9E6
(242,217,230)
#F3DEEA
(243,222,234)
#F4E3EE
(244,227,238)
#F5E8F2
(245,232,242)
#F6EDF6
(246,237,246)
#F7F2FA
(247,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC0D2; }

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

This text font color is #EDC0D2.


Background Color

.myBgColor { background-color: #EDC0D2; }

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

This div background color is #EDC0D2.


Border color

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

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

This div border color is #EDC0D2.


Opacity

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

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

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

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

This text has shadow with #EDC0D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC0D2 on black background.


Color preview on white background

This text has color #EDC0D2 on white background.



Black color preview on #EDC0D2 background

This text has black color on #EDC0D2 background.


White color preview on #EDC0D2 background

This text has white color on #EDC0D2 background.