COLOR #EDC1C8

HEX: #EDC1C8 RGB: (237,193,200)

Color info

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

RGB color model

#EDC1C8 color RGB value is (237,193,200).

RGB: (237,193,200) (93%, 76%, 78%)

RGB channels and saturation

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

237
193
200

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

Portions of RGB colors in percentages

R + G + B = 237 + 193 + 200 = 630 (100%)
R 237 of 630 ~ 37.62%
G 193 of 630 ~ 30.63%
B 200 of 630 ~ 31.75'%

%37.62
%30.63
%31.75

CMYK color model

#EDC1C8 color CMYK value is (0,19,16,7).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 15.61%
  • key color value is 7.06%

CMYK: (0,19,16,7)
C0M19Y16K7 (0%, 19%, 16%, 7%)
(0.00 / 0.19 / 0.16 / 0.07)

CMYK percentages

%0
%18.57
%15.61
%7.06

Codes

Color #EDC1C8 in popluar color models

ED C1 C8
RGB 237 193 200
HSL 350° 55.00% 84.31%
HSB/HSV 350° 18.57% 92.94%
CMYK 0.00% 18.57% 15.61%
7.06%

Color #EDC1C8 in popluar number systems.

HEX ED C1 C8
Decimal 237 193 200
Binary 11101101 11000001 11001000
Octal 355 301 310

Shades and tints

Shades of #EDC1C8

#EDC1C8
(237,193,200)
#D8B0B6
(216,176,182)
#C39FA4
(195,159,164)
#AE8E92
(174,142,146)
#997D80
(153,125,128)
#846C6E
(132,108,110)
#6F5B5C
(111,91,92)
#5A4A4A
(90,74,74)
#453938
(69,57,56)
#302826
(48,40,38)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #EDC1C8

#EDC1C8
(237,193,200)
#EEC6CD
(238,198,205)
#EFCBD2
(239,203,210)
#F0D0D7
(240,208,215)
#F1D5DC
(241,213,220)
#F2DAE1
(242,218,225)
#F3DFE6
(243,223,230)
#F4E4EB
(244,228,235)
#F5E9F0
(245,233,240)
#F6EEF5
(246,238,245)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC1C8; }

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

This text font color is #EDC1C8.

Background Color

.myBgColor { background-color: #EDC1C8; }

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

This div background color is #EDC1C8.

Border color

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

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

This div border color is #EDC1C8.

Opacity

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

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

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

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

This text has shadow with #EDC1C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC1C8.

Preview

Color preview on black background

This text has color #EDC1C8 on black background.


Color preview on white background

This text has color #EDC1C8 on white background.


Black color preview on #EDC1C8 background

This text has black color on #EDC1C8 background.


White color preview on #EDC1C8 background

This text has white color on #EDC1C8 background.


Related colors

Complementary color

Complementary color for #hex is #123E37.


I love getcolorcode.com

Triadic colors

1 #C8EDC1 and #C1C8ED with #EDC1C8 are triadic colors.

2 #C8C1ED and #C1EDC8 with #EDC1C8 are triadic colors.