COLOR #E1EEE7

HEX: #E1EEE7 RGB: (225,238,231)

Color info

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

RGB color model

#E1EEE7 color RGB value is (225,238,231).

RGB: (225,238,231) (88%, 93%, 91%)

RGB channels and saturation

R 225 of 255 = 88%
G 238 of 255 = 93%
B 231 of 255 = 91%

225
238
231

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

Portions of RGB colors in percentages

R + G + B = 225 + 238 + 231 = 694 (100%)
R 225 of 694 ~ 32.42%
G 238 of 694 ~ 34.29%
B 231 of 694 ~ 33.29'%

%32.42
%34.29
%33.29

CMYK color model

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

  • cyan value is 5.46%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 6.67%
CMYK: (5,0,3,7) C5M0Y3K7 (5%,0%,3%,7%) (0.05/0.00/0.03/0.07) 

CMYK percentages

%5.46
%0
%2.94
%6.67

Codes

Color #E1EEE7 in popluar color models

E1 EE E7
RGB 225 238 231
HSL 148° 27.66% 90.78%
HSB/HSV 148° 5.46% 93.33%
CMYK 5.46% 0.00% 2.94%
6.67%

Color #E1EEE7 in popluar number systems.

HEX E1 EE E7
Decimal 225 238 231
Binary 11100001 11101110 11100111
Octal 341 356 347

Shades and tints

Shades of #E1EEE7

#E1EEE7
(225,238,231)
#CDD9D2
(205,217,210)
#B9C4BD
(185,196,189)
#A5AFA8
(165,175,168)
#919A93
(145,154,147)
#7D857E
(125,133,126)
#697069
(105,112,105)
#555B54
(85,91,84)
#41463F
(65,70,63)
#2D312A
(45,49,42)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #E1EEE7

#E1EEE7
(225,238,231)
#E3EFE9
(227,239,233)
#E5F0EB
(229,240,235)
#E7F1ED
(231,241,237)
#E9F2EF
(233,242,239)
#EBF3F1
(235,243,241)
#EDF4F3
(237,244,243)
#EFF5F5
(239,245,245)
#F1F6F7
(241,246,247)
#F3F7F9
(243,247,249)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EEE7; }

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

This text font color is #E1EEE7.

Background Color

.myBgColor { background-color: #E1EEE7; }

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

This div background color is #E1EEE7.

Border color

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

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

This div border color is #E1EEE7.

Opacity

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

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

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

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

This text has shadow with #E1EEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EEE7.

Preview

Color preview on black background

This text has color #E1EEE7 on black background.


Color preview on white background

This text has color #E1EEE7 on white background.


Black color preview on #E1EEE7 background

This text has black color on #E1EEE7 background.


White color preview on #E1EEE7 background

This text has white color on #E1EEE7 background.


Related colors

Complementary color

Complementary color for #hex is #1E1118.


I love getcolorcode.com

Triadic colors

1 #E7E1EE and #EEE7E1 with #E1EEE7 are triadic colors.

2 #E7EEE1 and #EEE1E7 with #E1EEE7 are triadic colors.