COLOR #EDCDBC

HEX: #EDCDBC
RGB: (237,205,188)

Color info

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

RGB color model

#EDCDBC color RGB value is (237,205,188).

  • red value is 237;
  • green value is 205;
  • blue value is 188.
RGB:
(237,205,188)
(93%,80%,74%)

RGB channels and saturation

R 237 of 255 = 93%
G 205 of 255 = 80%
B 188 of 255 = 74%

237
205
188

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

Portions of RGB colors in percentages

R + G + B =
237 + 205 + 188 = 630 (100%)
R 237 of 630 ~ 37.62%
G 205 of 630 ~ 32.54%
B 188 of 630 ~ 29.84%

%37.62
%32.54
%29.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 20.68%
  • key color value is 7.06%
CMYK:
(0,14,21,7)
C0M14Y21K7 
(0%,14%,21%,7%)
(0.00/0.14/0.21/0.07)	

CMYK percentages

%0
%13.5
%20.68
%7.06

Codes

Color #EDCDBC in popluar color models

EDCDBC
RGB237205188
HSL21°57.65%83.33%
HSB/HSV21°20.68%92.94%
CMYK0.00%13.50%20.68%
7.06%

Color #EDCDBC in popluar number systems.

HEXEDCDBC
Decimal237205188
Binary111011011100110110111100
Octal355315274

Shades and tints

Shades of #EDCDBC

#EDCDBC
(237,205,188)
#D8BBAB
(216,187,171)
#C3A99A
(195,169,154)
#AE9789
(174,151,137)
#998578
(153,133,120)
#847367
(132,115,103)
#6F6156
(111,97,86)
#5A4F45
(90,79,69)
#453D34
(69,61,52)
#302B23
(48,43,35)
#1B1912
(27,25,18)
#000000
(0,0,0)

Tints of #EDCDBC

#EDCDBC
(237,205,188)
#EED1C2
(238,209,194)
#EFD5C8
(239,213,200)
#F0D9CE
(240,217,206)
#F1DDD4
(241,221,212)
#F2E1DA
(242,225,218)
#F3E5E0
(243,229,224)
#F4E9E6
(244,233,230)
#F5EDEC
(245,237,236)
#F6F1F2
(246,241,242)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCDBC color. Also use rgb(237,205,188) instead hex code.

Text Font Color

.myTextColor { color: #EDCDBC; }

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

This text font color is #EDCDBC.


Background Color

.myBgColor { background-color: #EDCDBC; }

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

This div background color is #EDCDBC.


Border color

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

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

This div border color is #EDCDBC.


Opacity

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

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

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

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

This text has shadow with #EDCDBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCDBC on black background.


Color preview on white background

This text has color #EDCDBC on white background.



Black color preview on #EDCDBC background

This text has black color on #EDCDBC background.


White color preview on #EDCDBC background

This text has white color on #EDCDBC background.