COLOR #EDEDCE

HEX: #EDEDCE
RGB: (237,237,206)

Color info

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

RGB color model

#EDEDCE color RGB value is (237,237,206).

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

RGB channels and saturation

R 237 of 255 = 93%
G 237 of 255 = 93%
B 206 of 255 = 81%

237
237
206

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

Portions of RGB colors in percentages

R + G + B =
237 + 237 + 206 = 680 (100%)
R 237 of 680 ~ 34.85%
G 237 of 680 ~ 34.85%
B 206 of 680 ~ 30.29%

%34.85
%34.85
%30.29

CMYK color model

#EDEDCE color CMYK value is (0,0,13,7).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 13.08%
  • key color value is 7.06%
CMYK:
(0,0,13,7)
C0M0Y13K7 
(0%,0%,13%,7%)
(0.00/0.00/0.13/0.07)	

CMYK percentages

%0
%0
%13.08
%7.06

Codes

Color #EDEDCE in popluar color models

EDEDCE
RGB237237206
HSL60°46.27%86.86%
HSB/HSV60°13.08%92.94%
CMYK0.00%0.00%13.08%
7.06%

Color #EDEDCE in popluar number systems.

HEXEDEDCE
Decimal237237206
Binary111011011110110111001110
Octal355355316

Shades and tints

Shades of #EDEDCE

#EDEDCE
(237,237,206)
#D8D8BC
(216,216,188)
#C3C3AA
(195,195,170)
#AEAE98
(174,174,152)
#999986
(153,153,134)
#848474
(132,132,116)
#6F6F62
(111,111,98)
#5A5A50
(90,90,80)
#45453E
(69,69,62)
#30302C
(48,48,44)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #EDEDCE

#EDEDCE
(237,237,206)
#EEEED2
(238,238,210)
#EFEFD6
(239,239,214)
#F0F0DA
(240,240,218)
#F1F1DE
(241,241,222)
#F2F2E2
(242,242,226)
#F3F3E6
(243,243,230)
#F4F4EA
(244,244,234)
#F5F5EE
(245,245,238)
#F6F6F2
(246,246,242)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDCE; }

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

This text font color is #EDEDCE.


Background Color

.myBgColor { background-color: #EDEDCE; }

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

This div background color is #EDEDCE.


Border color

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

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

This div border color is #EDEDCE.


Opacity

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

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

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

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

This text has shadow with #EDEDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEDCE on black background.


Color preview on white background

This text has color #EDEDCE on white background.



Black color preview on #EDEDCE background

This text has black color on #EDEDCE background.


White color preview on #EDEDCE background

This text has white color on #EDEDCE background.