COLOR #EDF2EA

HEX: #EDF2EA RGB: (237,242,234)

Color info

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

RGB color model

#EDF2EA color RGB value is (237,242,234).

RGB: (237,242,234) (93%, 95%, 92%)

RGB channels and saturation

R 237 of 255 = 93%
G 242 of 255 = 95%
B 234 of 255 = 92%

237
242
234

R + G + B ~ 93%. #EDF2EA is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 242 + 234 = 713 (100%)
R 237 of 713 ~ 33.24%
G 242 of 713 ~ 33.94%
B 234 of 713 ~ 32.82'%

%33.24
%33.94
%32.82

CMYK color model

#EDF2EA color CMYK value is (2,0,3,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 3.31%
  • key color value is 5.10%

CMYK: (2,0,3,5)
C2M0Y3K5 (2%, 0%, 3%, 5%)
(0.02 / 0.00 / 0.03 / 0.05)

CMYK percentages

%2.07
%0
%3.31
%5.1

Codes

Color #EDF2EA in popluar color models

ED F2 EA
RGB 237 242 234
HSL 97° 23.53% 93.33%
HSB/HSV 97° 3.31% 94.90%
CMYK 2.07% 0.00% 3.31%
5.10%

Color #EDF2EA in popluar number systems.

HEX ED F2 EA
Decimal 237 242 234
Binary 11101101 11110010 11101010
Octal 355 362 352

Shades and tints

Shades of #EDF2EA

#EDF2EA
(237,242,234)
#D8DCD5
(216,220,213)
#C3C6C0
(195,198,192)
#AEB0AB
(174,176,171)
#999A96
(153,154,150)
#848481
(132,132,129)
#6F6E6C
(111,110,108)
#5A5857
(90,88,87)
#454242
(69,66,66)
#302C2D
(48,44,45)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #EDF2EA

#EDF2EA
(237,242,234)
#EEF3EB
(238,243,235)
#EFF4EC
(239,244,236)
#F0F5ED
(240,245,237)
#F1F6EE
(241,246,238)
#F2F7EF
(242,247,239)
#F3F8F0
(243,248,240)
#F4F9F1
(244,249,241)
#F5FAF2
(245,250,242)
#F6FBF3
(246,251,243)
#F7FCF4
(247,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF2EA; }

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

This text font color is #EDF2EA.

Background Color

.myBgColor { background-color: #EDF2EA; }

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

This div background color is #EDF2EA.

Border color

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

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

This div border color is #EDF2EA.

Opacity

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

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

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

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

This text has shadow with #EDF2EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF2EA.

Preview

Color preview on black background

This text has color #EDF2EA on black background.


Color preview on white background

This text has color #EDF2EA on white background.


Black color preview on #EDF2EA background

This text has black color on #EDF2EA background.


White color preview on #EDF2EA background

This text has white color on #EDF2EA background.


Related colors

Complementary color

Complementary color for #hex is #120D15.


I love getcolorcode.com

Triadic colors

1 #EAEDF2 and #F2EAED with #EDF2EA are triadic colors.

2 #EAF2ED and #F2EDEA with #EDF2EA are triadic colors.