COLOR #EDC5D7

HEX: #EDC5D7
RGB: (237,197,215)

Color info

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

RGB color model

#EDC5D7 color RGB value is (237,197,215).

  • red value is 237;
  • green value is 197;
  • blue value is 215.
RGB:
(237,197,215)
(93%,77%,84%)

RGB channels and saturation

R 237 of 255 = 93%
G 197 of 255 = 77%
B 215 of 255 = 84%

237
197
215

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

Portions of RGB colors in percentages

R + G + B =
237 + 197 + 215 = 649 (100%)
R 237 of 649 ~ 36.52%
G 197 of 649 ~ 30.35%
B 215 of 649 ~ 33.13%

%36.52
%30.35
%33.13

CMYK color model

#EDC5D7 color CMYK value is (0,17,9,7).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 9.28%
  • key color value is 7.06%
CMYK:
(0,17,9,7)
C0M17Y9K7 
(0%,17%,9%,7%)
(0.00/0.17/0.09/0.07)	

CMYK percentages

%0
%16.88
%9.28
%7.06

Codes

Color #EDC5D7 in popluar color models

EDC5D7
RGB237197215
HSL333°52.63%85.10%
HSB/HSV333°16.88%92.94%
CMYK0.00%16.88%9.28%
7.06%

Color #EDC5D7 in popluar number systems.

HEXEDC5D7
Decimal237197215
Binary111011011100010111010111
Octal355305327

Shades and tints

Shades of #EDC5D7

#EDC5D7
(237,197,215)
#D8B4C4
(216,180,196)
#C3A3B1
(195,163,177)
#AE929E
(174,146,158)
#99818B
(153,129,139)
#847078
(132,112,120)
#6F5F65
(111,95,101)
#5A4E52
(90,78,82)
#453D3F
(69,61,63)
#302C2C
(48,44,44)
#1B1B19
(27,27,25)
#000000
(0,0,0)

Tints of #EDC5D7

#EDC5D7
(237,197,215)
#EECADA
(238,202,218)
#EFCFDD
(239,207,221)
#F0D4E0
(240,212,224)
#F1D9E3
(241,217,227)
#F2DEE6
(242,222,230)
#F3E3E9
(243,227,233)
#F4E8EC
(244,232,236)
#F5EDEF
(245,237,239)
#F6F2F2
(246,242,242)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC5D7 color. Also use rgb(237,197,215) instead hex code.

Text Font Color

.myTextColor { color: #EDC5D7; }

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

This text font color is #EDC5D7.


Background Color

.myBgColor { background-color: #EDC5D7; }

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

This div background color is #EDC5D7.


Border color

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

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

This div border color is #EDC5D7.


Opacity

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

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

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

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

This text has shadow with #EDC5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC5D7 on black background.


Color preview on white background

This text has color #EDC5D7 on white background.



Black color preview on #EDC5D7 background

This text has black color on #EDC5D7 background.


White color preview on #EDC5D7 background

This text has white color on #EDC5D7 background.