COLOR #EEF9ED

HEX: #EEF9ED RGB: (238,249,237)

Color info

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

RGB color model

#EEF9ED color RGB value is (238,249,237).

RGB: (238,249,237) (93%, 98%, 93%)

RGB channels and saturation

R 238 of 255 = 93%
G 249 of 255 = 98%
B 237 of 255 = 93%

238
249
237

R + G + B ~ 95%. #EEF9ED is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 249 + 237 = 724 (100%)
R 238 of 724 ~ 32.87%
G 249 of 724 ~ 34.39%
B 237 of 724 ~ 32.73'%

%32.87
%34.39
%32.73

CMYK color model

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

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 2.35%

CMYK: (4,0,5,2)
C4M0Y5K2 (4%, 0%, 5%, 2%)
(0.04 / 0.00 / 0.05 / 0.02)

CMYK percentages

%4.42
%0
%4.82
%2.35

Codes

Color #EEF9ED in popluar color models

EE F9 ED
RGB 238 249 237
HSL 115° 50.00% 95.29%
HSB/HSV 115° 4.82% 97.65%
CMYK 4.42% 0.00% 4.82%
2.35%

Color #EEF9ED in popluar number systems.

HEX EE F9 ED
Decimal 238 249 237
Binary 11101110 11111001 11101101
Octal 356 371 355

Shades and tints

Shades of #EEF9ED

#EEF9ED
(238,249,237)
#D9E3D8
(217,227,216)
#C4CDC3
(196,205,195)
#AFB7AE
(175,183,174)
#9AA199
(154,161,153)
#858B84
(133,139,132)
#70756F
(112,117,111)
#5B5F5A
(91,95,90)
#464945
(70,73,69)
#313330
(49,51,48)
#1C1D1B
(28,29,27)
#000000
(0,0,0)

Tints of #EEF9ED

#EEF9ED
(238,249,237)
#EFF9EE
(239,249,238)
#F0F9EF
(240,249,239)
#F1F9F0
(241,249,240)
#F2F9F1
(242,249,241)
#F3F9F2
(243,249,242)
#F4F9F3
(244,249,243)
#F5F9F4
(245,249,244)
#F6F9F5
(246,249,245)
#F7F9F6
(247,249,246)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF9ED; }

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

This text font color is #EEF9ED.

Background Color

.myBgColor { background-color: #EEF9ED; }

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

This div background color is #EEF9ED.

Border color

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

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

This div border color is #EEF9ED.

Opacity

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

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

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

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

This text has shadow with #EEF9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF9ED.

Preview

Color preview on black background

This text has color #EEF9ED on black background.


Color preview on white background

This text has color #EEF9ED on white background.


Black color preview on #EEF9ED background

This text has black color on #EEF9ED background.


White color preview on #EEF9ED background

This text has white color on #EEF9ED background.


Related colors

Complementary color

Complementary color for #hex is #110612.


I love getcolorcode.com

Triadic colors

1 #EDEEF9 and #F9EDEE with #EEF9ED are triadic colors.

2 #EDF9EE and #F9EEED with #EEF9ED are triadic colors.