COLOR #EEF2EB

HEX: #EEF2EB
RGB: (238,242,235)

Color info

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

RGB color model

#EEF2EB color RGB value is (238,242,235).

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

RGB channels and saturation

R 238 of 255 = 93%
G 242 of 255 = 95%
B 235 of 255 = 92%

238
242
235

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

Portions of RGB colors in percentages

R + G + B =
238 + 242 + 235 = 715 (100%)
R 238 of 715 ~ 33.29%
G 242 of 715 ~ 33.85%
B 235 of 715 ~ 32.87%

%33.29
%33.85
%32.87

CMYK color model

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

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 2.89%
  • key color value is 5.10%
CMYK:
(2,0,3,5)
C2M0Y3K5 
(2%,0%,3%,5%)
(0.02/0.00/0.03/0.05)	

CMYK percentages

%1.65
%0
%2.89
%5.1

Codes

Color #EEF2EB in popluar color models

EEF2EB
RGB238242235
HSL94°21.21%93.53%
HSB/HSV94°2.89%94.90%
CMYK1.65%0.00%2.89%
5.10%

Color #EEF2EB in popluar number systems.

HEXEEF2EB
Decimal238242235
Binary111011101111001011101011
Octal356362353

Shades and tints

Shades of #EEF2EB

#EEF2EB
(238,242,235)
#D9DCD6
(217,220,214)
#C4C6C1
(196,198,193)
#AFB0AC
(175,176,172)
#9A9A97
(154,154,151)
#858482
(133,132,130)
#706E6D
(112,110,109)
#5B5858
(91,88,88)
#464243
(70,66,67)
#312C2E
(49,44,46)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #EEF2EB

#EEF2EB
(238,242,235)
#EFF3EC
(239,243,236)
#F0F4ED
(240,244,237)
#F1F5EE
(241,245,238)
#F2F6EF
(242,246,239)
#F3F7F0
(243,247,240)
#F4F8F1
(244,248,241)
#F5F9F2
(245,249,242)
#F6FAF3
(246,250,243)
#F7FBF4
(247,251,244)
#F8FCF5
(248,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF2EB; }

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

This text font color is #EEF2EB.


Background Color

.myBgColor { background-color: #EEF2EB; }

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

This div background color is #EEF2EB.


Border color

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

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

This div border color is #EEF2EB.


Opacity

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

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

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

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

This text has shadow with #EEF2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF2EB on black background.


Color preview on white background

This text has color #EEF2EB on white background.



Black color preview on #EEF2EB background

This text has black color on #EEF2EB background.


White color preview on #EEF2EB background

This text has white color on #EEF2EB background.