COLOR #EDEBD3

HEX: #EDEBD3
RGB: (237,235,211)

Color info

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

RGB color model

#EDEBD3 color RGB value is (237,235,211).

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

RGB channels and saturation

R 237 of 255 = 93%
G 235 of 255 = 92%
B 211 of 255 = 83%

237
235
211

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

Portions of RGB colors in percentages

R + G + B =
237 + 235 + 211 = 683 (100%)
R 237 of 683 ~ 34.7%
G 235 of 683 ~ 34.41%
B 211 of 683 ~ 30.89%

%34.7
%34.41
%30.89

CMYK color model

#EDEBD3 color CMYK value is (0,1,11,7).

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 10.97%
  • key color value is 7.06%
CMYK:
(0,1,11,7)
C0M1Y11K7 
(0%,1%,11%,7%)
(0.00/0.01/0.11/0.07)	

CMYK percentages

%0
%0.84
%10.97
%7.06

Codes

Color #EDEBD3 in popluar color models

EDEBD3
RGB237235211
HSL55°41.94%87.84%
HSB/HSV55°10.97%92.94%
CMYK0.00%0.84%10.97%
7.06%

Color #EDEBD3 in popluar number systems.

HEXEDEBD3
Decimal237235211
Binary111011011110101111010011
Octal355353323

Shades and tints

Shades of #EDEBD3

#EDEBD3
(237,235,211)
#D8D6C0
(216,214,192)
#C3C1AD
(195,193,173)
#AEAC9A
(174,172,154)
#999787
(153,151,135)
#848274
(132,130,116)
#6F6D61
(111,109,97)
#5A584E
(90,88,78)
#45433B
(69,67,59)
#302E28
(48,46,40)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #EDEBD3

#EDEBD3
(237,235,211)
#EEECD7
(238,236,215)
#EFEDDB
(239,237,219)
#F0EEDF
(240,238,223)
#F1EFE3
(241,239,227)
#F2F0E7
(242,240,231)
#F3F1EB
(243,241,235)
#F4F2EF
(244,242,239)
#F5F3F3
(245,243,243)
#F6F4F7
(246,244,247)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEBD3; }

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

This text font color is #EDEBD3.


Background Color

.myBgColor { background-color: #EDEBD3; }

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

This div background color is #EDEBD3.


Border color

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

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

This div border color is #EDEBD3.


Opacity

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

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

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

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

This text has shadow with #EDEBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEBD3 on black background.


Color preview on white background

This text has color #EDEBD3 on white background.



Black color preview on #EDEBD3 background

This text has black color on #EDEBD3 background.


White color preview on #EDEBD3 background

This text has white color on #EDEBD3 background.