COLOR #EDD0CB

HEX: #EDD0CB RGB: (237,208,203)

Color info

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

RGB color model

#EDD0CB color RGB value is (237,208,203).

RGB: (237,208,203) (93%, 82%, 80%)

RGB channels and saturation

R 237 of 255 = 93%
G 208 of 255 = 82%
B 203 of 255 = 80%

237
208
203

R + G + B ~ 85%. #EDD0CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 208 + 203 = 648 (100%)
R 237 of 648 ~ 36.57%
G 208 of 648 ~ 32.1%
B 203 of 648 ~ 31.33'%

%36.57
%32.1
%31.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.24%
  • yellow value is 14.35%
  • key color value is 7.06%
CMYK: (0,12,14,7) C0M12Y14K7 (0%,12%,14%,7%) (0.00/0.12/0.14/0.07) 

CMYK percentages

%0
%12.24
%14.35
%7.06

Codes

Color #EDD0CB in popluar color models

ED D0 CB
RGB 237 208 203
HSL 48.57% 86.27%
HSB/HSV 14.35% 92.94%
CMYK 0.00% 12.24% 14.35%
7.06%

Color #EDD0CB in popluar number systems.

HEX ED D0 CB
Decimal 237 208 203
Binary 11101101 11010000 11001011
Octal 355 320 313

Shades and tints

Shades of #EDD0CB

#EDD0CB
(237,208,203)
#D8BEB9
(216,190,185)
#C3ACA7
(195,172,167)
#AE9A95
(174,154,149)
#998883
(153,136,131)
#847671
(132,118,113)
#6F645F
(111,100,95)
#5A524D
(90,82,77)
#45403B
(69,64,59)
#302E29
(48,46,41)
#1B1C17
(27,28,23)
#000000
(0,0,0)

Tints of #EDD0CB

#EDD0CB
(237,208,203)
#EED4CF
(238,212,207)
#EFD8D3
(239,216,211)
#F0DCD7
(240,220,215)
#F1E0DB
(241,224,219)
#F2E4DF
(242,228,223)
#F3E8E3
(243,232,227)
#F4ECE7
(244,236,231)
#F5F0EB
(245,240,235)
#F6F4EF
(246,244,239)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD0CB; }

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

This text font color is #EDD0CB.

Background Color

.myBgColor { background-color: #EDD0CB; }

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

This div background color is #EDD0CB.

Border color

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

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

This div border color is #EDD0CB.

Opacity

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

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

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

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

This text has shadow with #EDD0CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD0CB.

Preview

Color preview on black background

This text has color #EDD0CB on black background.


Color preview on white background

This text has color #EDD0CB on white background.


Black color preview on #EDD0CB background

This text has black color on #EDD0CB background.


White color preview on #EDD0CB background

This text has white color on #EDD0CB background.


Related colors

Complementary color

Complementary color for #hex is #122F34.


I love getcolorcode.com

Triadic colors

1 #CBEDD0 and #D0CBED with #EDD0CB are triadic colors.

2 #CBD0ED and #D0EDCB with #EDD0CB are triadic colors.