COLOR #EDE1CE

HEX: #EDE1CE RGB: (237,225,206)

Color info

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

RGB color model

#EDE1CE color RGB value is (237,225,206).

RGB: (237,225,206) (93%, 88%, 81%)

RGB channels and saturation

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

237
225
206

R + G + B ~ 87%. #EDE1CE is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 225 + 206 = 668 (100%)
R 237 of 668 ~ 35.48%
G 225 of 668 ~ 33.68%
B 206 of 668 ~ 30.84'%

%35.48
%33.68
%30.84

CMYK color model

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

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

CMYK: (0,5,13,7)
C0M5Y13K7 (0%, 5%, 13%, 7%)
(0.00 / 0.05 / 0.13 / 0.07)

CMYK percentages

%0
%5.06
%13.08
%7.06

Codes

Color #EDE1CE in popluar color models

ED E1 CE
RGB 237 225 206
HSL 37° 46.27% 86.86%
HSB/HSV 37° 13.08% 92.94%
CMYK 0.00% 5.06% 13.08%
7.06%

Color #EDE1CE in popluar number systems.

HEX ED E1 CE
Decimal 237 225 206
Binary 11101101 11100001 11001110
Octal 355 341 316

Shades and tints

Shades of #EDE1CE

#EDE1CE
(237,225,206)
#D8CDBC
(216,205,188)
#C3B9AA
(195,185,170)
#AEA598
(174,165,152)
#999186
(153,145,134)
#847D74
(132,125,116)
#6F6962
(111,105,98)
#5A5550
(90,85,80)
#45413E
(69,65,62)
#302D2C
(48,45,44)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #EDE1CE

#EDE1CE
(237,225,206)
#EEE3D2
(238,227,210)
#EFE5D6
(239,229,214)
#F0E7DA
(240,231,218)
#F1E9DE
(241,233,222)
#F2EBE2
(242,235,226)
#F3EDE6
(243,237,230)
#F4EFEA
(244,239,234)
#F5F1EE
(245,241,238)
#F6F3F2
(246,243,242)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE1CE; }

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

This text font color is #EDE1CE.

Background Color

.myBgColor { background-color: #EDE1CE; }

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

This div background color is #EDE1CE.

Border color

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

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

This div border color is #EDE1CE.

Opacity

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

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

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

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

This text has shadow with #EDE1CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE1CE.

Preview

Color preview on black background

This text has color #EDE1CE on black background.


Color preview on white background

This text has color #EDE1CE on white background.


Black color preview on #EDE1CE background

This text has black color on #EDE1CE background.


White color preview on #EDE1CE background

This text has white color on #EDE1CE background.


Related colors

Complementary color

Complementary color for #hex is #121E31.


I love getcolorcode.com

Triadic colors

1 #CEEDE1 and #E1CEED with #EDE1CE are triadic colors.

2 #CEE1ED and #E1EDCE with #EDE1CE are triadic colors.