COLOR #EDD8BD

HEX: #EDD8BD RGB: (237,216,189)

Color info

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

RGB color model

#EDD8BD color RGB value is (237,216,189).

RGB: (237,216,189) (93%, 85%, 74%)

RGB channels and saturation

R 237 of 255 = 93%
G 216 of 255 = 85%
B 189 of 255 = 74%

237
216
189

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

Portions of RGB colors in percentages

R + G + B = 237 + 216 + 189 = 642 (100%)
R 237 of 642 ~ 36.92%
G 216 of 642 ~ 33.64%
B 189 of 642 ~ 29.44'%

%36.92
%33.64
%29.44

CMYK color model

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

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

CMYK: (0,9,20,7)
C0M9Y20K7 (0%, 9%, 20%, 7%)
(0.00 / 0.09 / 0.20 / 0.07)

CMYK percentages

%0
%8.86
%20.25
%7.06

Codes

Color #EDD8BD in popluar color models

ED D8 BD
RGB 237 216 189
HSL 34° 57.14% 83.53%
HSB/HSV 34° 20.25% 92.94%
CMYK 0.00% 8.86% 20.25%
7.06%

Color #EDD8BD in popluar number systems.

HEX ED D8 BD
Decimal 237 216 189
Binary 11101101 11011000 10111101
Octal 355 330 275

Shades and tints

Shades of #EDD8BD

#EDD8BD
(237,216,189)
#D8C5AC
(216,197,172)
#C3B29B
(195,178,155)
#AE9F8A
(174,159,138)
#998C79
(153,140,121)
#847968
(132,121,104)
#6F6657
(111,102,87)
#5A5346
(90,83,70)
#454035
(69,64,53)
#302D24
(48,45,36)
#1B1A13
(27,26,19)
#000000
(0,0,0)

Tints of #EDD8BD

#EDD8BD
(237,216,189)
#EEDBC3
(238,219,195)
#EFDEC9
(239,222,201)
#F0E1CF
(240,225,207)
#F1E4D5
(241,228,213)
#F2E7DB
(242,231,219)
#F3EAE1
(243,234,225)
#F4EDE7
(244,237,231)
#F5F0ED
(245,240,237)
#F6F3F3
(246,243,243)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD8BD; }

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

This text font color is #EDD8BD.

Background Color

.myBgColor { background-color: #EDD8BD; }

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

This div background color is #EDD8BD.

Border color

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

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

This div border color is #EDD8BD.

Opacity

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

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

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

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

This text has shadow with #EDD8BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD8BD.

Preview

Color preview on black background

This text has color #EDD8BD on black background.


Color preview on white background

This text has color #EDD8BD on white background.


Black color preview on #EDD8BD background

This text has black color on #EDD8BD background.


White color preview on #EDD8BD background

This text has white color on #EDD8BD background.


Related colors

Complementary color

Complementary color for #hex is #122742.


I love getcolorcode.com

Triadic colors

1 #BDEDD8 and #D8BDED with #EDD8BD are triadic colors.

2 #BDD8ED and #D8EDBD with #EDD8BD are triadic colors.