COLOR #EDF0D7

HEX: #EDF0D7 RGB: (237,240,215)

Color info

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

RGB color model

#EDF0D7 color RGB value is (237,240,215).

RGB: (237,240,215) (93%, 94%, 84%)

RGB channels and saturation

R 237 of 255 = 93%
G 240 of 255 = 94%
B 215 of 255 = 84%

237
240
215

R + G + B ~ 90%. #EDF0D7 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 240 + 215 = 692 (100%)
R 237 of 692 ~ 34.25%
G 240 of 692 ~ 34.68%
B 215 of 692 ~ 31.07'%

%34.25
%34.68
%31.07

CMYK color model

#EDF0D7 color CMYK value is (1,0,10,6).

  • cyan value is 1.25%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 5.88%
CMYK: (1,0,10,6) C1M0Y10K6 (1%,0%,10%,6%) (0.01/0.00/0.10/0.06) 

CMYK percentages

%1.25
%0
%10.42
%5.88

Codes

Color #EDF0D7 in popluar color models

ED F0 D7
RGB 237 240 215
HSL 67° 45.45% 89.22%
HSB/HSV 67° 10.42% 94.12%
CMYK 1.25% 0.00% 10.42%
5.88%

Color #EDF0D7 in popluar number systems.

HEX ED F0 D7
Decimal 237 240 215
Binary 11101101 11110000 11010111
Octal 355 360 327

Shades and tints

Shades of #EDF0D7

#EDF0D7
(237,240,215)
#D8DBC4
(216,219,196)
#C3C6B1
(195,198,177)
#AEB19E
(174,177,158)
#999C8B
(153,156,139)
#848778
(132,135,120)
#6F7265
(111,114,101)
#5A5D52
(90,93,82)
#45483F
(69,72,63)
#30332C
(48,51,44)
#1B1E19
(27,30,25)
#000000
(0,0,0)

Tints of #EDF0D7

#EDF0D7
(237,240,215)
#EEF1DA
(238,241,218)
#EFF2DD
(239,242,221)
#F0F3E0
(240,243,224)
#F1F4E3
(241,244,227)
#F2F5E6
(242,245,230)
#F3F6E9
(243,246,233)
#F4F7EC
(244,247,236)
#F5F8EF
(245,248,239)
#F6F9F2
(246,249,242)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF0D7 color. Also use rgb(237,240,215) instead hex code.

Text Font Color

.myTextColor { color: #EDF0D7; }

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

This text font color is #EDF0D7.

Background Color

.myBgColor { background-color: #EDF0D7; }

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

This div background color is #EDF0D7.

Border color

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

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

This div border color is #EDF0D7.

Opacity

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

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

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

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

This text has shadow with #EDF0D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF0D7.

Preview

Color preview on black background

This text has color #EDF0D7 on black background.


Color preview on white background

This text has color #EDF0D7 on white background.


Black color preview on #EDF0D7 background

This text has black color on #EDF0D7 background.


White color preview on #EDF0D7 background

This text has white color on #EDF0D7 background.


Related colors

Complementary color

Complementary color for #hex is #120F28.


I love getcolorcode.com

Triadic colors

1 #D7EDF0 and #F0D7ED with #EDF0D7 are triadic colors.

2 #D7F0ED and #F0EDD7 with #EDF0D7 are triadic colors.