COLOR #EDE5B8

HEX: #EDE5B8 RGB: (237,229,184)

Color info

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

RGB color model

#EDE5B8 color RGB value is (237,229,184).

RGB: (237,229,184) (93%, 90%, 72%)

RGB channels and saturation

R 237 of 255 = 93%
G 229 of 255 = 90%
B 184 of 255 = 72%

237
229
184

R + G + B ~ 85%. #EDE5B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 229 + 184 = 650 (100%)
R 237 of 650 ~ 36.46%
G 229 of 650 ~ 35.23%
B 184 of 650 ~ 28.31'%

%36.46
%35.23
%28.31

CMYK color model

#EDE5B8 color CMYK value is (0,3,22,7).

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

CMYK: (0,3,22,7)
C0M3Y22K7 (0%, 3%, 22%, 7%)
(0.00 / 0.03 / 0.22 / 0.07)

CMYK percentages

%0
%3.38
%22.36
%7.06

Codes

Color #EDE5B8 in popluar color models

ED E5 B8
RGB 237 229 184
HSL 51° 59.55% 82.55%
HSB/HSV 51° 22.36% 92.94%
CMYK 0.00% 3.38% 22.36%
7.06%

Color #EDE5B8 in popluar number systems.

HEX ED E5 B8
Decimal 237 229 184
Binary 11101101 11100101 10111000
Octal 355 345 270

Shades and tints

Shades of #EDE5B8

#EDE5B8
(237,229,184)
#D8D1A8
(216,209,168)
#C3BD98
(195,189,152)
#AEA988
(174,169,136)
#999578
(153,149,120)
#848168
(132,129,104)
#6F6D58
(111,109,88)
#5A5948
(90,89,72)
#454538
(69,69,56)
#303128
(48,49,40)
#1B1D18
(27,29,24)
#000000
(0,0,0)

Tints of #EDE5B8

#EDE5B8
(237,229,184)
#EEE7BE
(238,231,190)
#EFE9C4
(239,233,196)
#F0EBCA
(240,235,202)
#F1EDD0
(241,237,208)
#F2EFD6
(242,239,214)
#F3F1DC
(243,241,220)
#F4F3E2
(244,243,226)
#F5F5E8
(245,245,232)
#F6F7EE
(246,247,238)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE5B8; }

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

This text font color is #EDE5B8.

Background Color

.myBgColor { background-color: #EDE5B8; }

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

This div background color is #EDE5B8.

Border color

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

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

This div border color is #EDE5B8.

Opacity

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

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

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

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

This text has shadow with #EDE5B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE5B8.

Preview

Color preview on black background

This text has color #EDE5B8 on black background.


Color preview on white background

This text has color #EDE5B8 on white background.


Black color preview on #EDE5B8 background

This text has black color on #EDE5B8 background.


White color preview on #EDE5B8 background

This text has white color on #EDE5B8 background.


Related colors

Complementary color

Complementary color for #hex is #121A47.


I love getcolorcode.com

Triadic colors

1 #B8EDE5 and #E5B8ED with #EDE5B8 are triadic colors.

2 #B8E5ED and #E5EDB8 with #EDE5B8 are triadic colors.