COLOR #EDC2E6

HEX: #EDC2E6
RGB: (237,194,230)

Color info

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

RGB color model

#EDC2E6 color RGB value is (237,194,230).

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

RGB channels and saturation

R 237 of 255 = 93%
G 194 of 255 = 76%
B 230 of 255 = 90%

237
194
230

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

Portions of RGB colors in percentages

R + G + B =
237 + 194 + 230 = 661 (100%)
R 237 of 661 ~ 35.85%
G 194 of 661 ~ 29.35%
B 230 of 661 ~ 34.8%

%35.85
%29.35
%34.8

CMYK color model

#EDC2E6 color CMYK value is (0,18,3,7).

  • cyan value is 0.00%
  • magenta value is 18.14%
  • yellow value is 2.95%
  • key color value is 7.06%
CMYK:
(0,18,3,7)
C0M18Y3K7 
(0%,18%,3%,7%)
(0.00/0.18/0.03/0.07)	

CMYK percentages

%0
%18.14
%2.95
%7.06

Codes

Color #EDC2E6 in popluar color models

EDC2E6
RGB237194230
HSL310°54.43%84.51%
HSB/HSV310°18.14%92.94%
CMYK0.00%18.14%2.95%
7.06%

Color #EDC2E6 in popluar number systems.

HEXEDC2E6
Decimal237194230
Binary111011011100001011100110
Octal355302346

Shades and tints

Shades of #EDC2E6

#EDC2E6
(237,194,230)
#D8B1D2
(216,177,210)
#C3A0BE
(195,160,190)
#AE8FAA
(174,143,170)
#997E96
(153,126,150)
#846D82
(132,109,130)
#6F5C6E
(111,92,110)
#5A4B5A
(90,75,90)
#453A46
(69,58,70)
#302932
(48,41,50)
#1B181E
(27,24,30)
#000000
(0,0,0)

Tints of #EDC2E6

#EDC2E6
(237,194,230)
#EEC7E8
(238,199,232)
#EFCCEA
(239,204,234)
#F0D1EC
(240,209,236)
#F1D6EE
(241,214,238)
#F2DBF0
(242,219,240)
#F3E0F2
(243,224,242)
#F4E5F4
(244,229,244)
#F5EAF6
(245,234,246)
#F6EFF8
(246,239,248)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC2E6; }

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

This text font color is #EDC2E6.


Background Color

.myBgColor { background-color: #EDC2E6; }

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

This div background color is #EDC2E6.


Border color

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

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

This div border color is #EDC2E6.


Opacity

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

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

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

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

This text has shadow with #EDC2E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC2E6 on black background.


Color preview on white background

This text has color #EDC2E6 on white background.



Black color preview on #EDC2E6 background

This text has black color on #EDC2E6 background.


White color preview on #EDC2E6 background

This text has white color on #EDC2E6 background.