COLOR #EDF2EE

HEX: #EDF2EE RGB: (237,242,238)

Color info

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

RGB color model

#EDF2EE color RGB value is (237,242,238).

RGB: (237,242,238) (93%, 95%, 93%)

RGB channels and saturation

R 237 of 255 = 93%
G 242 of 255 = 95%
B 238 of 255 = 93%

237
242
238

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

Portions of RGB colors in percentages

R + G + B = 237 + 242 + 238 = 717 (100%)
R 237 of 717 ~ 33.05%
G 242 of 717 ~ 33.75%
B 238 of 717 ~ 33.19'%

%33.05
%33.75
%33.19

CMYK color model

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

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

CMYK: (2,0,2,5)
C2M0Y2K5 (2%, 0%, 2%, 5%)
(0.02 / 0.00 / 0.02 / 0.05)

CMYK percentages

%2.07
%0
%1.65
%5.1

Codes

Color #EDF2EE in popluar color models

ED F2 EE
RGB 237 242 238
HSL 132° 16.13% 93.92%
HSB/HSV 132° 2.07% 94.90%
CMYK 2.07% 0.00% 1.65%
5.10%

Color #EDF2EE in popluar number systems.

HEX ED F2 EE
Decimal 237 242 238
Binary 11101101 11110010 11101110
Octal 355 362 356

Shades and tints

Shades of #EDF2EE

#EDF2EE
(237,242,238)
#D8DCD9
(216,220,217)
#C3C6C4
(195,198,196)
#AEB0AF
(174,176,175)
#999A9A
(153,154,154)
#848485
(132,132,133)
#6F6E70
(111,110,112)
#5A585B
(90,88,91)
#454246
(69,66,70)
#302C31
(48,44,49)
#1B161C
(27,22,28)
#000000
(0,0,0)

Tints of #EDF2EE

#EDF2EE
(237,242,238)
#EEF3EF
(238,243,239)
#EFF4F0
(239,244,240)
#F0F5F1
(240,245,241)
#F1F6F2
(241,246,242)
#F2F7F3
(242,247,243)
#F3F8F4
(243,248,244)
#F4F9F5
(244,249,245)
#F5FAF6
(245,250,246)
#F6FBF7
(246,251,247)
#F7FCF8
(247,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF2EE; }

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

This text font color is #EDF2EE.

Background Color

.myBgColor { background-color: #EDF2EE; }

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

This div background color is #EDF2EE.

Border color

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

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

This div border color is #EDF2EE.

Opacity

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

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

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

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

This text has shadow with #EDF2EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF2EE.

Preview

Color preview on black background

This text has color #EDF2EE on black background.


Color preview on white background

This text has color #EDF2EE on white background.


Black color preview on #EDF2EE background

This text has black color on #EDF2EE background.


White color preview on #EDF2EE background

This text has white color on #EDF2EE background.


Related colors

Complementary color

Complementary color for #hex is #120D11.


I love getcolorcode.com

Triadic colors

1 #EEEDF2 and #F2EEED with #EDF2EE are triadic colors.

2 #EEF2ED and #F2EDEE with #EDF2EE are triadic colors.