COLOR #EDC8BD

HEX: #EDC8BD RGB: (237,200,189)

Color info

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

RGB color model

#EDC8BD color RGB value is (237,200,189).

RGB: (237,200,189) (93%, 78%, 74%)

RGB channels and saturation

R 237 of 255 = 93%
G 200 of 255 = 78%
B 189 of 255 = 74%

237
200
189

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

Portions of RGB colors in percentages

R + G + B = 237 + 200 + 189 = 626 (100%)
R 237 of 626 ~ 37.86%
G 200 of 626 ~ 31.95%
B 189 of 626 ~ 30.19'%

%37.86
%31.95
%30.19

CMYK color model

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

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

CMYK: (0,16,20,7)
C0M16Y20K7 (0%, 16%, 20%, 7%)
(0.00 / 0.16 / 0.20 / 0.07)

CMYK percentages

%0
%15.61
%20.25
%7.06

Codes

Color #EDC8BD in popluar color models

ED C8 BD
RGB 237 200 189
HSL 14° 57.14% 83.53%
HSB/HSV 14° 20.25% 92.94%
CMYK 0.00% 15.61% 20.25%
7.06%

Color #EDC8BD in popluar number systems.

HEX ED C8 BD
Decimal 237 200 189
Binary 11101101 11001000 10111101
Octal 355 310 275

Shades and tints

Shades of #EDC8BD

#EDC8BD
(237,200,189)
#D8B6AC
(216,182,172)
#C3A49B
(195,164,155)
#AE928A
(174,146,138)
#998079
(153,128,121)
#846E68
(132,110,104)
#6F5C57
(111,92,87)
#5A4A46
(90,74,70)
#453835
(69,56,53)
#302624
(48,38,36)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #EDC8BD

#EDC8BD
(237,200,189)
#EECDC3
(238,205,195)
#EFD2C9
(239,210,201)
#F0D7CF
(240,215,207)
#F1DCD5
(241,220,213)
#F2E1DB
(242,225,219)
#F3E6E1
(243,230,225)
#F4EBE7
(244,235,231)
#F5F0ED
(245,240,237)
#F6F5F3
(246,245,243)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC8BD; }

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

This text font color is #EDC8BD.

Background Color

.myBgColor { background-color: #EDC8BD; }

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

This div background color is #EDC8BD.

Border color

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

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

This div border color is #EDC8BD.

Opacity

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

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

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

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

This text has shadow with #EDC8BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC8BD.

Preview

Color preview on black background

This text has color #EDC8BD on black background.


Color preview on white background

This text has color #EDC8BD on white background.


Black color preview on #EDC8BD background

This text has black color on #EDC8BD background.


White color preview on #EDC8BD background

This text has white color on #EDC8BD background.


Related colors

Complementary color

Complementary color for #hex is #123742.


I love getcolorcode.com

Triadic colors

1 #BDEDC8 and #C8BDED with #EDC8BD are triadic colors.

2 #BDC8ED and #C8EDBD with #EDC8BD are triadic colors.