COLOR #EDCAD2

HEX: #EDCAD2
RGB: (237,202,210)

Color info

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

RGB color model

#EDCAD2 color RGB value is (237,202,210).

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

RGB channels and saturation

R 237 of 255 = 93%
G 202 of 255 = 79%
B 210 of 255 = 82%

237
202
210

R + G + B ~ 85%. #EDCAD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 202 + 210 = 649 (100%)
R 237 of 649 ~ 36.52%
G 202 of 649 ~ 31.12%
B 210 of 649 ~ 32.36%

%36.52
%31.12
%32.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 11.39%
  • key color value is 7.06%
CMYK:
(0,15,11,7)
C0M15Y11K7 
(0%,15%,11%,7%)
(0.00/0.15/0.11/0.07)	

CMYK percentages

%0
%14.77
%11.39
%7.06

Codes

Color #EDCAD2 in popluar color models

EDCAD2
RGB237202210
HSL346°49.30%86.08%
HSB/HSV346°14.77%92.94%
CMYK0.00%14.77%11.39%
7.06%

Color #EDCAD2 in popluar number systems.

HEXEDCAD2
Decimal237202210
Binary111011011100101011010010
Octal355312322

Shades and tints

Shades of #EDCAD2

#EDCAD2
(237,202,210)
#D8B8BF
(216,184,191)
#C3A6AC
(195,166,172)
#AE9499
(174,148,153)
#998286
(153,130,134)
#847073
(132,112,115)
#6F5E60
(111,94,96)
#5A4C4D
(90,76,77)
#453A3A
(69,58,58)
#302827
(48,40,39)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #EDCAD2

#EDCAD2
(237,202,210)
#EECED6
(238,206,214)
#EFD2DA
(239,210,218)
#F0D6DE
(240,214,222)
#F1DAE2
(241,218,226)
#F2DEE6
(242,222,230)
#F3E2EA
(243,226,234)
#F4E6EE
(244,230,238)
#F5EAF2
(245,234,242)
#F6EEF6
(246,238,246)
#F7F2FA
(247,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCAD2; }

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

This text font color is #EDCAD2.


Background Color

.myBgColor { background-color: #EDCAD2; }

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

This div background color is #EDCAD2.


Border color

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

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

This div border color is #EDCAD2.


Opacity

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

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

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

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

This text has shadow with #EDCAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCAD2 on black background.


Color preview on white background

This text has color #EDCAD2 on white background.



Black color preview on #EDCAD2 background

This text has black color on #EDCAD2 background.


White color preview on #EDCAD2 background

This text has white color on #EDCAD2 background.