COLOR #EDE6CE

HEX: #EDE6CE RGB: (237,230,206)

Color info

#EDE6CE contains red, green and blue colors in about the same proportion. Web safe color of #EDE6CE is #FFCCCC (or #FCC).

RGB color model

#EDE6CE color RGB value is (237,230,206).

RGB: (237,230,206) (93%, 90%, 81%)

RGB channels and saturation

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

237
230
206

R + G + B ~ 88%. #EDE6CE is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 230 + 206 = 673 (100%)
R 237 of 673 ~ 35.22%
G 230 of 673 ~ 34.18%
B 206 of 673 ~ 30.61'%

%35.22
%34.18
%30.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.95%
  • yellow value is 13.08%
  • key color value is 7.06%

CMYK: (0,3,13,7)
C0M3Y13K7 (0%, 3%, 13%, 7%)
(0.00 / 0.03 / 0.13 / 0.07)

CMYK percentages

%0
%2.95
%13.08
%7.06

Codes

Color #EDE6CE in popluar color models

ED E6 CE
RGB 237 230 206
HSL 46° 46.27% 86.86%
HSB/HSV 46° 13.08% 92.94%
CMYK 0.00% 2.95% 13.08%
7.06%

Color #EDE6CE in popluar number systems.

HEX ED E6 CE
Decimal 237 230 206
Binary 11101101 11100110 11001110
Octal 355 346 316

Shades and tints

Shades of #EDE6CE

#EDE6CE
(237,230,206)
#D8D2BC
(216,210,188)
#C3BEAA
(195,190,170)
#AEAA98
(174,170,152)
#999686
(153,150,134)
#848274
(132,130,116)
#6F6E62
(111,110,98)
#5A5A50
(90,90,80)
#45463E
(69,70,62)
#30322C
(48,50,44)
#1B1E1A
(27,30,26)
#000000
(0,0,0)

Tints of #EDE6CE

#EDE6CE
(237,230,206)
#EEE8D2
(238,232,210)
#EFEAD6
(239,234,214)
#F0ECDA
(240,236,218)
#F1EEDE
(241,238,222)
#F2F0E2
(242,240,226)
#F3F2E6
(243,242,230)
#F4F4EA
(244,244,234)
#F5F6EE
(245,246,238)
#F6F8F2
(246,248,242)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE6CE; }

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

This text font color is #EDE6CE.

Background Color

.myBgColor { background-color: #EDE6CE; }

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

This div background color is #EDE6CE.

Border color

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

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

This div border color is #EDE6CE.

Opacity

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

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

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

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

This text has shadow with #EDE6CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE6CE.

Preview

Color preview on black background

This text has color #EDE6CE on black background.


Color preview on white background

This text has color #EDE6CE on white background.


Black color preview on #EDE6CE background

This text has black color on #EDE6CE background.


White color preview on #EDE6CE background

This text has white color on #EDE6CE background.


Related colors

Complementary color

Complementary color for #hex is #121931.


I love getcolorcode.com

Triadic colors

1 #CEEDE6 and #E6CEED with #EDE6CE are triadic colors.

2 #CEE6ED and #E6EDCE with #EDE6CE are triadic colors.