COLOR #EEF0EA

HEX: #EEF0EA RGB: (238,240,234)

Color info

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

RGB color model

#EEF0EA color RGB value is (238,240,234).

RGB: (238,240,234) (93%, 94%, 92%)

RGB channels and saturation

R 238 of 255 = 93%
G 240 of 255 = 94%
B 234 of 255 = 92%

238
240
234

R + G + B ~ 93%. #EEF0EA is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 240 + 234 = 712 (100%)
R 238 of 712 ~ 33.43%
G 240 of 712 ~ 33.71%
B 234 of 712 ~ 32.87'%

%33.43
%33.71
%32.87

CMYK color model

#EEF0EA color CMYK value is (1,0,3,6).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 5.88%

CMYK: (1,0,3,6)
C1M0Y3K6 (1%, 0%, 3%, 6%)
(0.01 / 0.00 / 0.03 / 0.06)

CMYK percentages

%0.83
%0
%2.5
%5.88

Codes

Color #EEF0EA in popluar color models

EE F0 EA
RGB 238 240 234
HSL 80° 16.67% 92.94%
HSB/HSV 80° 2.50% 94.12%
CMYK 0.83% 0.00% 2.50%
5.88%

Color #EEF0EA in popluar number systems.

HEX EE F0 EA
Decimal 238 240 234
Binary 11101110 11110000 11101010
Octal 356 360 352

Shades and tints

Shades of #EEF0EA

#EEF0EA
(238,240,234)
#D9DBD5
(217,219,213)
#C4C6C0
(196,198,192)
#AFB1AB
(175,177,171)
#9A9C96
(154,156,150)
#858781
(133,135,129)
#70726C
(112,114,108)
#5B5D57
(91,93,87)
#464842
(70,72,66)
#31332D
(49,51,45)
#1C1E18
(28,30,24)
#000000
(0,0,0)

Tints of #EEF0EA

#EEF0EA
(238,240,234)
#EFF1EB
(239,241,235)
#F0F2EC
(240,242,236)
#F1F3ED
(241,243,237)
#F2F4EE
(242,244,238)
#F3F5EF
(243,245,239)
#F4F6F0
(244,246,240)
#F5F7F1
(245,247,241)
#F6F8F2
(246,248,242)
#F7F9F3
(247,249,243)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF0EA color. Also use rgb(238,240,234) instead hex code.

Text Font Color

.myTextColor { color: #EEF0EA; }

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

This text font color is #EEF0EA.

Background Color

.myBgColor { background-color: #EEF0EA; }

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

This div background color is #EEF0EA.

Border color

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

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

This div border color is #EEF0EA.

Opacity

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

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

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

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

This text has shadow with #EEF0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF0EA.

Preview

Color preview on black background

This text has color #EEF0EA on black background.


Color preview on white background

This text has color #EEF0EA on white background.


Black color preview on #EEF0EA background

This text has black color on #EEF0EA background.


White color preview on #EEF0EA background

This text has white color on #EEF0EA background.


Related colors

Complementary color

Complementary color for #hex is #110F15.


I love getcolorcode.com

Triadic colors

1 #EAEEF0 and #F0EAEE with #EEF0EA are triadic colors.

2 #EAF0EE and #F0EEEA with #EEF0EA are triadic colors.