COLOR #EDC7EF

HEX: #EDC7EF
RGB: (237,199,239)

Color info

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

RGB color model

#EDC7EF color RGB value is (237,199,239).

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

RGB channels and saturation

R 237 of 255 = 93%
G 199 of 255 = 78%
B 239 of 255 = 94%

237
199
239

R + G + B ~ 88%. #EDC7EF is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 199 + 239 = 675 (100%)
R 237 of 675 ~ 35.11%
G 199 of 675 ~ 29.48%
B 239 of 675 ~ 35.41%

%35.11
%29.48
%35.41

CMYK color model

#EDC7EF color CMYK value is (1,17,0,6).

  • cyan value is 0.84%
  • magenta value is 16.74%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(1,17,0,6)
C1M17Y0K6 
(1%,17%,0%,6%)
(0.01/0.17/0.00/0.06)	

CMYK percentages

%0.84
%16.74
%0
%6.27

Codes

Color #EDC7EF in popluar color models

EDC7EF
RGB237199239
HSL297°55.56%85.88%
HSB/HSV297°16.74%93.73%
CMYK0.84%16.74%0.00%
6.27%

Color #EDC7EF in popluar number systems.

HEXEDC7EF
Decimal237199239
Binary111011011100011111101111
Octal355307357

Shades and tints

Shades of #EDC7EF

#EDC7EF
(237,199,239)
#D8B5DA
(216,181,218)
#C3A3C5
(195,163,197)
#AE91B0
(174,145,176)
#997F9B
(153,127,155)
#846D86
(132,109,134)
#6F5B71
(111,91,113)
#5A495C
(90,73,92)
#453747
(69,55,71)
#302532
(48,37,50)
#1B131D
(27,19,29)
#000000
(0,0,0)

Tints of #EDC7EF

#EDC7EF
(237,199,239)
#EECCF0
(238,204,240)
#EFD1F1
(239,209,241)
#F0D6F2
(240,214,242)
#F1DBF3
(241,219,243)
#F2E0F4
(242,224,244)
#F3E5F5
(243,229,245)
#F4EAF6
(244,234,246)
#F5EFF7
(245,239,247)
#F6F4F8
(246,244,248)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC7EF; }

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

This text font color is #EDC7EF.


Background Color

.myBgColor { background-color: #EDC7EF; }

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

This div background color is #EDC7EF.


Border color

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

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

This div border color is #EDC7EF.


Opacity

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

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

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

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

This text has shadow with #EDC7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC7EF on black background.


Color preview on white background

This text has color #EDC7EF on white background.



Black color preview on #EDC7EF background

This text has black color on #EDC7EF background.


White color preview on #EDC7EF background

This text has white color on #EDC7EF background.