COLOR #EDCCCB

HEX: #EDCCCB
RGB: (237,204,203)

Color info

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

RGB color model

#EDCCCB color RGB value is (237,204,203).

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

RGB channels and saturation

R 237 of 255 = 93%
G 204 of 255 = 80%
B 203 of 255 = 80%

237
204
203

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

Portions of RGB colors in percentages

R + G + B =
237 + 204 + 203 = 644 (100%)
R 237 of 644 ~ 36.8%
G 204 of 644 ~ 31.68%
B 203 of 644 ~ 31.52%

%36.8
%31.68
%31.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.92%
  • yellow value is 14.35%
  • key color value is 7.06%
CMYK:
(0,14,14,7)
C0M14Y14K7 
(0%,14%,14%,7%)
(0.00/0.14/0.14/0.07)	

CMYK percentages

%0
%13.92
%14.35
%7.06

Codes

Color #EDCCCB in popluar color models

EDCCCB
RGB237204203
HSL48.57%86.27%
HSB/HSV14.35%92.94%
CMYK0.00%13.92%14.35%
7.06%

Color #EDCCCB in popluar number systems.

HEXEDCCCB
Decimal237204203
Binary111011011100110011001011
Octal355314313

Shades and tints

Shades of #EDCCCB

#EDCCCB
(237,204,203)
#D8BAB9
(216,186,185)
#C3A8A7
(195,168,167)
#AE9695
(174,150,149)
#998483
(153,132,131)
#847271
(132,114,113)
#6F605F
(111,96,95)
#5A4E4D
(90,78,77)
#453C3B
(69,60,59)
#302A29
(48,42,41)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #EDCCCB

#EDCCCB
(237,204,203)
#EED0CF
(238,208,207)
#EFD4D3
(239,212,211)
#F0D8D7
(240,216,215)
#F1DCDB
(241,220,219)
#F2E0DF
(242,224,223)
#F3E4E3
(243,228,227)
#F4E8E7
(244,232,231)
#F5ECEB
(245,236,235)
#F6F0EF
(246,240,239)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCCCB; }

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

This text font color is #EDCCCB.


Background Color

.myBgColor { background-color: #EDCCCB; }

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

This div background color is #EDCCCB.


Border color

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

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

This div border color is #EDCCCB.


Opacity

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

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

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

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

This text has shadow with #EDCCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCCCB on black background.


Color preview on white background

This text has color #EDCCCB on white background.



Black color preview on #EDCCCB background

This text has black color on #EDCCCB background.


White color preview on #EDCCCB background

This text has white color on #EDCCCB background.