COLOR #EDC2C8

HEX: #EDC2C8
RGB: (237,194,200)

Color info

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

RGB color model

#EDC2C8 color RGB value is (237,194,200).

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

RGB channels and saturation

R 237 of 255 = 93%
G 194 of 255 = 76%
B 200 of 255 = 78%

237
194
200

R + G + B ~ 82%. #EDC2C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 194 + 200 = 631 (100%)
R 237 of 631 ~ 37.56%
G 194 of 631 ~ 30.74%
B 200 of 631 ~ 31.7%

%37.56
%30.74
%31.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.14%
  • yellow value is 15.61%
  • key color value is 7.06%
CMYK:
(0,18,16,7)
C0M18Y16K7 
(0%,18%,16%,7%)
(0.00/0.18/0.16/0.07)	

CMYK percentages

%0
%18.14
%15.61
%7.06

Codes

Color #EDC2C8 in popluar color models

EDC2C8
RGB237194200
HSL352°54.43%84.51%
HSB/HSV352°18.14%92.94%
CMYK0.00%18.14%15.61%
7.06%

Color #EDC2C8 in popluar number systems.

HEXEDC2C8
Decimal237194200
Binary111011011100001011001000
Octal355302310

Shades and tints

Shades of #EDC2C8

#EDC2C8
(237,194,200)
#D8B1B6
(216,177,182)
#C3A0A4
(195,160,164)
#AE8F92
(174,143,146)
#997E80
(153,126,128)
#846D6E
(132,109,110)
#6F5C5C
(111,92,92)
#5A4B4A
(90,75,74)
#453A38
(69,58,56)
#302926
(48,41,38)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #EDC2C8

#EDC2C8
(237,194,200)
#EEC7CD
(238,199,205)
#EFCCD2
(239,204,210)
#F0D1D7
(240,209,215)
#F1D6DC
(241,214,220)
#F2DBE1
(242,219,225)
#F3E0E6
(243,224,230)
#F4E5EB
(244,229,235)
#F5EAF0
(245,234,240)
#F6EFF5
(246,239,245)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC2C8; }

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

This text font color is #EDC2C8.


Background Color

.myBgColor { background-color: #EDC2C8; }

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

This div background color is #EDC2C8.


Border color

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

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

This div border color is #EDC2C8.


Opacity

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

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

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

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

This text has shadow with #EDC2C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC2C8 on black background.


Color preview on white background

This text has color #EDC2C8 on white background.



Black color preview on #EDC2C8 background

This text has black color on #EDC2C8 background.


White color preview on #EDC2C8 background

This text has white color on #EDC2C8 background.