COLOR #EDCADC

HEX: #EDCADC
RGB: (237,202,220)

Color info

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

RGB color model

#EDCADC color RGB value is (237,202,220).

  • red value is 237;
  • green value is 202;
  • blue value is 220.
RGB:
(237,202,220)
(93%,79%,86%)

RGB channels and saturation

R 237 of 255 = 93%
G 202 of 255 = 79%
B 220 of 255 = 86%

237
202
220

R + G + B ~ 86%. #EDCADC is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 202 + 220 = 659 (100%)
R 237 of 659 ~ 35.96%
G 202 of 659 ~ 30.65%
B 220 of 659 ~ 33.38%

%35.96
%30.65
%33.38

CMYK color model

#EDCADC color CMYK value is (0,15,7,7).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 7.17%
  • key color value is 7.06%
CMYK:
(0,15,7,7)
C0M15Y7K7 
(0%,15%,7%,7%)
(0.00/0.15/0.07/0.07)	

CMYK percentages

%0
%14.77
%7.17
%7.06

Codes

Color #EDCADC in popluar color models

EDCADC
RGB237202220
HSL329°49.30%86.08%
HSB/HSV329°14.77%92.94%
CMYK0.00%14.77%7.17%
7.06%

Color #EDCADC in popluar number systems.

HEXEDCADC
Decimal237202220
Binary111011011100101011011100
Octal355312334

Shades and tints

Shades of #EDCADC

#EDCADC
(237,202,220)
#D8B8C8
(216,184,200)
#C3A6B4
(195,166,180)
#AE94A0
(174,148,160)
#99828C
(153,130,140)
#847078
(132,112,120)
#6F5E64
(111,94,100)
#5A4C50
(90,76,80)
#453A3C
(69,58,60)
#302828
(48,40,40)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #EDCADC

#EDCADC
(237,202,220)
#EECEDF
(238,206,223)
#EFD2E2
(239,210,226)
#F0D6E5
(240,214,229)
#F1DAE8
(241,218,232)
#F2DEEB
(242,222,235)
#F3E2EE
(243,226,238)
#F4E6F1
(244,230,241)
#F5EAF4
(245,234,244)
#F6EEF7
(246,238,247)
#F7F2FA
(247,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCADC color. Also use rgb(237,202,220) instead hex code.

Text Font Color

.myTextColor { color: #EDCADC; }

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

This text font color is #EDCADC.


Background Color

.myBgColor { background-color: #EDCADC; }

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

This div background color is #EDCADC.


Border color

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

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

This div border color is #EDCADC.


Opacity

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

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

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

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

This text has shadow with #EDCADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCADC on black background.


Color preview on white background

This text has color #EDCADC on white background.



Black color preview on #EDCADC background

This text has black color on #EDCADC background.


White color preview on #EDCADC background

This text has white color on #EDCADC background.