COLOR #EDEDCD

HEX: #EDEDCD RGB: (237,237,205)

Color info

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

RGB color model

#EDEDCD color RGB value is (237,237,205).

RGB: (237,237,205) (93%, 93%, 80%)

RGB channels and saturation

R 237 of 255 = 93%
G 237 of 255 = 93%
B 205 of 255 = 80%

237
237
205

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

Portions of RGB colors in percentages

R + G + B = 237 + 237 + 205 = 679 (100%)
R 237 of 679 ~ 34.9%
G 237 of 679 ~ 34.9%
B 205 of 679 ~ 30.19'%

%34.9
%34.9
%30.19

CMYK color model

#EDEDCD color CMYK value is (0,0,14,7).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 7.06%
CMYK: (0,0,14,7) C0M0Y14K7 (0%,0%,14%,7%) (0.00/0.00/0.14/0.07) 

CMYK percentages

%0
%0
%13.5
%7.06

Codes

Color #EDEDCD in popluar color models

ED ED CD
RGB 237 237 205
HSL 60° 47.06% 86.67%
HSB/HSV 60° 13.50% 92.94%
CMYK 0.00% 0.00% 13.50%
7.06%

Color #EDEDCD in popluar number systems.

HEX ED ED CD
Decimal 237 237 205
Binary 11101101 11101101 11001101
Octal 355 355 315

Shades and tints

Shades of #EDEDCD

#EDEDCD
(237,237,205)
#D8D8BB
(216,216,187)
#C3C3A9
(195,195,169)
#AEAE97
(174,174,151)
#999985
(153,153,133)
#848473
(132,132,115)
#6F6F61
(111,111,97)
#5A5A4F
(90,90,79)
#45453D
(69,69,61)
#30302B
(48,48,43)
#1B1B19
(27,27,25)
#000000
(0,0,0)

Tints of #EDEDCD

#EDEDCD
(237,237,205)
#EEEED1
(238,238,209)
#EFEFD5
(239,239,213)
#F0F0D9
(240,240,217)
#F1F1DD
(241,241,221)
#F2F2E1
(242,242,225)
#F3F3E5
(243,243,229)
#F4F4E9
(244,244,233)
#F5F5ED
(245,245,237)
#F6F6F1
(246,246,241)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDCD; }

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

This text font color is #EDEDCD.

Background Color

.myBgColor { background-color: #EDEDCD; }

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

This div background color is #EDEDCD.

Border color

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

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

This div border color is #EDEDCD.

Opacity

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

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

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

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

This text has shadow with #EDEDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEDCD.

Preview

Color preview on black background

This text has color #EDEDCD on black background.


Color preview on white background

This text has color #EDEDCD on white background.


Black color preview on #EDEDCD background

This text has black color on #EDEDCD background.


White color preview on #EDEDCD background

This text has white color on #EDEDCD background.


Related colors

Complementary color

Complementary color for #hex is #121232.


I love getcolorcode.com