COLOR #EDF6DE

HEX: #EDF6DE RGB: (237,246,222)

Color info

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

RGB color model

#EDF6DE color RGB value is (237,246,222).

RGB: (237,246,222) (93%, 96%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 246 of 255 = 96%
B 222 of 255 = 87%

237
246
222

R + G + B ~ 92%. #EDF6DE is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 246 + 222 = 705 (100%)
R 237 of 705 ~ 33.62%
G 246 of 705 ~ 34.89%
B 222 of 705 ~ 31.49'%

%33.62
%34.89
%31.49

CMYK color model

#EDF6DE color CMYK value is (4,0,10,4).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 3.53%

CMYK: (4,0,10,4)
C4M0Y10K4 (4%, 0%, 10%, 4%)
(0.04 / 0.00 / 0.10 / 0.04)

CMYK percentages

%3.66
%0
%9.76
%3.53

Codes

Color #EDF6DE in popluar color models

ED F6 DE
RGB 237 246 222
HSL 83° 57.14% 91.76%
HSB/HSV 83° 9.76% 96.47%
CMYK 3.66% 0.00% 9.76%
3.53%

Color #EDF6DE in popluar number systems.

HEX ED F6 DE
Decimal 237 246 222
Binary 11101101 11110110 11011110
Octal 355 366 336

Shades and tints

Shades of #EDF6DE

#EDF6DE
(237,246,222)
#D8E0CA
(216,224,202)
#C3CAB6
(195,202,182)
#AEB4A2
(174,180,162)
#999E8E
(153,158,142)
#84887A
(132,136,122)
#6F7266
(111,114,102)
#5A5C52
(90,92,82)
#45463E
(69,70,62)
#30302A
(48,48,42)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #EDF6DE

#EDF6DE
(237,246,222)
#EEF6E1
(238,246,225)
#EFF6E4
(239,246,228)
#F0F6E7
(240,246,231)
#F1F6EA
(241,246,234)
#F2F6ED
(242,246,237)
#F3F6F0
(243,246,240)
#F4F6F3
(244,246,243)
#F5F6F6
(245,246,246)
#F6F6F9
(246,246,249)
#F7F6FC
(247,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF6DE color. Also use rgb(237,246,222) instead hex code.

Text Font Color

.myTextColor { color: #EDF6DE; }

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

This text font color is #EDF6DE.

Background Color

.myBgColor { background-color: #EDF6DE; }

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

This div background color is #EDF6DE.

Border color

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

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

This div border color is #EDF6DE.

Opacity

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

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

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

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

This text has shadow with #EDF6DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF6DE.

Preview

Color preview on black background

This text has color #EDF6DE on black background.


Color preview on white background

This text has color #EDF6DE on white background.


Black color preview on #EDF6DE background

This text has black color on #EDF6DE background.


White color preview on #EDF6DE background

This text has white color on #EDF6DE background.


Related colors

Complementary color

Complementary color for #hex is #120921.


I love getcolorcode.com

Triadic colors

1 #DEEDF6 and #F6DEED with #EDF6DE are triadic colors.

2 #DEF6ED and #F6EDDE with #EDF6DE are triadic colors.