COLOR #EDF3EE

HEX: #EDF3EE RGB: (237,243,238)

Color info

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

RGB color model

#EDF3EE color RGB value is (237,243,238).

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

RGB channels and saturation

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

237
243
238

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

Portions of RGB colors in percentages

R + G + B = 237 + 243 + 238 = 718 (100%)
R 237 of 718 ~ 33.01%
G 243 of 718 ~ 33.84%
B 238 of 718 ~ 33.15'%

%33.01
%33.84
%33.15

CMYK color model

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

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 4.71%
CMYK: (2,0,2,5) C2M0Y2K5 (2%,0%,2%,5%) (0.02/0.00/0.02/0.05) 

CMYK percentages

%2.47
%0
%2.06
%4.71

Codes

Color #EDF3EE in popluar color models

ED F3 EE
RGB 237 243 238
HSL 130° 20.00% 94.12%
HSB/HSV 130° 2.47% 95.29%
CMYK 2.47% 0.00% 2.06%
4.71%

Color #EDF3EE in popluar number systems.

HEX ED F3 EE
Decimal 237 243 238
Binary 11101101 11110011 11101110
Octal 355 363 356

Shades and tints

Shades of #EDF3EE

#EDF3EE
(237,243,238)
#D8DDD9
(216,221,217)
#C3C7C4
(195,199,196)
#AEB1AF
(174,177,175)
#999B9A
(153,155,154)
#848585
(132,133,133)
#6F6F70
(111,111,112)
#5A595B
(90,89,91)
#454346
(69,67,70)
#302D31
(48,45,49)
#1B171C
(27,23,28)
#000000
(0,0,0)

Tints of #EDF3EE

#EDF3EE
(237,243,238)
#EEF4EF
(238,244,239)
#EFF5F0
(239,245,240)
#F0F6F1
(240,246,241)
#F1F7F2
(241,247,242)
#F2F8F3
(242,248,243)
#F3F9F4
(243,249,244)
#F4FAF5
(244,250,245)
#F5FBF6
(245,251,246)
#F6FCF7
(246,252,247)
#F7FDF8
(247,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF3EE; }

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

This text font color is #EDF3EE.

Background Color

.myBgColor { background-color: #EDF3EE; }

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

This div background color is #EDF3EE.

Border color

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

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

This div border color is #EDF3EE.

Opacity

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

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

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

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

This text has shadow with #EDF3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDF3EE.

Preview

Color preview on black background

This text has color #EDF3EE on black background.


Color preview on white background

This text has color #EDF3EE on white background.


Black color preview on #EDF3EE background

This text has black color on #EDF3EE background.


White color preview on #EDF3EE background

This text has white color on #EDF3EE background.


Related colors

Complementary color

Complementary color for #hex is #120C11.


I love getcolorcode.com

Triadic colors

1 #EEEDF3 and #F3EEED with #EDF3EE are triadic colors.

2 #EEF3ED and #F3EDEE with #EDF3EE are triadic colors.