COLOR #EEF5ED

HEX: #EEF5ED RGB: (238,245,237)

Color info

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

RGB color model

#EEF5ED color RGB value is (238,245,237).

RGB: (238,245,237) (93%, 96%, 93%)

RGB channels and saturation

R 238 of 255 = 93%
G 245 of 255 = 96%
B 237 of 255 = 93%

238
245
237

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

Portions of RGB colors in percentages

R + G + B = 238 + 245 + 237 = 720 (100%)
R 238 of 720 ~ 33.06%
G 245 of 720 ~ 34.03%
B 237 of 720 ~ 32.92'%

%33.06
%34.03
%32.92

CMYK color model

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

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 3.27%
  • key color value is 3.92%

CMYK: (3,0,3,4)
C3M0Y3K4 (3%, 0%, 3%, 4%)
(0.03 / 0.00 / 0.03 / 0.04)

CMYK percentages

%2.86
%0
%3.27
%3.92

Codes

Color #EEF5ED in popluar color models

EE F5 ED
RGB 238 245 237
HSL 113° 28.57% 94.51%
HSB/HSV 113° 3.27% 96.08%
CMYK 2.86% 0.00% 3.27%
3.92%

Color #EEF5ED in popluar number systems.

HEX EE F5 ED
Decimal 238 245 237
Binary 11101110 11110101 11101101
Octal 356 365 355

Shades and tints

Shades of #EEF5ED

#EEF5ED
(238,245,237)
#D9DFD8
(217,223,216)
#C4C9C3
(196,201,195)
#AFB3AE
(175,179,174)
#9A9D99
(154,157,153)
#858784
(133,135,132)
#70716F
(112,113,111)
#5B5B5A
(91,91,90)
#464545
(70,69,69)
#312F30
(49,47,48)
#1C191B
(28,25,27)
#000000
(0,0,0)

Tints of #EEF5ED

#EEF5ED
(238,245,237)
#EFF5EE
(239,245,238)
#F0F5EF
(240,245,239)
#F1F5F0
(241,245,240)
#F2F5F1
(242,245,241)
#F3F5F2
(243,245,242)
#F4F5F3
(244,245,243)
#F5F5F4
(245,245,244)
#F6F5F5
(246,245,245)
#F7F5F6
(247,245,246)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF5ED; }

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

This text font color is #EEF5ED.

Background Color

.myBgColor { background-color: #EEF5ED; }

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

This div background color is #EEF5ED.

Border color

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

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

This div border color is #EEF5ED.

Opacity

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

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

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

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

This text has shadow with #EEF5ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF5ED.

Preview

Color preview on black background

This text has color #EEF5ED on black background.


Color preview on white background

This text has color #EEF5ED on white background.


Black color preview on #EEF5ED background

This text has black color on #EEF5ED background.


White color preview on #EEF5ED background

This text has white color on #EEF5ED background.


Related colors

Complementary color

Complementary color for #hex is #110A12.


I love getcolorcode.com

Triadic colors

1 #EDEEF5 and #F5EDEE with #EEF5ED are triadic colors.

2 #EDF5EE and #F5EEED with #EEF5ED are triadic colors.