COLOR #EEEEE2

HEX: #EEEEE2 RGB: (238,238,226)

Color info

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

RGB color model

#EEEEE2 color RGB value is (238,238,226).

RGB: (238,238,226) (93%, 93%, 89%)

RGB channels and saturation

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

238
238
226

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

Portions of RGB colors in percentages

R + G + B = 238 + 238 + 226 = 702 (100%)
R 238 of 702 ~ 33.9%
G 238 of 702 ~ 33.9%
B 226 of 702 ~ 32.19'%

%33.9
%33.9
%32.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.04%
  • key color value is 6.67%

CMYK: (0,0,5,7)
C0M0Y5K7 (0%, 0%, 5%, 7%)
(0.00 / 0.00 / 0.05 / 0.07)

CMYK percentages

%0
%0
%5.04
%6.67

Codes

Color #EEEEE2 in popluar color models

EE EE E2
RGB 238 238 226
HSL 60° 26.09% 90.98%
HSB/HSV 60° 5.04% 93.33%
CMYK 0.00% 0.00% 5.04%
6.67%

Color #EEEEE2 in popluar number systems.

HEX EE EE E2
Decimal 238 238 226
Binary 11101110 11101110 11100010
Octal 356 356 342

Shades and tints

Shades of #EEEEE2

#EEEEE2
(238,238,226)
#D9D9CE
(217,217,206)
#C4C4BA
(196,196,186)
#AFAFA6
(175,175,166)
#9A9A92
(154,154,146)
#85857E
(133,133,126)
#70706A
(112,112,106)
#5B5B56
(91,91,86)
#464642
(70,70,66)
#31312E
(49,49,46)
#1C1C1A
(28,28,26)
#000000
(0,0,0)

Tints of #EEEEE2

#EEEEE2
(238,238,226)
#EFEFE4
(239,239,228)
#F0F0E6
(240,240,230)
#F1F1E8
(241,241,232)
#F2F2EA
(242,242,234)
#F3F3EC
(243,243,236)
#F4F4EE
(244,244,238)
#F5F5F0
(245,245,240)
#F6F6F2
(246,246,242)
#F7F7F4
(247,247,244)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEEE2; }

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

This text font color is #EEEEE2.

Background Color

.myBgColor { background-color: #EEEEE2; }

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

This div background color is #EEEEE2.

Border color

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

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

This div border color is #EEEEE2.

Opacity

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

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

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

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

This text has shadow with #EEEEE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEEEE2.

Preview

Color preview on black background

This text has color #EEEEE2 on black background.


Color preview on white background

This text has color #EEEEE2 on white background.


Black color preview on #EEEEE2 background

This text has black color on #EEEEE2 background.


White color preview on #EEEEE2 background

This text has white color on #EEEEE2 background.


Related colors

Complementary color

Complementary color for #hex is #11111D.


I love getcolorcode.com