COLOR #EDC8CB

HEX: #EDC8CB
RGB: (237,200,203)

Color info

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

RGB color model

#EDC8CB color RGB value is (237,200,203).

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

RGB channels and saturation

R 237 of 255 = 93%
G 200 of 255 = 78%
B 203 of 255 = 80%

237
200
203

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

Portions of RGB colors in percentages

R + G + B =
237 + 200 + 203 = 640 (100%)
R 237 of 640 ~ 37.03%
G 200 of 640 ~ 31.25%
B 203 of 640 ~ 31.72%

%37.03
%31.25
%31.72

CMYK color model

#EDC8CB color CMYK value is (0,16,14,7).

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 14.35%
  • key color value is 7.06%
CMYK:
(0,16,14,7)
C0M16Y14K7 
(0%,16%,14%,7%)
(0.00/0.16/0.14/0.07)	

CMYK percentages

%0
%15.61
%14.35
%7.06

Codes

Color #EDC8CB in popluar color models

EDC8CB
RGB237200203
HSL355°50.68%85.69%
HSB/HSV355°15.61%92.94%
CMYK0.00%15.61%14.35%
7.06%

Color #EDC8CB in popluar number systems.

HEXEDC8CB
Decimal237200203
Binary111011011100100011001011
Octal355310313

Shades and tints

Shades of #EDC8CB

#EDC8CB
(237,200,203)
#D8B6B9
(216,182,185)
#C3A4A7
(195,164,167)
#AE9295
(174,146,149)
#998083
(153,128,131)
#846E71
(132,110,113)
#6F5C5F
(111,92,95)
#5A4A4D
(90,74,77)
#45383B
(69,56,59)
#302629
(48,38,41)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #EDC8CB

#EDC8CB
(237,200,203)
#EECDCF
(238,205,207)
#EFD2D3
(239,210,211)
#F0D7D7
(240,215,215)
#F1DCDB
(241,220,219)
#F2E1DF
(242,225,223)
#F3E6E3
(243,230,227)
#F4EBE7
(244,235,231)
#F5F0EB
(245,240,235)
#F6F5EF
(246,245,239)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC8CB; }

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

This text font color is #EDC8CB.


Background Color

.myBgColor { background-color: #EDC8CB; }

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

This div background color is #EDC8CB.


Border color

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

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

This div border color is #EDC8CB.


Opacity

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

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

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

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

This text has shadow with #EDC8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC8CB on black background.


Color preview on white background

This text has color #EDC8CB on white background.



Black color preview on #EDC8CB background

This text has black color on #EDC8CB background.


White color preview on #EDC8CB background

This text has white color on #EDC8CB background.