COLOR #EDC9E5

HEX: #EDC9E5
RGB: (237,201,229)

Color info

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

RGB color model

#EDC9E5 color RGB value is (237,201,229).

  • red value is 237;
  • green value is 201;
  • blue value is 229.
RGB:
(237,201,229)
(93%,79%,90%)

RGB channels and saturation

R 237 of 255 = 93%
G 201 of 255 = 79%
B 229 of 255 = 90%

237
201
229

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

Portions of RGB colors in percentages

R + G + B =
237 + 201 + 229 = 667 (100%)
R 237 of 667 ~ 35.53%
G 201 of 667 ~ 30.13%
B 229 of 667 ~ 34.33%

%35.53
%30.13
%34.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.19%
  • yellow value is 3.38%
  • key color value is 7.06%
CMYK:
(0,15,3,7)
C0M15Y3K7 
(0%,15%,3%,7%)
(0.00/0.15/0.03/0.07)	

CMYK percentages

%0
%15.19
%3.38
%7.06

Codes

Color #EDC9E5 in popluar color models

EDC9E5
RGB237201229
HSL313°50.00%85.88%
HSB/HSV313°15.19%92.94%
CMYK0.00%15.19%3.38%
7.06%

Color #EDC9E5 in popluar number systems.

HEXEDC9E5
Decimal237201229
Binary111011011100100111100101
Octal355311345

Shades and tints

Shades of #EDC9E5

#EDC9E5
(237,201,229)
#D8B7D1
(216,183,209)
#C3A5BD
(195,165,189)
#AE93A9
(174,147,169)
#998195
(153,129,149)
#846F81
(132,111,129)
#6F5D6D
(111,93,109)
#5A4B59
(90,75,89)
#453945
(69,57,69)
#302731
(48,39,49)
#1B151D
(27,21,29)
#000000
(0,0,0)

Tints of #EDC9E5

#EDC9E5
(237,201,229)
#EECDE7
(238,205,231)
#EFD1E9
(239,209,233)
#F0D5EB
(240,213,235)
#F1D9ED
(241,217,237)
#F2DDEF
(242,221,239)
#F3E1F1
(243,225,241)
#F4E5F3
(244,229,243)
#F5E9F5
(245,233,245)
#F6EDF7
(246,237,247)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC9E5 color. Also use rgb(237,201,229) instead hex code.

Text Font Color

.myTextColor { color: #EDC9E5; }

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

This text font color is #EDC9E5.


Background Color

.myBgColor { background-color: #EDC9E5; }

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

This div background color is #EDC9E5.


Border color

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

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

This div border color is #EDC9E5.


Opacity

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

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

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

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

This text has shadow with #EDC9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC9E5 on black background.


Color preview on white background

This text has color #EDC9E5 on white background.



Black color preview on #EDC9E5 background

This text has black color on #EDC9E5 background.


White color preview on #EDC9E5 background

This text has white color on #EDC9E5 background.