COLOR #EDE3CE

HEX: #EDE3CE RGB: (237,227,206)

Color info

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

RGB color model

#EDE3CE color RGB value is (237,227,206).

RGB: (237,227,206) (93%, 89%, 81%)

RGB channels and saturation

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

237
227
206

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

Portions of RGB colors in percentages

R + G + B = 237 + 227 + 206 = 670 (100%)
R 237 of 670 ~ 35.37%
G 227 of 670 ~ 33.88%
B 206 of 670 ~ 30.75'%

%35.37
%33.88
%30.75

CMYK color model

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

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

CMYK: (0,4,13,7)
C0M4Y13K7 (0%, 4%, 13%, 7%)
(0.00 / 0.04 / 0.13 / 0.07)

CMYK percentages

%0
%4.22
%13.08
%7.06

Codes

Color #EDE3CE in popluar color models

ED E3 CE
RGB 237 227 206
HSL 41° 46.27% 86.86%
HSB/HSV 41° 13.08% 92.94%
CMYK 0.00% 4.22% 13.08%
7.06%

Color #EDE3CE in popluar number systems.

HEX ED E3 CE
Decimal 237 227 206
Binary 11101101 11100011 11001110
Octal 355 343 316

Shades and tints

Shades of #EDE3CE

#EDE3CE
(237,227,206)
#D8CFBC
(216,207,188)
#C3BBAA
(195,187,170)
#AEA798
(174,167,152)
#999386
(153,147,134)
#847F74
(132,127,116)
#6F6B62
(111,107,98)
#5A5750
(90,87,80)
#45433E
(69,67,62)
#302F2C
(48,47,44)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #EDE3CE

#EDE3CE
(237,227,206)
#EEE5D2
(238,229,210)
#EFE7D6
(239,231,214)
#F0E9DA
(240,233,218)
#F1EBDE
(241,235,222)
#F2EDE2
(242,237,226)
#F3EFE6
(243,239,230)
#F4F1EA
(244,241,234)
#F5F3EE
(245,243,238)
#F6F5F2
(246,245,242)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE3CE; }

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

This text font color is #EDE3CE.

Background Color

.myBgColor { background-color: #EDE3CE; }

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

This div background color is #EDE3CE.

Border color

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

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

This div border color is #EDE3CE.

Opacity

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

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

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

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

This text has shadow with #EDE3CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE3CE.

Preview

Color preview on black background

This text has color #EDE3CE on black background.


Color preview on white background

This text has color #EDE3CE on white background.


Black color preview on #EDE3CE background

This text has black color on #EDE3CE background.


White color preview on #EDE3CE background

This text has white color on #EDE3CE background.


Related colors

Complementary color

Complementary color for #hex is #121C31.


I love getcolorcode.com

Triadic colors

1 #CEEDE3 and #E3CEED with #EDE3CE are triadic colors.

2 #CEE3ED and #E3EDCE with #EDE3CE are triadic colors.