COLOR #EDEFCF

HEX: #EDEFCF
RGB: (237,239,207)

Color info

#EDEFCF contains red, green and blue colors in about the same proportion. Web safe color of #EDEFCF is #FFFFCC (or #FFC).

RGB color model

#EDEFCF color RGB value is (237,239,207).

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

RGB channels and saturation

R 237 of 255 = 93%
G 239 of 255 = 94%
B 207 of 255 = 81%

237
239
207

R + G + B ~ 89%. #EDEFCF is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 239 + 207 = 683 (100%)
R 237 of 683 ~ 34.7%
G 239 of 683 ~ 34.99%
B 207 of 683 ~ 30.31%

%34.7
%34.99
%30.31

CMYK color model

#EDEFCF color CMYK value is (1,0,13,6).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 13.39%
  • key color value is 6.27%
CMYK:
(1,0,13,6)
C1M0Y13K6 
(1%,0%,13%,6%)
(0.01/0.00/0.13/0.06)	

CMYK percentages

%0.84
%0
%13.39
%6.27

Codes

Color #EDEFCF in popluar color models

EDEFCF
RGB237239207
HSL64°50.00%87.45%
HSB/HSV64°13.39%93.73%
CMYK0.84%0.00%13.39%
6.27%

Color #EDEFCF in popluar number systems.

HEXEDEFCF
Decimal237239207
Binary111011011110111111001111
Octal355357317

Shades and tints

Shades of #EDEFCF

#EDEFCF
(237,239,207)
#D8DABD
(216,218,189)
#C3C5AB
(195,197,171)
#AEB099
(174,176,153)
#999B87
(153,155,135)
#848675
(132,134,117)
#6F7163
(111,113,99)
#5A5C51
(90,92,81)
#45473F
(69,71,63)
#30322D
(48,50,45)
#1B1D1B
(27,29,27)
#000000
(0,0,0)

Tints of #EDEFCF

#EDEFCF
(237,239,207)
#EEF0D3
(238,240,211)
#EFF1D7
(239,241,215)
#F0F2DB
(240,242,219)
#F1F3DF
(241,243,223)
#F2F4E3
(242,244,227)
#F3F5E7
(243,245,231)
#F4F6EB
(244,246,235)
#F5F7EF
(245,247,239)
#F6F8F3
(246,248,243)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEFCF; }

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

This text font color is #EDEFCF.


Background Color

.myBgColor { background-color: #EDEFCF; }

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

This div background color is #EDEFCF.


Border color

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

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

This div border color is #EDEFCF.


Opacity

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

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

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

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

This text has shadow with #EDEFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEFCF on black background.


Color preview on white background

This text has color #EDEFCF on white background.



Black color preview on #EDEFCF background

This text has black color on #EDEFCF background.


White color preview on #EDEFCF background

This text has white color on #EDEFCF background.