COLOR #EDC2F7

HEX: #EDC2F7
RGB: (237,194,247)

Color info

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

RGB color model

#EDC2F7 color RGB value is (237,194,247).

  • red value is 237;
  • green value is 194;
  • blue value is 247.
RGB:
(237,194,247)
(93%,76%,97%)

RGB channels and saturation

R 237 of 255 = 93%
G 194 of 255 = 76%
B 247 of 255 = 97%

237
194
247

R + G + B ~ 89%. #EDC2F7 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 194 + 247 = 678 (100%)
R 237 of 678 ~ 34.96%
G 194 of 678 ~ 28.61%
B 247 of 678 ~ 36.43%

%34.96
%28.61
%36.43

CMYK color model

#EDC2F7 color CMYK value is (4,21,0,3).

  • cyan value is 4.05%
  • magenta value is 21.46%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(4,21,0,3)
C4M21Y0K3 
(4%,21%,0%,3%)
(0.04/0.21/0.00/0.03)	

CMYK percentages

%4.05
%21.46
%0
%3.14

Codes

Color #EDC2F7 in popluar color models

EDC2F7
RGB237194247
HSL289°76.81%86.47%
HSB/HSV289°21.46%96.86%
CMYK4.05%21.46%0.00%
3.14%

Color #EDC2F7 in popluar number systems.

HEXEDC2F7
Decimal237194247
Binary111011011100001011110111
Octal355302367

Shades and tints

Shades of #EDC2F7

#EDC2F7
(237,194,247)
#D8B1E1
(216,177,225)
#C3A0CB
(195,160,203)
#AE8FB5
(174,143,181)
#997E9F
(153,126,159)
#846D89
(132,109,137)
#6F5C73
(111,92,115)
#5A4B5D
(90,75,93)
#453A47
(69,58,71)
#302931
(48,41,49)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #EDC2F7

#EDC2F7
(237,194,247)
#EEC7F7
(238,199,247)
#EFCCF7
(239,204,247)
#F0D1F7
(240,209,247)
#F1D6F7
(241,214,247)
#F2DBF7
(242,219,247)
#F3E0F7
(243,224,247)
#F4E5F7
(244,229,247)
#F5EAF7
(245,234,247)
#F6EFF7
(246,239,247)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC2F7 color. Also use rgb(237,194,247) instead hex code.

Text Font Color

.myTextColor { color: #EDC2F7; }

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

This text font color is #EDC2F7.


Background Color

.myBgColor { background-color: #EDC2F7; }

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

This div background color is #EDC2F7.


Border color

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

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

This div border color is #EDC2F7.


Opacity

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

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

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

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

This text has shadow with #EDC2F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC2F7 on black background.


Color preview on white background

This text has color #EDC2F7 on white background.



Black color preview on #EDC2F7 background

This text has black color on #EDC2F7 background.


White color preview on #EDC2F7 background

This text has white color on #EDC2F7 background.