COLOR #EDC1D6

HEX: #EDC1D6
RGB: (237,193,214)

Color info

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

RGB color model

#EDC1D6 color RGB value is (237,193,214).

  • red value is 237;
  • green value is 193;
  • blue value is 214.
RGB:
(237,193,214)
(93%,76%,84%)

RGB channels and saturation

R 237 of 255 = 93%
G 193 of 255 = 76%
B 214 of 255 = 84%

237
193
214

R + G + B ~ 84%. #EDC1D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 193 + 214 = 644 (100%)
R 237 of 644 ~ 36.8%
G 193 of 644 ~ 29.97%
B 214 of 644 ~ 33.23%

%36.8
%29.97
%33.23

CMYK color model

#EDC1D6 color CMYK value is (0,19,10,7).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 9.70%
  • key color value is 7.06%
CMYK:
(0,19,10,7)
C0M19Y10K7 
(0%,19%,10%,7%)
(0.00/0.19/0.10/0.07)	

CMYK percentages

%0
%18.57
%9.7
%7.06

Codes

Color #EDC1D6 in popluar color models

EDC1D6
RGB237193214
HSL331°55.00%84.31%
HSB/HSV331°18.57%92.94%
CMYK0.00%18.57%9.70%
7.06%

Color #EDC1D6 in popluar number systems.

HEXEDC1D6
Decimal237193214
Binary111011011100000111010110
Octal355301326

Shades and tints

Shades of #EDC1D6

#EDC1D6
(237,193,214)
#D8B0C3
(216,176,195)
#C39FB0
(195,159,176)
#AE8E9D
(174,142,157)
#997D8A
(153,125,138)
#846C77
(132,108,119)
#6F5B64
(111,91,100)
#5A4A51
(90,74,81)
#45393E
(69,57,62)
#30282B
(48,40,43)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #EDC1D6

#EDC1D6
(237,193,214)
#EEC6D9
(238,198,217)
#EFCBDC
(239,203,220)
#F0D0DF
(240,208,223)
#F1D5E2
(241,213,226)
#F2DAE5
(242,218,229)
#F3DFE8
(243,223,232)
#F4E4EB
(244,228,235)
#F5E9EE
(245,233,238)
#F6EEF1
(246,238,241)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC1D6 color. Also use rgb(237,193,214) instead hex code.

Text Font Color

.myTextColor { color: #EDC1D6; }

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

This text font color is #EDC1D6.


Background Color

.myBgColor { background-color: #EDC1D6; }

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

This div background color is #EDC1D6.


Border color

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

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

This div border color is #EDC1D6.


Opacity

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

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

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

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

This text has shadow with #EDC1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC1D6 on black background.


Color preview on white background

This text has color #EDC1D6 on white background.



Black color preview on #EDC1D6 background

This text has black color on #EDC1D6 background.


White color preview on #EDC1D6 background

This text has white color on #EDC1D6 background.