COLOR #EEF3ED

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

238
243
237

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

Portions of RGB colors in percentages

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

%33.15
%33.84
%33.01

CMYK color model

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

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 2.47%
  • 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.06
%0
%2.47
%4.71

Codes

Color #EEF3ED in popluar color models

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

Color #EEF3ED in popluar number systems.

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

Shades and tints

Shades of #EEF3ED

#EEF3ED
(238,243,237)
#D9DDD8
(217,221,216)
#C4C7C3
(196,199,195)
#AFB1AE
(175,177,174)
#9A9B99
(154,155,153)
#858584
(133,133,132)
#706F6F
(112,111,111)
#5B595A
(91,89,90)
#464345
(70,67,69)
#312D30
(49,45,48)
#1C171B
(28,23,27)
#000000
(0,0,0)

Tints of #EEF3ED

#EEF3ED
(238,243,237)
#EFF4EE
(239,244,238)
#F0F5EF
(240,245,239)
#F1F6F0
(241,246,240)
#F2F7F1
(242,247,241)
#F3F8F2
(243,248,242)
#F4F9F3
(244,249,243)
#F5FAF4
(245,250,244)
#F6FBF5
(246,251,245)
#F7FCF6
(247,252,246)
#F8FDF7
(248,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF3ED; }

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

This text font color is #EEF3ED.

Background Color

.myBgColor { background-color: #EEF3ED; }

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

This div background color is #EEF3ED.

Border color

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

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

This div border color is #EEF3ED.

Opacity

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

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

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

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

This text has shadow with #EEF3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF3ED.

Preview

Color preview on black background

This text has color #EEF3ED on black background.


Color preview on white background

This text has color #EEF3ED on white background.


Black color preview on #EEF3ED background

This text has black color on #EEF3ED background.


White color preview on #EEF3ED background

This text has white color on #EEF3ED background.


Related colors

Complementary color

Complementary color for #hex is #110C12.


I love getcolorcode.com

Triadic colors

1 #EDEEF3 and #F3EDEE with #EEF3ED are triadic colors.

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