COLOR #EDE0BC

HEX: #EDE0BC
RGB: (237,224,188)

Color info

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

RGB color model

#EDE0BC color RGB value is (237,224,188).

  • red value is 237;
  • green value is 224;
  • blue value is 188.
RGB:
(237,224,188)
(93%,88%,74%)

RGB channels and saturation

R 237 of 255 = 93%
G 224 of 255 = 88%
B 188 of 255 = 74%

237
224
188

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

Portions of RGB colors in percentages

R + G + B =
237 + 224 + 188 = 649 (100%)
R 237 of 649 ~ 36.52%
G 224 of 649 ~ 34.51%
B 188 of 649 ~ 28.97%

%36.52
%34.51
%28.97

CMYK color model

#EDE0BC color CMYK value is (0,5,21,7).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 20.68%
  • key color value is 7.06%
CMYK:
(0,5,21,7)
C0M5Y21K7 
(0%,5%,21%,7%)
(0.00/0.05/0.21/0.07)	

CMYK percentages

%0
%5.49
%20.68
%7.06

Codes

Color #EDE0BC in popluar color models

EDE0BC
RGB237224188
HSL44°57.65%83.33%
HSB/HSV44°20.68%92.94%
CMYK0.00%5.49%20.68%
7.06%

Color #EDE0BC in popluar number systems.

HEXEDE0BC
Decimal237224188
Binary111011011110000010111100
Octal355340274

Shades and tints

Shades of #EDE0BC

#EDE0BC
(237,224,188)
#D8CCAB
(216,204,171)
#C3B89A
(195,184,154)
#AEA489
(174,164,137)
#999078
(153,144,120)
#847C67
(132,124,103)
#6F6856
(111,104,86)
#5A5445
(90,84,69)
#454034
(69,64,52)
#302C23
(48,44,35)
#1B1812
(27,24,18)
#000000
(0,0,0)

Tints of #EDE0BC

#EDE0BC
(237,224,188)
#EEE2C2
(238,226,194)
#EFE4C8
(239,228,200)
#F0E6CE
(240,230,206)
#F1E8D4
(241,232,212)
#F2EADA
(242,234,218)
#F3ECE0
(243,236,224)
#F4EEE6
(244,238,230)
#F5F0EC
(245,240,236)
#F6F2F2
(246,242,242)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE0BC color. Also use rgb(237,224,188) instead hex code.

Text Font Color

.myTextColor { color: #EDE0BC; }

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

This text font color is #EDE0BC.


Background Color

.myBgColor { background-color: #EDE0BC; }

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

This div background color is #EDE0BC.


Border color

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

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

This div border color is #EDE0BC.


Opacity

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

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

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

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

This text has shadow with #EDE0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE0BC on black background.


Color preview on white background

This text has color #EDE0BC on white background.



Black color preview on #EDE0BC background

This text has black color on #EDE0BC background.


White color preview on #EDE0BC background

This text has white color on #EDE0BC background.