COLOR #EDD1B5

HEX: #EDD1B5 RGB: (237,209,181)

Color info

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

RGB color model

#EDD1B5 color RGB value is (237,209,181).

RGB: (237,209,181) (93%, 82%, 71%)

RGB channels and saturation

R 237 of 255 = 93%
G 209 of 255 = 82%
B 181 of 255 = 71%

237
209
181

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

Portions of RGB colors in percentages

R + G + B = 237 + 209 + 181 = 627 (100%)
R 237 of 627 ~ 37.8%
G 209 of 627 ~ 33.33%
B 181 of 627 ~ 28.87'%

%37.8
%33.33
%28.87

CMYK color model

#EDD1B5 color CMYK value is (0,12,24,7).

  • cyan value is 0.00%
  • magenta value is 11.81%
  • yellow value is 23.63%
  • key color value is 7.06%
CMYK: (0,12,24,7) C0M12Y24K7 (0%,12%,24%,7%) (0.00/0.12/0.24/0.07) 

CMYK percentages

%0
%11.81
%23.63
%7.06

Codes

Color #EDD1B5 in popluar color models

ED D1 B5
RGB 237 209 181
HSL 30° 60.87% 81.96%
HSB/HSV 30° 23.63% 92.94%
CMYK 0.00% 11.81% 23.63%
7.06%

Color #EDD1B5 in popluar number systems.

HEX ED D1 B5
Decimal 237 209 181
Binary 11101101 11010001 10110101
Octal 355 321 265

Shades and tints

Shades of #EDD1B5

#EDD1B5
(237,209,181)
#D8BEA5
(216,190,165)
#C3AB95
(195,171,149)
#AE9885
(174,152,133)
#998575
(153,133,117)
#847265
(132,114,101)
#6F5F55
(111,95,85)
#5A4C45
(90,76,69)
#453935
(69,57,53)
#302625
(48,38,37)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #EDD1B5

#EDD1B5
(237,209,181)
#EED5BB
(238,213,187)
#EFD9C1
(239,217,193)
#F0DDC7
(240,221,199)
#F1E1CD
(241,225,205)
#F2E5D3
(242,229,211)
#F3E9D9
(243,233,217)
#F4EDDF
(244,237,223)
#F5F1E5
(245,241,229)
#F6F5EB
(246,245,235)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD1B5 color. Also use rgb(237,209,181) instead hex code.

Text Font Color

.myTextColor { color: #EDD1B5; }

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

This text font color is #EDD1B5.

Background Color

.myBgColor { background-color: #EDD1B5; }

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

This div background color is #EDD1B5.

Border color

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

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

This div border color is #EDD1B5.

Opacity

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

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

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

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

This text has shadow with #EDD1B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD1B5.

Preview

Color preview on black background

This text has color #EDD1B5 on black background.


Color preview on white background

This text has color #EDD1B5 on white background.


Black color preview on #EDD1B5 background

This text has black color on #EDD1B5 background.


White color preview on #EDD1B5 background

This text has white color on #EDD1B5 background.


Related colors

Complementary color

Complementary color for #hex is #122E4A.


I love getcolorcode.com

Triadic colors

1 #B5EDD1 and #D1B5ED with #EDD1B5 are triadic colors.

2 #B5D1ED and #D1EDB5 with #EDD1B5 are triadic colors.