COLOR #EDC7E7

HEX: #EDC7E7
RGB: (237,199,231)

Color info

#EDC7E7 contains red, green and blue colors in about the same proportion. Web safe color of #EDC7E7 is #FFCCFF (or #FCF).

RGB color model

#EDC7E7 color RGB value is (237,199,231).

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

RGB channels and saturation

R 237 of 255 = 93%
G 199 of 255 = 78%
B 231 of 255 = 91%

237
199
231

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

Portions of RGB colors in percentages

R + G + B =
237 + 199 + 231 = 667 (100%)
R 237 of 667 ~ 35.53%
G 199 of 667 ~ 29.84%
B 231 of 667 ~ 34.63%

%35.53
%29.84
%34.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.03%
  • yellow value is 2.53%
  • key color value is 7.06%
CMYK:
(0,16,3,7)
C0M16Y3K7 
(0%,16%,3%,7%)
(0.00/0.16/0.03/0.07)	

CMYK percentages

%0
%16.03
%2.53
%7.06

Codes

Color #EDC7E7 in popluar color models

EDC7E7
RGB237199231
HSL309°51.35%85.49%
HSB/HSV309°16.03%92.94%
CMYK0.00%16.03%2.53%
7.06%

Color #EDC7E7 in popluar number systems.

HEXEDC7E7
Decimal237199231
Binary111011011100011111100111
Octal355307347

Shades and tints

Shades of #EDC7E7

#EDC7E7
(237,199,231)
#D8B5D2
(216,181,210)
#C3A3BD
(195,163,189)
#AE91A8
(174,145,168)
#997F93
(153,127,147)
#846D7E
(132,109,126)
#6F5B69
(111,91,105)
#5A4954
(90,73,84)
#45373F
(69,55,63)
#30252A
(48,37,42)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #EDC7E7

#EDC7E7
(237,199,231)
#EECCE9
(238,204,233)
#EFD1EB
(239,209,235)
#F0D6ED
(240,214,237)
#F1DBEF
(241,219,239)
#F2E0F1
(242,224,241)
#F3E5F3
(243,229,243)
#F4EAF5
(244,234,245)
#F5EFF7
(245,239,247)
#F6F4F9
(246,244,249)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC7E7; }

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

This text font color is #EDC7E7.


Background Color

.myBgColor { background-color: #EDC7E7; }

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

This div background color is #EDC7E7.


Border color

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

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

This div border color is #EDC7E7.


Opacity

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

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

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

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

This text has shadow with #EDC7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC7E7 on black background.


Color preview on white background

This text has color #EDC7E7 on white background.



Black color preview on #EDC7E7 background

This text has black color on #EDC7E7 background.


White color preview on #EDC7E7 background

This text has white color on #EDC7E7 background.