COLOR #E1EEE2

HEX: #E1EEE2
RGB: (225,238,226)

Color info

#E1EEE2 contains red, green and blue colors in about the same proportion. Web safe color of #E1EEE2 is #CCFFCC (or #CFC).

RGB color model

#E1EEE2 color RGB value is (225,238,226).

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

RGB channels and saturation

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

225
238
226

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

Portions of RGB colors in percentages

R + G + B =
225 + 238 + 226 = 689 (100%)
R 225 of 689 ~ 32.66%
G 238 of 689 ~ 34.54%
B 226 of 689 ~ 32.8%

%32.66
%34.54
%32.8

CMYK color model

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

  • cyan value is 5.46%
  • magenta value is 0.00%
  • yellow value is 5.04%
  • key color value is 6.67%
CMYK:
(5,0,5,7)
C5M0Y5K7 
(5%,0%,5%,7%)
(0.05/0.00/0.05/0.07)	

CMYK percentages

%5.46
%0
%5.04
%6.67

Codes

Color #E1EEE2 in popluar color models

E1EEE2
RGB225238226
HSL125°27.66%90.78%
HSB/HSV125°5.46%93.33%
CMYK5.46%0.00%5.04%
6.67%

Color #E1EEE2 in popluar number systems.

HEXE1EEE2
Decimal225238226
Binary111000011110111011100010
Octal341356342

Shades and tints

Shades of #E1EEE2

#E1EEE2
(225,238,226)
#CDD9CE
(205,217,206)
#B9C4BA
(185,196,186)
#A5AFA6
(165,175,166)
#919A92
(145,154,146)
#7D857E
(125,133,126)
#69706A
(105,112,106)
#555B56
(85,91,86)
#414642
(65,70,66)
#2D312E
(45,49,46)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #E1EEE2

#E1EEE2
(225,238,226)
#E3EFE4
(227,239,228)
#E5F0E6
(229,240,230)
#E7F1E8
(231,241,232)
#E9F2EA
(233,242,234)
#EBF3EC
(235,243,236)
#EDF4EE
(237,244,238)
#EFF5F0
(239,245,240)
#F1F6F2
(241,246,242)
#F3F7F4
(243,247,244)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EEE2; }

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

This text font color is #E1EEE2.


Background Color

.myBgColor { background-color: #E1EEE2; }

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

This div background color is #E1EEE2.


Border color

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

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

This div border color is #E1EEE2.


Opacity

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

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

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

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

This text has shadow with #E1EEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EEE2 on black background.


Color preview on white background

This text has color #E1EEE2 on white background.



Black color preview on #E1EEE2 background

This text has black color on #E1EEE2 background.


White color preview on #E1EEE2 background

This text has white color on #E1EEE2 background.