COLOR #EEE2E2

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

Color info

#EEE2E2 contains red, green and blue colors in about the same proportion. Web safe color of #EEE2E2 is #FFCCCC (or #FCC).

RGB color model

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

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

RGB channels and saturation

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

238
226
226

R + G + B ~ 90%. #EEE2E2 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 226 + 226 = 690 (100%)
R 238 of 690 ~ 34.49%
G 226 of 690 ~ 32.75%
B 226 of 690 ~ 32.75'%

%34.49
%32.75
%32.75

CMYK color model

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

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

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

CMYK percentages

%0
%5.04
%5.04
%6.67

Codes

Color #EEE2E2 in popluar color models

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

Color #EEE2E2 in popluar number systems.

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

Shades and tints

Shades of #EEE2E2

#EEE2E2
(238,226,226)
#D9CECE
(217,206,206)
#C4BABA
(196,186,186)
#AFA6A6
(175,166,166)
#9A9292
(154,146,146)
#857E7E
(133,126,126)
#706A6A
(112,106,106)
#5B5656
(91,86,86)
#464242
(70,66,66)
#312E2E
(49,46,46)
#1C1A1A
(28,26,26)
#000000
(0,0,0)

Tints of #EEE2E2

#EEE2E2
(238,226,226)
#EFE4E4
(239,228,228)
#F0E6E6
(240,230,230)
#F1E8E8
(241,232,232)
#F2EAEA
(242,234,234)
#F3ECEC
(243,236,236)
#F4EEEE
(244,238,238)
#F5F0F0
(245,240,240)
#F6F2F2
(246,242,242)
#F7F4F4
(247,244,244)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE2E2; }

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

This text font color is #EEE2E2.

Background Color

.myBgColor { background-color: #EEE2E2; }

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

This div background color is #EEE2E2.

Border color

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

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

This div border color is #EEE2E2.

Opacity

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

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

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

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

This text has shadow with #EEE2E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE2E2.

Preview

Color preview on black background

This text has color #EEE2E2 on black background.


Color preview on white background

This text has color #EEE2E2 on white background.


Black color preview on #EEE2E2 background

This text has black color on #EEE2E2 background.


White color preview on #EEE2E2 background

This text has white color on #EEE2E2 background.


Related colors

Complementary color

Complementary color for #hex is #111D1D.


I love getcolorcode.com