COLOR #EDF4D6

HEX: #EDF4D6 RGB: (237,244,214)

Color info

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

RGB color model

#EDF4D6 color RGB value is (237,244,214).

RGB: (237,244,214) (93%, 96%, 84%)

RGB channels and saturation

R 237 of 255 = 93%
G 244 of 255 = 96%
B 214 of 255 = 84%

237
244
214

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

Portions of RGB colors in percentages

R + G + B = 237 + 244 + 214 = 695 (100%)
R 237 of 695 ~ 34.1%
G 244 of 695 ~ 35.11%
B 214 of 695 ~ 30.79'%

%34.1
%35.11
%30.79

CMYK color model

#EDF4D6 color CMYK value is (3,0,12,4).

  • cyan value is 2.87%
  • magenta value is 0.00%
  • yellow value is 12.30%
  • key color value is 4.31%

CMYK: (3,0,12,4)
C3M0Y12K4 (3%, 0%, 12%, 4%)
(0.03 / 0.00 / 0.12 / 0.04)

CMYK percentages

%2.87
%0
%12.3
%4.31

Codes

Color #EDF4D6 in popluar color models

ED F4 D6
RGB 237 244 214
HSL 74° 57.69% 89.80%
HSB/HSV 74° 12.30% 95.69%
CMYK 2.87% 0.00% 12.30%
4.31%

Color #EDF4D6 in popluar number systems.

HEX ED F4 D6
Decimal 237 244 214
Binary 11101101 11110100 11010110
Octal 355 364 326

Shades and tints

Shades of #EDF4D6

#EDF4D6
(237,244,214)
#D8DEC3
(216,222,195)
#C3C8B0
(195,200,176)
#AEB29D
(174,178,157)
#999C8A
(153,156,138)
#848677
(132,134,119)
#6F7064
(111,112,100)
#5A5A51
(90,90,81)
#45443E
(69,68,62)
#302E2B
(48,46,43)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #EDF4D6

#EDF4D6
(237,244,214)
#EEF5D9
(238,245,217)
#EFF6DC
(239,246,220)
#F0F7DF
(240,247,223)
#F1F8E2
(241,248,226)
#F2F9E5
(242,249,229)
#F3FAE8
(243,250,232)
#F4FBEB
(244,251,235)
#F5FCEE
(245,252,238)
#F6FDF1
(246,253,241)
#F7FEF4
(247,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF4D6 color. Also use rgb(237,244,214) instead hex code.

Text Font Color

.myTextColor { color: #EDF4D6; }

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

This text font color is #EDF4D6.

Background Color

.myBgColor { background-color: #EDF4D6; }

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

This div background color is #EDF4D6.

Border color

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

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

This div border color is #EDF4D6.

Opacity

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

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

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

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

This text has shadow with #EDF4D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF4D6.

Preview

Color preview on black background

This text has color #EDF4D6 on black background.


Color preview on white background

This text has color #EDF4D6 on white background.


Black color preview on #EDF4D6 background

This text has black color on #EDF4D6 background.


White color preview on #EDF4D6 background

This text has white color on #EDF4D6 background.


Related colors

Complementary color

Complementary color for #hex is #120B29.


I love getcolorcode.com

Triadic colors

1 #D6EDF4 and #F4D6ED with #EDF4D6 are triadic colors.

2 #D6F4ED and #F4EDD6 with #EDF4D6 are triadic colors.