COLOR #EDEDD7

HEX: #EDEDD7
RGB: (237,237,215)

Color info

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

RGB color model

#EDEDD7 color RGB value is (237,237,215).

  • red value is 237;
  • green value is 237;
  • blue value is 215.
RGB:
(237,237,215)
(93%,93%,84%)

RGB channels and saturation

R 237 of 255 = 93%
G 237 of 255 = 93%
B 215 of 255 = 84%

237
237
215

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

Portions of RGB colors in percentages

R + G + B =
237 + 237 + 215 = 689 (100%)
R 237 of 689 ~ 34.4%
G 237 of 689 ~ 34.4%
B 215 of 689 ~ 31.2%

%34.4
%34.4
%31.2

CMYK color model

#EDEDD7 color CMYK value is (0,0,9,7).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 9.28%
  • key color value is 7.06%
CMYK:
(0,0,9,7)
C0M0Y9K7 
(0%,0%,9%,7%)
(0.00/0.00/0.09/0.07)	

CMYK percentages

%0
%0
%9.28
%7.06

Codes

Color #EDEDD7 in popluar color models

EDEDD7
RGB237237215
HSL60°37.93%88.63%
HSB/HSV60°9.28%92.94%
CMYK0.00%0.00%9.28%
7.06%

Color #EDEDD7 in popluar number systems.

HEXEDEDD7
Decimal237237215
Binary111011011110110111010111
Octal355355327

Shades and tints

Shades of #EDEDD7

#EDEDD7
(237,237,215)
#D8D8C4
(216,216,196)
#C3C3B1
(195,195,177)
#AEAE9E
(174,174,158)
#99998B
(153,153,139)
#848478
(132,132,120)
#6F6F65
(111,111,101)
#5A5A52
(90,90,82)
#45453F
(69,69,63)
#30302C
(48,48,44)
#1B1B19
(27,27,25)
#000000
(0,0,0)

Tints of #EDEDD7

#EDEDD7
(237,237,215)
#EEEEDA
(238,238,218)
#EFEFDD
(239,239,221)
#F0F0E0
(240,240,224)
#F1F1E3
(241,241,227)
#F2F2E6
(242,242,230)
#F3F3E9
(243,243,233)
#F4F4EC
(244,244,236)
#F5F5EF
(245,245,239)
#F6F6F2
(246,246,242)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDD7; }

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

This text font color is #EDEDD7.


Background Color

.myBgColor { background-color: #EDEDD7; }

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

This div background color is #EDEDD7.


Border color

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

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

This div border color is #EDEDD7.


Opacity

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

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

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

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

This text has shadow with #EDEDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEDD7 on black background.


Color preview on white background

This text has color #EDEDD7 on white background.



Black color preview on #EDEDD7 background

This text has black color on #EDEDD7 background.


White color preview on #EDEDD7 background

This text has white color on #EDEDD7 background.