COLOR #E1EEE6

HEX: #E1EEE6 RGB: (225,238,230)

Color info

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

RGB color model

#E1EEE6 color RGB value is (225,238,230).

RGB: (225,238,230) (88%, 93%, 90%)

RGB channels and saturation

R 225 of 255 = 88%
G 238 of 255 = 93%
B 230 of 255 = 90%

225
238
230

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

Portions of RGB colors in percentages

R + G + B = 225 + 238 + 230 = 693 (100%)
R 225 of 693 ~ 32.47%
G 238 of 693 ~ 34.34%
B 230 of 693 ~ 33.19'%

%32.47
%34.34
%33.19

CMYK color model

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

  • cyan value is 5.46%
  • magenta value is 0.00%
  • yellow value is 3.36%
  • 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
%3.36
%6.67

Codes

Color #E1EEE6 in popluar color models

E1 EE E6
RGB 225 238 230
HSL 143° 27.66% 90.78%
HSB/HSV 143° 5.46% 93.33%
CMYK 5.46% 0.00% 3.36%
6.67%

Color #E1EEE6 in popluar number systems.

HEX E1 EE E6
Decimal 225 238 230
Binary 11100001 11101110 11100110
Octal 341 356 346

Shades and tints

Shades of #E1EEE6

#E1EEE6
(225,238,230)
#CDD9D2
(205,217,210)
#B9C4BE
(185,196,190)
#A5AFAA
(165,175,170)
#919A96
(145,154,150)
#7D8582
(125,133,130)
#69706E
(105,112,110)
#555B5A
(85,91,90)
#414646
(65,70,70)
#2D3132
(45,49,50)
#191C1E
(25,28,30)
#000000
(0,0,0)

Tints of #E1EEE6

#E1EEE6
(225,238,230)
#E3EFE8
(227,239,232)
#E5F0EA
(229,240,234)
#E7F1EC
(231,241,236)
#E9F2EE
(233,242,238)
#EBF3F0
(235,243,240)
#EDF4F2
(237,244,242)
#EFF5F4
(239,245,244)
#F1F6F6
(241,246,246)
#F3F7F8
(243,247,248)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EEE6; }

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

This text font color is #E1EEE6.

Background Color

.myBgColor { background-color: #E1EEE6; }

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

This div background color is #E1EEE6.

Border color

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

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

This div border color is #E1EEE6.

Opacity

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

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

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

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

This text has shadow with #E1EEE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EEE6.

Preview

Color preview on black background

This text has color #E1EEE6 on black background.


Color preview on white background

This text has color #E1EEE6 on white background.


Black color preview on #E1EEE6 background

This text has black color on #E1EEE6 background.


White color preview on #E1EEE6 background

This text has white color on #E1EEE6 background.


Related colors

Complementary color

Complementary color for #hex is #1E1119.


I love getcolorcode.com

Triadic colors

1 #E6E1EE and #EEE6E1 with #E1EEE6 are triadic colors.

2 #E6EEE1 and #EEE1E6 with #E1EEE6 are triadic colors.