COLOR #EDCAE3

HEX: #EDCAE3
RGB: (237,202,227)

Color info

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

RGB color model

#EDCAE3 color RGB value is (237,202,227).

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

RGB channels and saturation

R 237 of 255 = 93%
G 202 of 255 = 79%
B 227 of 255 = 89%

237
202
227

R + G + B ~ 87%. #EDCAE3 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 202 + 227 = 666 (100%)
R 237 of 666 ~ 35.59%
G 202 of 666 ~ 30.33%
B 227 of 666 ~ 34.08%

%35.59
%30.33
%34.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 4.22%
  • key color value is 7.06%
CMYK:
(0,15,4,7)
C0M15Y4K7 
(0%,15%,4%,7%)
(0.00/0.15/0.04/0.07)	

CMYK percentages

%0
%14.77
%4.22
%7.06

Codes

Color #EDCAE3 in popluar color models

EDCAE3
RGB237202227
HSL317°49.30%86.08%
HSB/HSV317°14.77%92.94%
CMYK0.00%14.77%4.22%
7.06%

Color #EDCAE3 in popluar number systems.

HEXEDCAE3
Decimal237202227
Binary111011011100101011100011
Octal355312343

Shades and tints

Shades of #EDCAE3

#EDCAE3
(237,202,227)
#D8B8CF
(216,184,207)
#C3A6BB
(195,166,187)
#AE94A7
(174,148,167)
#998293
(153,130,147)
#84707F
(132,112,127)
#6F5E6B
(111,94,107)
#5A4C57
(90,76,87)
#453A43
(69,58,67)
#30282F
(48,40,47)
#1B161B
(27,22,27)
#000000
(0,0,0)

Tints of #EDCAE3

#EDCAE3
(237,202,227)
#EECEE5
(238,206,229)
#EFD2E7
(239,210,231)
#F0D6E9
(240,214,233)
#F1DAEB
(241,218,235)
#F2DEED
(242,222,237)
#F3E2EF
(243,226,239)
#F4E6F1
(244,230,241)
#F5EAF3
(245,234,243)
#F6EEF5
(246,238,245)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCAE3; }

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

This text font color is #EDCAE3.


Background Color

.myBgColor { background-color: #EDCAE3; }

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

This div background color is #EDCAE3.


Border color

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

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

This div border color is #EDCAE3.


Opacity

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

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

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

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

This text has shadow with #EDCAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCAE3 on black background.


Color preview on white background

This text has color #EDCAE3 on white background.



Black color preview on #EDCAE3 background

This text has black color on #EDCAE3 background.


White color preview on #EDCAE3 background

This text has white color on #EDCAE3 background.