COLOR #EDE7B8

HEX: #EDE7B8 RGB: (237,231,184)

Color info

#EDE7B8 contains red, green and blue colors in about the same proportion. Web safe color of #EDE7B8 is #FFFFCC (or #FFC).

RGB color model

#EDE7B8 color RGB value is (237,231,184).

RGB: (237,231,184) (93%, 91%, 72%)

RGB channels and saturation

R 237 of 255 = 93%
G 231 of 255 = 91%
B 184 of 255 = 72%

237
231
184

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

Portions of RGB colors in percentages

R + G + B = 237 + 231 + 184 = 652 (100%)
R 237 of 652 ~ 36.35%
G 231 of 652 ~ 35.43%
B 184 of 652 ~ 28.22'%

%36.35
%35.43
%28.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.53%
  • 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
%2.53
%22.36
%7.06

Codes

Color #EDE7B8 in popluar color models

ED E7 B8
RGB 237 231 184
HSL 53° 59.55% 82.55%
HSB/HSV 53° 22.36% 92.94%
CMYK 0.00% 2.53% 22.36%
7.06%

Color #EDE7B8 in popluar number systems.

HEX ED E7 B8
Decimal 237 231 184
Binary 11101101 11100111 10111000
Octal 355 347 270

Shades and tints

Shades of #EDE7B8

#EDE7B8
(237,231,184)
#D8D2A8
(216,210,168)
#C3BD98
(195,189,152)
#AEA888
(174,168,136)
#999378
(153,147,120)
#847E68
(132,126,104)
#6F6958
(111,105,88)
#5A5448
(90,84,72)
#453F38
(69,63,56)
#302A28
(48,42,40)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #EDE7B8

#EDE7B8
(237,231,184)
#EEE9BE
(238,233,190)
#EFEBC4
(239,235,196)
#F0EDCA
(240,237,202)
#F1EFD0
(241,239,208)
#F2F1D6
(242,241,214)
#F3F3DC
(243,243,220)
#F4F5E2
(244,245,226)
#F5F7E8
(245,247,232)
#F6F9EE
(246,249,238)
#F7FBF4
(247,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE7B8; }

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

This text font color is #EDE7B8.

Background Color

.myBgColor { background-color: #EDE7B8; }

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

This div background color is #EDE7B8.

Border color

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

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

This div border color is #EDE7B8.

Opacity

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

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

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

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

This text has shadow with #EDE7B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE7B8.

Preview

Color preview on black background

This text has color #EDE7B8 on black background.


Color preview on white background

This text has color #EDE7B8 on white background.


Black color preview on #EDE7B8 background

This text has black color on #EDE7B8 background.


White color preview on #EDE7B8 background

This text has white color on #EDE7B8 background.


Related colors

Complementary color

Complementary color for #hex is #121847.


I love getcolorcode.com

Triadic colors

1 #B8EDE7 and #E7B8ED with #EDE7B8 are triadic colors.

2 #B8E7ED and #E7EDB8 with #EDE7B8 are triadic colors.