COLOR #EDDCBD

HEX: #EDDCBD RGB: (237,220,189)

Color info

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

RGB color model

#EDDCBD color RGB value is (237,220,189).

RGB: (237,220,189) (93%, 86%, 74%)

RGB channels and saturation

R 237 of 255 = 93%
G 220 of 255 = 86%
B 189 of 255 = 74%

237
220
189

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

Portions of RGB colors in percentages

R + G + B = 237 + 220 + 189 = 646 (100%)
R 237 of 646 ~ 36.69%
G 220 of 646 ~ 34.06%
B 189 of 646 ~ 29.26'%

%36.69
%34.06
%29.26

CMYK color model

#EDDCBD color CMYK value is (0,7,20,7).

  • cyan value is 0.00%
  • magenta value is 7.17%
  • yellow value is 20.25%
  • key color value is 7.06%

CMYK: (0,7,20,7)
C0M7Y20K7 (0%, 7%, 20%, 7%)
(0.00 / 0.07 / 0.20 / 0.07)

CMYK percentages

%0
%7.17
%20.25
%7.06

Codes

Color #EDDCBD in popluar color models

ED DC BD
RGB 237 220 189
HSL 39° 57.14% 83.53%
HSB/HSV 39° 20.25% 92.94%
CMYK 0.00% 7.17% 20.25%
7.06%

Color #EDDCBD in popluar number systems.

HEX ED DC BD
Decimal 237 220 189
Binary 11101101 11011100 10111101
Octal 355 334 275

Shades and tints

Shades of #EDDCBD

#EDDCBD
(237,220,189)
#D8C8AC
(216,200,172)
#C3B49B
(195,180,155)
#AEA08A
(174,160,138)
#998C79
(153,140,121)
#847868
(132,120,104)
#6F6457
(111,100,87)
#5A5046
(90,80,70)
#453C35
(69,60,53)
#302824
(48,40,36)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #EDDCBD

#EDDCBD
(237,220,189)
#EEDFC3
(238,223,195)
#EFE2C9
(239,226,201)
#F0E5CF
(240,229,207)
#F1E8D5
(241,232,213)
#F2EBDB
(242,235,219)
#F3EEE1
(243,238,225)
#F4F1E7
(244,241,231)
#F5F4ED
(245,244,237)
#F6F7F3
(246,247,243)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDCBD color. Also use rgb(237,220,189) instead hex code.

Text Font Color

.myTextColor { color: #EDDCBD; }

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

This text font color is #EDDCBD.

Background Color

.myBgColor { background-color: #EDDCBD; }

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

This div background color is #EDDCBD.

Border color

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

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

This div border color is #EDDCBD.

Opacity

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

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

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

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

This text has shadow with #EDDCBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDCBD.

Preview

Color preview on black background

This text has color #EDDCBD on black background.


Color preview on white background

This text has color #EDDCBD on white background.


Black color preview on #EDDCBD background

This text has black color on #EDDCBD background.


White color preview on #EDDCBD background

This text has white color on #EDDCBD background.


Related colors

Complementary color

Complementary color for #hex is #122342.


I love getcolorcode.com

Triadic colors

1 #BDEDDC and #DCBDED with #EDDCBD are triadic colors.

2 #BDDCED and #DCEDBD with #EDDCBD are triadic colors.