COLOR #E1EEEB

HEX: #E1EEEB
RGB: (225,238,235)

Color info

#E1EEEB contains red, green and blue colors in about the same proportion. Web safe color of #E1EEEB is #CCFFFF (or #CFF).

RGB color model

#E1EEEB color RGB value is (225,238,235).

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

RGB channels and saturation

R 225 of 255 = 88%
G 238 of 255 = 93%
B 235 of 255 = 92%

225
238
235

R + G + B ~ 91%. #E1EEEB is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 238 + 235 = 698 (100%)
R 225 of 698 ~ 32.23%
G 238 of 698 ~ 34.1%
B 235 of 698 ~ 33.67%

%32.23
%34.1
%33.67

CMYK color model

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

  • cyan value is 5.46%
  • magenta value is 0.00%
  • yellow value is 1.26%
  • key color value is 6.67%
CMYK:
(5,0,1,7)
C5M0Y1K7 
(5%,0%,1%,7%)
(0.05/0.00/0.01/0.07)	

CMYK percentages

%5.46
%0
%1.26
%6.67

Codes

Color #E1EEEB in popluar color models

E1EEEB
RGB225238235
HSL166°27.66%90.78%
HSB/HSV166°5.46%93.33%
CMYK5.46%0.00%1.26%
6.67%

Color #E1EEEB in popluar number systems.

HEXE1EEEB
Decimal225238235
Binary111000011110111011101011
Octal341356353

Shades and tints

Shades of #E1EEEB

#E1EEEB
(225,238,235)
#CDD9D6
(205,217,214)
#B9C4C1
(185,196,193)
#A5AFAC
(165,175,172)
#919A97
(145,154,151)
#7D8582
(125,133,130)
#69706D
(105,112,109)
#555B58
(85,91,88)
#414643
(65,70,67)
#2D312E
(45,49,46)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #E1EEEB

#E1EEEB
(225,238,235)
#E3EFEC
(227,239,236)
#E5F0ED
(229,240,237)
#E7F1EE
(231,241,238)
#E9F2EF
(233,242,239)
#EBF3F0
(235,243,240)
#EDF4F1
(237,244,241)
#EFF5F2
(239,245,242)
#F1F6F3
(241,246,243)
#F3F7F4
(243,247,244)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EEEB; }

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

This text font color is #E1EEEB.


Background Color

.myBgColor { background-color: #E1EEEB; }

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

This div background color is #E1EEEB.


Border color

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

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

This div border color is #E1EEEB.


Opacity

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

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

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

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

This text has shadow with #E1EEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EEEB on black background.


Color preview on white background

This text has color #E1EEEB on white background.



Black color preview on #E1EEEB background

This text has black color on #E1EEEB background.


White color preview on #E1EEEB background

This text has white color on #E1EEEB background.