COLOR #EEF0EB

HEX: #EEF0EB
RGB: (238,240,235)

Color info

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

RGB color model

#EEF0EB color RGB value is (238,240,235).

  • red value is 238;
  • green value is 240;
  • blue value is 235.
RGB:
(238,240,235)
(93%,94%,92%)

RGB channels and saturation

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

238
240
235

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

Portions of RGB colors in percentages

R + G + B =
238 + 240 + 235 = 713 (100%)
R 238 of 713 ~ 33.38%
G 240 of 713 ~ 33.66%
B 235 of 713 ~ 32.96%

%33.38
%33.66
%32.96

CMYK color model

#EEF0EB color CMYK value is (1,0,2,6).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 5.88%
CMYK:
(1,0,2,6)
C1M0Y2K6 
(1%,0%,2%,6%)
(0.01/0.00/0.02/0.06)	

CMYK percentages

%0.83
%0
%2.08
%5.88

Codes

Color #EEF0EB in popluar color models

EEF0EB
RGB238240235
HSL84°14.29%93.14%
HSB/HSV84°2.08%94.12%
CMYK0.83%0.00%2.08%
5.88%

Color #EEF0EB in popluar number systems.

HEXEEF0EB
Decimal238240235
Binary111011101111000011101011
Octal356360353

Shades and tints

Shades of #EEF0EB

#EEF0EB
(238,240,235)
#D9DBD6
(217,219,214)
#C4C6C1
(196,198,193)
#AFB1AC
(175,177,172)
#9A9C97
(154,156,151)
#858782
(133,135,130)
#70726D
(112,114,109)
#5B5D58
(91,93,88)
#464843
(70,72,67)
#31332E
(49,51,46)
#1C1E19
(28,30,25)
#000000
(0,0,0)

Tints of #EEF0EB

#EEF0EB
(238,240,235)
#EFF1EC
(239,241,236)
#F0F2ED
(240,242,237)
#F1F3EE
(241,243,238)
#F2F4EF
(242,244,239)
#F3F5F0
(243,245,240)
#F4F6F1
(244,246,241)
#F5F7F2
(245,247,242)
#F6F8F3
(246,248,243)
#F7F9F4
(247,249,244)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF0EB; }

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

This text font color is #EEF0EB.


Background Color

.myBgColor { background-color: #EEF0EB; }

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

This div background color is #EEF0EB.


Border color

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

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

This div border color is #EEF0EB.


Opacity

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

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

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

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

This text has shadow with #EEF0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF0EB on black background.


Color preview on white background

This text has color #EEF0EB on white background.



Black color preview on #EEF0EB background

This text has black color on #EEF0EB background.


White color preview on #EEF0EB background

This text has white color on #EEF0EB background.