COLOR #EDE3CF

HEX: #EDE3CF
RGB: (237,227,207)

Color info

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

RGB color model

#EDE3CF color RGB value is (237,227,207).

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

RGB channels and saturation

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

237
227
207

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

Portions of RGB colors in percentages

R + G + B =
237 + 227 + 207 = 671 (100%)
R 237 of 671 ~ 35.32%
G 227 of 671 ~ 33.83%
B 207 of 671 ~ 30.85%

%35.32
%33.83
%30.85

CMYK color model

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

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

Codes

Color #EDE3CF in popluar color models

EDE3CF
RGB237227207
HSL40°45.45%87.06%
HSB/HSV40°12.66%92.94%
CMYK0.00%4.22%12.66%
7.06%

Color #EDE3CF in popluar number systems.

HEXEDE3CF
Decimal237227207
Binary111011011110001111001111
Octal355343317

Shades and tints

Shades of #EDE3CF

#EDE3CF
(237,227,207)
#D8CFBD
(216,207,189)
#C3BBAB
(195,187,171)
#AEA799
(174,167,153)
#999387
(153,147,135)
#847F75
(132,127,117)
#6F6B63
(111,107,99)
#5A5751
(90,87,81)
#45433F
(69,67,63)
#302F2D
(48,47,45)
#1B1B1B
(27,27,27)
#000000
(0,0,0)

Tints of #EDE3CF

#EDE3CF
(237,227,207)
#EEE5D3
(238,229,211)
#EFE7D7
(239,231,215)
#F0E9DB
(240,233,219)
#F1EBDF
(241,235,223)
#F2EDE3
(242,237,227)
#F3EFE7
(243,239,231)
#F4F1EB
(244,241,235)
#F5F3EF
(245,243,239)
#F6F5F3
(246,245,243)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE3CF; }

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

This text font color is #EDE3CF.


Background Color

.myBgColor { background-color: #EDE3CF; }

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

This div background color is #EDE3CF.


Border color

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

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

This div border color is #EDE3CF.


Opacity

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

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

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

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

This text has shadow with #EDE3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE3CF on black background.


Color preview on white background

This text has color #EDE3CF on white background.



Black color preview on #EDE3CF background

This text has black color on #EDE3CF background.


White color preview on #EDE3CF background

This text has white color on #EDE3CF background.