COLOR #EEF2E2

HEX: #EEF2E2
RGB: (238,242,226)

Color info

#EEF2E2 contains red, green and blue colors in about the same proportion. Web safe color of #EEF2E2 is #FFFFCC (or #FFC).

RGB color model

#EEF2E2 color RGB value is (238,242,226).

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

RGB channels and saturation

R 238 of 255 = 93%
G 242 of 255 = 95%
B 226 of 255 = 89%

238
242
226

R + G + B ~ 92%. #EEF2E2 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 242 + 226 = 706 (100%)
R 238 of 706 ~ 33.71%
G 242 of 706 ~ 34.28%
B 226 of 706 ~ 32.01%

%33.71
%34.28
%32.01

CMYK color model

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

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 6.61%
  • key color value is 5.10%
CMYK:
(2,0,7,5)
C2M0Y7K5 
(2%,0%,7%,5%)
(0.02/0.00/0.07/0.05)	

CMYK percentages

%1.65
%0
%6.61
%5.1

Codes

Color #EEF2E2 in popluar color models

EEF2E2
RGB238242226
HSL75°38.10%91.76%
HSB/HSV75°6.61%94.90%
CMYK1.65%0.00%6.61%
5.10%

Color #EEF2E2 in popluar number systems.

HEXEEF2E2
Decimal238242226
Binary111011101111001011100010
Octal356362342

Shades and tints

Shades of #EEF2E2

#EEF2E2
(238,242,226)
#D9DCCE
(217,220,206)
#C4C6BA
(196,198,186)
#AFB0A6
(175,176,166)
#9A9A92
(154,154,146)
#85847E
(133,132,126)
#706E6A
(112,110,106)
#5B5856
(91,88,86)
#464242
(70,66,66)
#312C2E
(49,44,46)
#1C161A
(28,22,26)
#000000
(0,0,0)

Tints of #EEF2E2

#EEF2E2
(238,242,226)
#EFF3E4
(239,243,228)
#F0F4E6
(240,244,230)
#F1F5E8
(241,245,232)
#F2F6EA
(242,246,234)
#F3F7EC
(243,247,236)
#F4F8EE
(244,248,238)
#F5F9F0
(245,249,240)
#F6FAF2
(246,250,242)
#F7FBF4
(247,251,244)
#F8FCF6
(248,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF2E2; }

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

This text font color is #EEF2E2.


Background Color

.myBgColor { background-color: #EEF2E2; }

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

This div background color is #EEF2E2.


Border color

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

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

This div border color is #EEF2E2.


Opacity

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

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

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

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

This text has shadow with #EEF2E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF2E2 on black background.


Color preview on white background

This text has color #EEF2E2 on white background.



Black color preview on #EEF2E2 background

This text has black color on #EEF2E2 background.


White color preview on #EEF2E2 background

This text has white color on #EEF2E2 background.