COLOR #E1EEC0

HEX: #E1EEC0
RGB: (225,238,192)

Color info

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

RGB color model

#E1EEC0 color RGB value is (225,238,192).

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

RGB channels and saturation

R 225 of 255 = 88%
G 238 of 255 = 93%
B 192 of 255 = 75%

225
238
192

R + G + B ~ 85%. #E1EEC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 238 + 192 = 655 (100%)
R 225 of 655 ~ 34.35%
G 238 of 655 ~ 36.34%
B 192 of 655 ~ 29.31%

%34.35
%36.34
%29.31

CMYK color model

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

  • cyan value is 5.46%
  • magenta value is 0.00%
  • yellow value is 19.33%
  • key color value is 6.67%
CMYK:
(5,0,19,7)
C5M0Y19K7 
(5%,0%,19%,7%)
(0.05/0.00/0.19/0.07)	

CMYK percentages

%5.46
%0
%19.33
%6.67

Codes

Color #E1EEC0 in popluar color models

E1EEC0
RGB225238192
HSL77°57.50%84.31%
HSB/HSV77°19.33%93.33%
CMYK5.46%0.00%19.33%
6.67%

Color #E1EEC0 in popluar number systems.

HEXE1EEC0
Decimal225238192
Binary111000011110111011000000
Octal341356300

Shades and tints

Shades of #E1EEC0

#E1EEC0
(225,238,192)
#CDD9AF
(205,217,175)
#B9C49E
(185,196,158)
#A5AF8D
(165,175,141)
#919A7C
(145,154,124)
#7D856B
(125,133,107)
#69705A
(105,112,90)
#555B49
(85,91,73)
#414638
(65,70,56)
#2D3127
(45,49,39)
#191C16
(25,28,22)
#000000
(0,0,0)

Tints of #E1EEC0

#E1EEC0
(225,238,192)
#E3EFC5
(227,239,197)
#E5F0CA
(229,240,202)
#E7F1CF
(231,241,207)
#E9F2D4
(233,242,212)
#EBF3D9
(235,243,217)
#EDF4DE
(237,244,222)
#EFF5E3
(239,245,227)
#F1F6E8
(241,246,232)
#F3F7ED
(243,247,237)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EEC0; }

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

This text font color is #E1EEC0.


Background Color

.myBgColor { background-color: #E1EEC0; }

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

This div background color is #E1EEC0.


Border color

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

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

This div border color is #E1EEC0.


Opacity

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

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

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

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

This text has shadow with #E1EEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EEC0 on black background.


Color preview on white background

This text has color #E1EEC0 on white background.



Black color preview on #E1EEC0 background

This text has black color on #E1EEC0 background.


White color preview on #E1EEC0 background

This text has white color on #E1EEC0 background.