COLOR #EDF6EA

HEX: #EDF6EA
RGB: (237,246,234)

Color info

#EDF6EA contains red, green and blue colors in about the same proportion. Web safe color of #EDF6EA is #FFFFFF (or #FFF).

RGB color model

#EDF6EA color RGB value is (237,246,234).

  • red value is 237;
  • green value is 246;
  • blue value is 234.
RGB:
(237,246,234)
(93%,96%,92%)

RGB channels and saturation

R 237 of 255 = 93%
G 246 of 255 = 96%
B 234 of 255 = 92%

237
246
234

R + G + B ~ 94%. #EDF6EA is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 246 + 234 = 717 (100%)
R 237 of 717 ~ 33.05%
G 246 of 717 ~ 34.31%
B 234 of 717 ~ 32.64%

%33.05
%34.31
%32.64

CMYK color model

#EDF6EA color CMYK value is (4,0,5,4).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 3.53%
CMYK:
(4,0,5,4)
C4M0Y5K4 
(4%,0%,5%,4%)
(0.04/0.00/0.05/0.04)	

CMYK percentages

%3.66
%0
%4.88
%3.53

Codes

Color #EDF6EA in popluar color models

EDF6EA
RGB237246234
HSL105°40.00%94.12%
HSB/HSV105°4.88%96.47%
CMYK3.66%0.00%4.88%
3.53%

Color #EDF6EA in popluar number systems.

HEXEDF6EA
Decimal237246234
Binary111011011111011011101010
Octal355366352

Shades and tints

Shades of #EDF6EA

#EDF6EA
(237,246,234)
#D8E0D5
(216,224,213)
#C3CAC0
(195,202,192)
#AEB4AB
(174,180,171)
#999E96
(153,158,150)
#848881
(132,136,129)
#6F726C
(111,114,108)
#5A5C57
(90,92,87)
#454642
(69,70,66)
#30302D
(48,48,45)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #EDF6EA

#EDF6EA
(237,246,234)
#EEF6EB
(238,246,235)
#EFF6EC
(239,246,236)
#F0F6ED
(240,246,237)
#F1F6EE
(241,246,238)
#F2F6EF
(242,246,239)
#F3F6F0
(243,246,240)
#F4F6F1
(244,246,241)
#F5F6F2
(245,246,242)
#F6F6F3
(246,246,243)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF6EA; }

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

This text font color is #EDF6EA.


Background Color

.myBgColor { background-color: #EDF6EA; }

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

This div background color is #EDF6EA.


Border color

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

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

This div border color is #EDF6EA.


Opacity

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

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

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

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

This text has shadow with #EDF6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF6EA on black background.


Color preview on white background

This text has color #EDF6EA on white background.



Black color preview on #EDF6EA background

This text has black color on #EDF6EA background.


White color preview on #EDF6EA background

This text has white color on #EDF6EA background.