COLOR #EDC7D4

HEX: #EDC7D4
RGB: (237,199,212)

Color info

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

RGB color model

#EDC7D4 color RGB value is (237,199,212).

  • red value is 237;
  • green value is 199;
  • blue value is 212.
RGB:
(237,199,212)
(93%,78%,83%)

RGB channels and saturation

R 237 of 255 = 93%
G 199 of 255 = 78%
B 212 of 255 = 83%

237
199
212

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

Portions of RGB colors in percentages

R + G + B =
237 + 199 + 212 = 648 (100%)
R 237 of 648 ~ 36.57%
G 199 of 648 ~ 30.71%
B 212 of 648 ~ 32.72%

%36.57
%30.71
%32.72

CMYK color model

#EDC7D4 color CMYK value is (0,16,11,7).

  • cyan value is 0.00%
  • magenta value is 16.03%
  • yellow value is 10.55%
  • key color value is 7.06%
CMYK:
(0,16,11,7)
C0M16Y11K7 
(0%,16%,11%,7%)
(0.00/0.16/0.11/0.07)	

CMYK percentages

%0
%16.03
%10.55
%7.06

Codes

Color #EDC7D4 in popluar color models

EDC7D4
RGB237199212
HSL339°51.35%85.49%
HSB/HSV339°16.03%92.94%
CMYK0.00%16.03%10.55%
7.06%

Color #EDC7D4 in popluar number systems.

HEXEDC7D4
Decimal237199212
Binary111011011100011111010100
Octal355307324

Shades and tints

Shades of #EDC7D4

#EDC7D4
(237,199,212)
#D8B5C1
(216,181,193)
#C3A3AE
(195,163,174)
#AE919B
(174,145,155)
#997F88
(153,127,136)
#846D75
(132,109,117)
#6F5B62
(111,91,98)
#5A494F
(90,73,79)
#45373C
(69,55,60)
#302529
(48,37,41)
#1B1316
(27,19,22)
#000000
(0,0,0)

Tints of #EDC7D4

#EDC7D4
(237,199,212)
#EECCD7
(238,204,215)
#EFD1DA
(239,209,218)
#F0D6DD
(240,214,221)
#F1DBE0
(241,219,224)
#F2E0E3
(242,224,227)
#F3E5E6
(243,229,230)
#F4EAE9
(244,234,233)
#F5EFEC
(245,239,236)
#F6F4EF
(246,244,239)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC7D4 color. Also use rgb(237,199,212) instead hex code.

Text Font Color

.myTextColor { color: #EDC7D4; }

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

This text font color is #EDC7D4.


Background Color

.myBgColor { background-color: #EDC7D4; }

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

This div background color is #EDC7D4.


Border color

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

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

This div border color is #EDC7D4.


Opacity

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

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

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

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

This text has shadow with #EDC7D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC7D4 on black background.


Color preview on white background

This text has color #EDC7D4 on white background.



Black color preview on #EDC7D4 background

This text has black color on #EDC7D4 background.


White color preview on #EDC7D4 background

This text has white color on #EDC7D4 background.