COLOR #EDC3D1

HEX: #EDC3D1
RGB: (237,195,209)

Color info

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

RGB color model

#EDC3D1 color RGB value is (237,195,209).

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

RGB channels and saturation

R 237 of 255 = 93%
G 195 of 255 = 76%
B 209 of 255 = 82%

237
195
209

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

Portions of RGB colors in percentages

R + G + B =
237 + 195 + 209 = 641 (100%)
R 237 of 641 ~ 36.97%
G 195 of 641 ~ 30.42%
B 209 of 641 ~ 32.61%

%36.97
%30.42
%32.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 11.81%
  • key color value is 7.06%
CMYK:
(0,18,12,7)
C0M18Y12K7 
(0%,18%,12%,7%)
(0.00/0.18/0.12/0.07)	

CMYK percentages

%0
%17.72
%11.81
%7.06

Codes

Color #EDC3D1 in popluar color models

EDC3D1
RGB237195209
HSL340°53.85%84.71%
HSB/HSV340°17.72%92.94%
CMYK0.00%17.72%11.81%
7.06%

Color #EDC3D1 in popluar number systems.

HEXEDC3D1
Decimal237195209
Binary111011011100001111010001
Octal355303321

Shades and tints

Shades of #EDC3D1

#EDC3D1
(237,195,209)
#D8B2BE
(216,178,190)
#C3A1AB
(195,161,171)
#AE9098
(174,144,152)
#997F85
(153,127,133)
#846E72
(132,110,114)
#6F5D5F
(111,93,95)
#5A4C4C
(90,76,76)
#453B39
(69,59,57)
#302A26
(48,42,38)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #EDC3D1

#EDC3D1
(237,195,209)
#EEC8D5
(238,200,213)
#EFCDD9
(239,205,217)
#F0D2DD
(240,210,221)
#F1D7E1
(241,215,225)
#F2DCE5
(242,220,229)
#F3E1E9
(243,225,233)
#F4E6ED
(244,230,237)
#F5EBF1
(245,235,241)
#F6F0F5
(246,240,245)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC3D1; }

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

This text font color is #EDC3D1.


Background Color

.myBgColor { background-color: #EDC3D1; }

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

This div background color is #EDC3D1.


Border color

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

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

This div border color is #EDC3D1.


Opacity

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

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

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

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

This text has shadow with #EDC3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC3D1 on black background.


Color preview on white background

This text has color #EDC3D1 on white background.



Black color preview on #EDC3D1 background

This text has black color on #EDC3D1 background.


White color preview on #EDC3D1 background

This text has white color on #EDC3D1 background.