COLOR #EDEFDC

HEX: #EDEFDC
RGB: (237,239,220)

Color info

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

RGB color model

#EDEFDC color RGB value is (237,239,220).

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

RGB channels and saturation

R 237 of 255 = 93%
G 239 of 255 = 94%
B 220 of 255 = 86%

237
239
220

R + G + B ~ 91%. #EDEFDC is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 239 + 220 = 696 (100%)
R 237 of 696 ~ 34.05%
G 239 of 696 ~ 34.34%
B 220 of 696 ~ 31.61%

%34.05
%34.34
%31.61

CMYK color model

#EDEFDC color CMYK value is (1,0,8,6).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 7.95%
  • key color value is 6.27%
CMYK:
(1,0,8,6)
C1M0Y8K6 
(1%,0%,8%,6%)
(0.01/0.00/0.08/0.06)	

CMYK percentages

%0.84
%0
%7.95
%6.27

Codes

Color #EDEFDC in popluar color models

EDEFDC
RGB237239220
HSL66°37.25%90.00%
HSB/HSV66°7.95%93.73%
CMYK0.84%0.00%7.95%
6.27%

Color #EDEFDC in popluar number systems.

HEXEDEFDC
Decimal237239220
Binary111011011110111111011100
Octal355357334

Shades and tints

Shades of #EDEFDC

#EDEFDC
(237,239,220)
#D8DAC8
(216,218,200)
#C3C5B4
(195,197,180)
#AEB0A0
(174,176,160)
#999B8C
(153,155,140)
#848678
(132,134,120)
#6F7164
(111,113,100)
#5A5C50
(90,92,80)
#45473C
(69,71,60)
#303228
(48,50,40)
#1B1D14
(27,29,20)
#000000
(0,0,0)

Tints of #EDEFDC

#EDEFDC
(237,239,220)
#EEF0DF
(238,240,223)
#EFF1E2
(239,241,226)
#F0F2E5
(240,242,229)
#F1F3E8
(241,243,232)
#F2F4EB
(242,244,235)
#F3F5EE
(243,245,238)
#F4F6F1
(244,246,241)
#F5F7F4
(245,247,244)
#F6F8F7
(246,248,247)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEFDC; }

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

This text font color is #EDEFDC.


Background Color

.myBgColor { background-color: #EDEFDC; }

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

This div background color is #EDEFDC.


Border color

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

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

This div border color is #EDEFDC.


Opacity

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

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

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

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

This text has shadow with #EDEFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEFDC on black background.


Color preview on white background

This text has color #EDEFDC on white background.



Black color preview on #EDEFDC background

This text has black color on #EDEFDC background.


White color preview on #EDEFDC background

This text has white color on #EDEFDC background.