COLOR #EDC4E0

HEX: #EDC4E0
RGB: (237,196,224)

Color info

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

RGB color model

#EDC4E0 color RGB value is (237,196,224).

  • red value is 237;
  • green value is 196;
  • blue value is 224.
RGB:
(237,196,224)
(93%,77%,88%)

RGB channels and saturation

R 237 of 255 = 93%
G 196 of 255 = 77%
B 224 of 255 = 88%

237
196
224

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

Portions of RGB colors in percentages

R + G + B =
237 + 196 + 224 = 657 (100%)
R 237 of 657 ~ 36.07%
G 196 of 657 ~ 29.83%
B 224 of 657 ~ 34.09%

%36.07
%29.83
%34.09

CMYK color model

#EDC4E0 color CMYK value is (0,17,5,7).

  • cyan value is 0.00%
  • magenta value is 17.30%
  • yellow value is 5.49%
  • key color value is 7.06%
CMYK:
(0,17,5,7)
C0M17Y5K7 
(0%,17%,5%,7%)
(0.00/0.17/0.05/0.07)	

CMYK percentages

%0
%17.3
%5.49
%7.06

Codes

Color #EDC4E0 in popluar color models

EDC4E0
RGB237196224
HSL319°53.25%84.90%
HSB/HSV319°17.30%92.94%
CMYK0.00%17.30%5.49%
7.06%

Color #EDC4E0 in popluar number systems.

HEXEDC4E0
Decimal237196224
Binary111011011100010011100000
Octal355304340

Shades and tints

Shades of #EDC4E0

#EDC4E0
(237,196,224)
#D8B3CC
(216,179,204)
#C3A2B8
(195,162,184)
#AE91A4
(174,145,164)
#998090
(153,128,144)
#846F7C
(132,111,124)
#6F5E68
(111,94,104)
#5A4D54
(90,77,84)
#453C40
(69,60,64)
#302B2C
(48,43,44)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #EDC4E0

#EDC4E0
(237,196,224)
#EEC9E2
(238,201,226)
#EFCEE4
(239,206,228)
#F0D3E6
(240,211,230)
#F1D8E8
(241,216,232)
#F2DDEA
(242,221,234)
#F3E2EC
(243,226,236)
#F4E7EE
(244,231,238)
#F5ECF0
(245,236,240)
#F6F1F2
(246,241,242)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC4E0 color. Also use rgb(237,196,224) instead hex code.

Text Font Color

.myTextColor { color: #EDC4E0; }

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

This text font color is #EDC4E0.


Background Color

.myBgColor { background-color: #EDC4E0; }

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

This div background color is #EDC4E0.


Border color

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

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

This div border color is #EDC4E0.


Opacity

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

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

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

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

This text has shadow with #EDC4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC4E0 on black background.


Color preview on white background

This text has color #EDC4E0 on white background.



Black color preview on #EDC4E0 background

This text has black color on #EDC4E0 background.


White color preview on #EDC4E0 background

This text has white color on #EDC4E0 background.