COLOR #EDF9D0

HEX: #EDF9D0 RGB: (237,249,208)

Color info

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

RGB color model

#EDF9D0 color RGB value is (237,249,208).

RGB: (237,249,208) (93%, 98%, 82%)

RGB channels and saturation

R 237 of 255 = 93%
G 249 of 255 = 98%
B 208 of 255 = 82%

237
249
208

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

Portions of RGB colors in percentages

R + G + B = 237 + 249 + 208 = 694 (100%)
R 237 of 694 ~ 34.15%
G 249 of 694 ~ 35.88%
B 208 of 694 ~ 29.97'%

%34.15
%35.88
%29.97

CMYK color model

#EDF9D0 color CMYK value is (5,0,16,2).

  • cyan value is 4.82%
  • magenta value is 0.00%
  • yellow value is 16.47%
  • key color value is 2.35%
CMYK: (5,0,16,2) C5M0Y16K2 (5%,0%,16%,2%) (0.05/0.00/0.16/0.02) 

CMYK percentages

%4.82
%0
%16.47
%2.35

Codes

Color #EDF9D0 in popluar color models

ED F9 D0
RGB 237 249 208
HSL 78° 77.36% 89.61%
HSB/HSV 78° 16.47% 97.65%
CMYK 4.82% 0.00% 16.47%
2.35%

Color #EDF9D0 in popluar number systems.

HEX ED F9 D0
Decimal 237 249 208
Binary 11101101 11111001 11010000
Octal 355 371 320

Shades and tints

Shades of #EDF9D0

#EDF9D0
(237,249,208)
#D8E3BE
(216,227,190)
#C3CDAC
(195,205,172)
#AEB79A
(174,183,154)
#99A188
(153,161,136)
#848B76
(132,139,118)
#6F7564
(111,117,100)
#5A5F52
(90,95,82)
#454940
(69,73,64)
#30332E
(48,51,46)
#1B1D1C
(27,29,28)
#000000
(0,0,0)

Tints of #EDF9D0

#EDF9D0
(237,249,208)
#EEF9D4
(238,249,212)
#EFF9D8
(239,249,216)
#F0F9DC
(240,249,220)
#F1F9E0
(241,249,224)
#F2F9E4
(242,249,228)
#F3F9E8
(243,249,232)
#F4F9EC
(244,249,236)
#F5F9F0
(245,249,240)
#F6F9F4
(246,249,244)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF9D0 color. Also use rgb(237,249,208) instead hex code.

Text Font Color

.myTextColor { color: #EDF9D0; }

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

This text font color is #EDF9D0.

Background Color

.myBgColor { background-color: #EDF9D0; }

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

This div background color is #EDF9D0.

Border color

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

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

This div border color is #EDF9D0.

Opacity

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

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

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

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

This text has shadow with #EDF9D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF9D0.

Preview

Color preview on black background

This text has color #EDF9D0 on black background.


Color preview on white background

This text has color #EDF9D0 on white background.


Black color preview on #EDF9D0 background

This text has black color on #EDF9D0 background.


White color preview on #EDF9D0 background

This text has white color on #EDF9D0 background.


Related colors

Complementary color

Complementary color for #hex is #12062F.


I love getcolorcode.com

Triadic colors

1 #D0EDF9 and #F9D0ED with #EDF9D0 are triadic colors.

2 #D0F9ED and #F9EDD0 with #EDF9D0 are triadic colors.