COLOR #EDEBD0

HEX: #EDEBD0
RGB: (237,235,208)

Color info

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

RGB color model

#EDEBD0 color RGB value is (237,235,208).

  • red value is 237;
  • green value is 235;
  • blue value is 208.
RGB:
(237,235,208)
(93%,92%,82%)

RGB channels and saturation

R 237 of 255 = 93%
G 235 of 255 = 92%
B 208 of 255 = 82%

237
235
208

R + G + B ~ 89%. #EDEBD0 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 235 + 208 = 680 (100%)
R 237 of 680 ~ 34.85%
G 235 of 680 ~ 34.56%
B 208 of 680 ~ 30.59%

%34.85
%34.56
%30.59

CMYK color model

#EDEBD0 color CMYK value is (0,1,12,7).

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 12.24%
  • key color value is 7.06%
CMYK:
(0,1,12,7)
C0M1Y12K7 
(0%,1%,12%,7%)
(0.00/0.01/0.12/0.07)	

CMYK percentages

%0
%0.84
%12.24
%7.06

Codes

Color #EDEBD0 in popluar color models

EDEBD0
RGB237235208
HSL56°44.62%87.25%
HSB/HSV56°12.24%92.94%
CMYK0.00%0.84%12.24%
7.06%

Color #EDEBD0 in popluar number systems.

HEXEDEBD0
Decimal237235208
Binary111011011110101111010000
Octal355353320

Shades and tints

Shades of #EDEBD0

#EDEBD0
(237,235,208)
#D8D6BE
(216,214,190)
#C3C1AC
(195,193,172)
#AEAC9A
(174,172,154)
#999788
(153,151,136)
#848276
(132,130,118)
#6F6D64
(111,109,100)
#5A5852
(90,88,82)
#454340
(69,67,64)
#302E2E
(48,46,46)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #EDEBD0

#EDEBD0
(237,235,208)
#EEECD4
(238,236,212)
#EFEDD8
(239,237,216)
#F0EEDC
(240,238,220)
#F1EFE0
(241,239,224)
#F2F0E4
(242,240,228)
#F3F1E8
(243,241,232)
#F4F2EC
(244,242,236)
#F5F3F0
(245,243,240)
#F6F4F4
(246,244,244)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDEBD0 color. Also use rgb(237,235,208) instead hex code.

Text Font Color

.myTextColor { color: #EDEBD0; }

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

This text font color is #EDEBD0.


Background Color

.myBgColor { background-color: #EDEBD0; }

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

This div background color is #EDEBD0.


Border color

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

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

This div border color is #EDEBD0.


Opacity

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

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

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

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

This text has shadow with #EDEBD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEBD0 on black background.


Color preview on white background

This text has color #EDEBD0 on white background.



Black color preview on #EDEBD0 background

This text has black color on #EDEBD0 background.


White color preview on #EDEBD0 background

This text has white color on #EDEBD0 background.