COLOR #EDEDD9

HEX: #EDEDD9 RGB: (237,237,217)

Color info

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

RGB color model

#EDEDD9 color RGB value is (237,237,217).

RGB: (237,237,217) (93%, 93%, 85%)

RGB channels and saturation

R 237 of 255 = 93%
G 237 of 255 = 93%
B 217 of 255 = 85%

237
237
217

R + G + B ~ 90%. #EDEDD9 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 237 + 217 = 691 (100%)
R 237 of 691 ~ 34.3%
G 237 of 691 ~ 34.3%
B 217 of 691 ~ 31.4'%

%34.3
%34.3
%31.4

CMYK color model

#EDEDD9 color CMYK value is (0,0,8,7).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.44%
  • key color value is 7.06%

CMYK: (0,0,8,7)
C0M0Y8K7 (0%, 0%, 8%, 7%)
(0.00 / 0.00 / 0.08 / 0.07)

CMYK percentages

%0
%0
%8.44
%7.06

Codes

Color #EDEDD9 in popluar color models

ED ED D9
RGB 237 237 217
HSL 60° 35.71% 89.02%
HSB/HSV 60° 8.44% 92.94%
CMYK 0.00% 0.00% 8.44%
7.06%

Color #EDEDD9 in popluar number systems.

HEX ED ED D9
Decimal 237 237 217
Binary 11101101 11101101 11011001
Octal 355 355 331

Shades and tints

Shades of #EDEDD9

#EDEDD9
(237,237,217)
#D8D8C6
(216,216,198)
#C3C3B3
(195,195,179)
#AEAEA0
(174,174,160)
#99998D
(153,153,141)
#84847A
(132,132,122)
#6F6F67
(111,111,103)
#5A5A54
(90,90,84)
#454541
(69,69,65)
#30302E
(48,48,46)
#1B1B1B
(27,27,27)
#000000
(0,0,0)

Tints of #EDEDD9

#EDEDD9
(237,237,217)
#EEEEDC
(238,238,220)
#EFEFDF
(239,239,223)
#F0F0E2
(240,240,226)
#F1F1E5
(241,241,229)
#F2F2E8
(242,242,232)
#F3F3EB
(243,243,235)
#F4F4EE
(244,244,238)
#F5F5F1
(245,245,241)
#F6F6F4
(246,246,244)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDD9; }

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

This text font color is #EDEDD9.

Background Color

.myBgColor { background-color: #EDEDD9; }

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

This div background color is #EDEDD9.

Border color

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

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

This div border color is #EDEDD9.

Opacity

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

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

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

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

This text has shadow with #EDEDD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEDD9.

Preview

Color preview on black background

This text has color #EDEDD9 on black background.


Color preview on white background

This text has color #EDEDD9 on white background.


Black color preview on #EDEDD9 background

This text has black color on #EDEDD9 background.


White color preview on #EDEDD9 background

This text has white color on #EDEDD9 background.


Related colors

Complementary color

Complementary color for #hex is #121226.


I love getcolorcode.com