COLOR #EEEEF2

HEX: #EEEEF2
RGB: (238,238,242)

Color info

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

RGB color model

#EEEEF2 color RGB value is (238,238,242).

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

RGB channels and saturation

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

238
238
242

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

Portions of RGB colors in percentages

R + G + B =
238 + 238 + 242 = 718 (100%)
R 238 of 718 ~ 33.15%
G 238 of 718 ~ 33.15%
B 242 of 718 ~ 33.7%

%33.15
%33.15
%33.7

CMYK color model

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

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

CMYK percentages

%1.65
%1.65
%0
%5.1

Codes

Color #EEEEF2 in popluar color models

EEEEF2
RGB238238242
HSL240°13.33%94.12%
HSB/HSV240°1.65%94.90%
CMYK1.65%1.65%0.00%
5.10%

Color #EEEEF2 in popluar number systems.

HEXEEEEF2
Decimal238238242
Binary111011101110111011110010
Octal356356362

Shades and tints

Shades of #EEEEF2

#EEEEF2
(238,238,242)
#D9D9DC
(217,217,220)
#C4C4C6
(196,196,198)
#AFAFB0
(175,175,176)
#9A9A9A
(154,154,154)
#858584
(133,133,132)
#70706E
(112,112,110)
#5B5B58
(91,91,88)
#464642
(70,70,66)
#31312C
(49,49,44)
#1C1C16
(28,28,22)
#000000
(0,0,0)

Tints of #EEEEF2

#EEEEF2
(238,238,242)
#EFEFF3
(239,239,243)
#F0F0F4
(240,240,244)
#F1F1F5
(241,241,245)
#F2F2F6
(242,242,246)
#F3F3F7
(243,243,247)
#F4F4F8
(244,244,248)
#F5F5F9
(245,245,249)
#F6F6FA
(246,246,250)
#F7F7FB
(247,247,251)
#F8F8FC
(248,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEEF2; }

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

This text font color is #EEEEF2.


Background Color

.myBgColor { background-color: #EEEEF2; }

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

This div background color is #EEEEF2.


Border color

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

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

This div border color is #EEEEF2.


Opacity

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

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

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

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

This text has shadow with #EEEEF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEEF2 on black background.


Color preview on white background

This text has color #EEEEF2 on white background.



Black color preview on #EEEEF2 background

This text has black color on #EEEEF2 background.


White color preview on #EEEEF2 background

This text has white color on #EEEEF2 background.