COLOR #EDE5CF

HEX: #EDE5CF RGB: (237,229,207)

Color info

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

RGB color model

#EDE5CF color RGB value is (237,229,207).

RGB: (237,229,207) (93%, 90%, 81%)

RGB channels and saturation

R 237 of 255 = 93%
G 229 of 255 = 90%
B 207 of 255 = 81%

237
229
207

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

Portions of RGB colors in percentages

R + G + B = 237 + 229 + 207 = 673 (100%)
R 237 of 673 ~ 35.22%
G 229 of 673 ~ 34.03%
B 207 of 673 ~ 30.76'%

%35.22
%34.03
%30.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.38%
  • yellow value is 12.66%
  • 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
%3.38
%12.66
%7.06

Codes

Color #EDE5CF in popluar color models

ED E5 CF
RGB 237 229 207
HSL 44° 45.45% 87.06%
HSB/HSV 44° 12.66% 92.94%
CMYK 0.00% 3.38% 12.66%
7.06%

Color #EDE5CF in popluar number systems.

HEX ED E5 CF
Decimal 237 229 207
Binary 11101101 11100101 11001111
Octal 355 345 317

Shades and tints

Shades of #EDE5CF

#EDE5CF
(237,229,207)
#D8D1BD
(216,209,189)
#C3BDAB
(195,189,171)
#AEA999
(174,169,153)
#999587
(153,149,135)
#848175
(132,129,117)
#6F6D63
(111,109,99)
#5A5951
(90,89,81)
#45453F
(69,69,63)
#30312D
(48,49,45)
#1B1D1B
(27,29,27)
#000000
(0,0,0)

Tints of #EDE5CF

#EDE5CF
(237,229,207)
#EEE7D3
(238,231,211)
#EFE9D7
(239,233,215)
#F0EBDB
(240,235,219)
#F1EDDF
(241,237,223)
#F2EFE3
(242,239,227)
#F3F1E7
(243,241,231)
#F4F3EB
(244,243,235)
#F5F5EF
(245,245,239)
#F6F7F3
(246,247,243)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE5CF; }

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

This text font color is #EDE5CF.

Background Color

.myBgColor { background-color: #EDE5CF; }

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

This div background color is #EDE5CF.

Border color

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

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

This div border color is #EDE5CF.

Opacity

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

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

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

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

This text has shadow with #EDE5CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE5CF.

Preview

Color preview on black background

This text has color #EDE5CF on black background.


Color preview on white background

This text has color #EDE5CF on white background.


Black color preview on #EDE5CF background

This text has black color on #EDE5CF background.


White color preview on #EDE5CF background

This text has white color on #EDE5CF background.


Related colors

Complementary color

Complementary color for #hex is #121A30.


I love getcolorcode.com

Triadic colors

1 #CFEDE5 and #E5CFED with #EDE5CF are triadic colors.

2 #CFE5ED and #E5EDCF with #EDE5CF are triadic colors.