COLOR #EDE5BD

HEX: #EDE5BD RGB: (237,229,189)

Color info

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

RGB color model

#EDE5BD color RGB value is (237,229,189).

RGB: (237,229,189) (93%, 90%, 74%)

RGB channels and saturation

R 237 of 255 = 93%
G 229 of 255 = 90%
B 189 of 255 = 74%

237
229
189

R + G + B ~ 86%. #EDE5BD is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 229 + 189 = 655 (100%)
R 237 of 655 ~ 36.18%
G 229 of 655 ~ 34.96%
B 189 of 655 ~ 28.85'%

%36.18
%34.96
%28.85

CMYK color model

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

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

CMYK: (0,3,20,7)
C0M3Y20K7 (0%, 3%, 20%, 7%)
(0.00 / 0.03 / 0.20 / 0.07)

CMYK percentages

%0
%3.38
%20.25
%7.06

Codes

Color #EDE5BD in popluar color models

ED E5 BD
RGB 237 229 189
HSL 50° 57.14% 83.53%
HSB/HSV 50° 20.25% 92.94%
CMYK 0.00% 3.38% 20.25%
7.06%

Color #EDE5BD in popluar number systems.

HEX ED E5 BD
Decimal 237 229 189
Binary 11101101 11100101 10111101
Octal 355 345 275

Shades and tints

Shades of #EDE5BD

#EDE5BD
(237,229,189)
#D8D1AC
(216,209,172)
#C3BD9B
(195,189,155)
#AEA98A
(174,169,138)
#999579
(153,149,121)
#848168
(132,129,104)
#6F6D57
(111,109,87)
#5A5946
(90,89,70)
#454535
(69,69,53)
#303124
(48,49,36)
#1B1D13
(27,29,19)
#000000
(0,0,0)

Tints of #EDE5BD

#EDE5BD
(237,229,189)
#EEE7C3
(238,231,195)
#EFE9C9
(239,233,201)
#F0EBCF
(240,235,207)
#F1EDD5
(241,237,213)
#F2EFDB
(242,239,219)
#F3F1E1
(243,241,225)
#F4F3E7
(244,243,231)
#F5F5ED
(245,245,237)
#F6F7F3
(246,247,243)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE5BD; }

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

This text font color is #EDE5BD.

Background Color

.myBgColor { background-color: #EDE5BD; }

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

This div background color is #EDE5BD.

Border color

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

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

This div border color is #EDE5BD.

Opacity

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

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

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

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

This text has shadow with #EDE5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE5BD.

Preview

Color preview on black background

This text has color #EDE5BD on black background.


Color preview on white background

This text has color #EDE5BD on white background.


Black color preview on #EDE5BD background

This text has black color on #EDE5BD background.


White color preview on #EDE5BD background

This text has white color on #EDE5BD background.


Related colors

Complementary color

Complementary color for #hex is #121A42.


I love getcolorcode.com

Triadic colors

1 #BDEDE5 and #E5BDED with #EDE5BD are triadic colors.

2 #BDE5ED and #E5EDBD with #EDE5BD are triadic colors.