COLOR #EDC3DC

HEX: #EDC3DC
RGB: (237,195,220)

Color info

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

RGB color model

#EDC3DC color RGB value is (237,195,220).

  • red value is 237;
  • green value is 195;
  • blue value is 220.
RGB:
(237,195,220)
(93%,76%,86%)

RGB channels and saturation

R 237 of 255 = 93%
G 195 of 255 = 76%
B 220 of 255 = 86%

237
195
220

R + G + B ~ 85%. #EDC3DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 195 + 220 = 652 (100%)
R 237 of 652 ~ 36.35%
G 195 of 652 ~ 29.91%
B 220 of 652 ~ 33.74%

%36.35
%29.91
%33.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 7.17%
  • key color value is 7.06%
CMYK:
(0,18,7,7)
C0M18Y7K7 
(0%,18%,7%,7%)
(0.00/0.18/0.07/0.07)	

CMYK percentages

%0
%17.72
%7.17
%7.06

Codes

Color #EDC3DC in popluar color models

EDC3DC
RGB237195220
HSL324°53.85%84.71%
HSB/HSV324°17.72%92.94%
CMYK0.00%17.72%7.17%
7.06%

Color #EDC3DC in popluar number systems.

HEXEDC3DC
Decimal237195220
Binary111011011100001111011100
Octal355303334

Shades and tints

Shades of #EDC3DC

#EDC3DC
(237,195,220)
#D8B2C8
(216,178,200)
#C3A1B4
(195,161,180)
#AE90A0
(174,144,160)
#997F8C
(153,127,140)
#846E78
(132,110,120)
#6F5D64
(111,93,100)
#5A4C50
(90,76,80)
#453B3C
(69,59,60)
#302A28
(48,42,40)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #EDC3DC

#EDC3DC
(237,195,220)
#EEC8DF
(238,200,223)
#EFCDE2
(239,205,226)
#F0D2E5
(240,210,229)
#F1D7E8
(241,215,232)
#F2DCEB
(242,220,235)
#F3E1EE
(243,225,238)
#F4E6F1
(244,230,241)
#F5EBF4
(245,235,244)
#F6F0F7
(246,240,247)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC3DC color. Also use rgb(237,195,220) instead hex code.

Text Font Color

.myTextColor { color: #EDC3DC; }

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

This text font color is #EDC3DC.


Background Color

.myBgColor { background-color: #EDC3DC; }

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

This div background color is #EDC3DC.


Border color

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

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

This div border color is #EDC3DC.


Opacity

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

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

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

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

This text has shadow with #EDC3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC3DC on black background.


Color preview on white background

This text has color #EDC3DC on white background.



Black color preview on #EDC3DC background

This text has black color on #EDC3DC background.


White color preview on #EDC3DC background

This text has white color on #EDC3DC background.