COLOR #EDC7DD

HEX: #EDC7DD
RGB: (237,199,221)

Color info

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

RGB color model

#EDC7DD color RGB value is (237,199,221).

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

RGB channels and saturation

R 237 of 255 = 93%
G 199 of 255 = 78%
B 221 of 255 = 87%

237
199
221

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

Portions of RGB colors in percentages

R + G + B =
237 + 199 + 221 = 657 (100%)
R 237 of 657 ~ 36.07%
G 199 of 657 ~ 30.29%
B 221 of 657 ~ 33.64%

%36.07
%30.29
%33.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.03%
  • yellow value is 6.75%
  • key color value is 7.06%
CMYK:
(0,16,7,7)
C0M16Y7K7 
(0%,16%,7%,7%)
(0.00/0.16/0.07/0.07)	

CMYK percentages

%0
%16.03
%6.75
%7.06

Codes

Color #EDC7DD in popluar color models

EDC7DD
RGB237199221
HSL325°51.35%85.49%
HSB/HSV325°16.03%92.94%
CMYK0.00%16.03%6.75%
7.06%

Color #EDC7DD in popluar number systems.

HEXEDC7DD
Decimal237199221
Binary111011011100011111011101
Octal355307335

Shades and tints

Shades of #EDC7DD

#EDC7DD
(237,199,221)
#D8B5C9
(216,181,201)
#C3A3B5
(195,163,181)
#AE91A1
(174,145,161)
#997F8D
(153,127,141)
#846D79
(132,109,121)
#6F5B65
(111,91,101)
#5A4951
(90,73,81)
#45373D
(69,55,61)
#302529
(48,37,41)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #EDC7DD

#EDC7DD
(237,199,221)
#EECCE0
(238,204,224)
#EFD1E3
(239,209,227)
#F0D6E6
(240,214,230)
#F1DBE9
(241,219,233)
#F2E0EC
(242,224,236)
#F3E5EF
(243,229,239)
#F4EAF2
(244,234,242)
#F5EFF5
(245,239,245)
#F6F4F8
(246,244,248)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC7DD; }

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

This text font color is #EDC7DD.


Background Color

.myBgColor { background-color: #EDC7DD; }

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

This div background color is #EDC7DD.


Border color

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

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

This div border color is #EDC7DD.


Opacity

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

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

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

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

This text has shadow with #EDC7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC7DD on black background.


Color preview on white background

This text has color #EDC7DD on white background.



Black color preview on #EDC7DD background

This text has black color on #EDC7DD background.


White color preview on #EDC7DD background

This text has white color on #EDC7DD background.