COLOR #E1E7E1

HEX: #E1E7E1
RGB: (225,231,225)

Color info

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

RGB color model

#E1E7E1 color RGB value is (225,231,225).

  • red value is 225;
  • green value is 231;
  • blue value is 225.
RGB:
(225,231,225)
(88%,91%,88%)

RGB channels and saturation

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

225
231
225

R + G + B ~ 89%. #E1E7E1 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 231 + 225 = 681 (100%)
R 225 of 681 ~ 33.04%
G 231 of 681 ~ 33.92%
B 225 of 681 ~ 33.04%

%33.04
%33.92
%33.04

CMYK color model

#E1E7E1 color CMYK value is (3,0,3,9).

  • cyan value is 2.60%
  • magenta value is 0.00%
  • yellow value is 2.60%
  • key color value is 9.41%
CMYK:
(3,0,3,9)
C3M0Y3K9 
(3%,0%,3%,9%)
(0.03/0.00/0.03/0.09)	

CMYK percentages

%2.6
%0
%2.6
%9.41

Codes

Color #E1E7E1 in popluar color models

E1E7E1
RGB225231225
HSL120°11.11%89.41%
HSB/HSV120°2.60%90.59%
CMYK2.60%0.00%2.60%
9.41%

Color #E1E7E1 in popluar number systems.

HEXE1E7E1
Decimal225231225
Binary111000011110011111100001
Octal341347341

Shades and tints

Shades of #E1E7E1

#E1E7E1
(225,231,225)
#CDD2CD
(205,210,205)
#B9BDB9
(185,189,185)
#A5A8A5
(165,168,165)
#919391
(145,147,145)
#7D7E7D
(125,126,125)
#696969
(105,105,105)
#555455
(85,84,85)
#413F41
(65,63,65)
#2D2A2D
(45,42,45)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #E1E7E1

#E1E7E1
(225,231,225)
#E3E9E3
(227,233,227)
#E5EBE5
(229,235,229)
#E7EDE7
(231,237,231)
#E9EFE9
(233,239,233)
#EBF1EB
(235,241,235)
#EDF3ED
(237,243,237)
#EFF5EF
(239,245,239)
#F1F7F1
(241,247,241)
#F3F9F3
(243,249,243)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E7E1; }

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

This text font color is #E1E7E1.


Background Color

.myBgColor { background-color: #E1E7E1; }

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

This div background color is #E1E7E1.


Border color

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

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

This div border color is #E1E7E1.


Opacity

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

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

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

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

This text has shadow with #E1E7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E7E1 on black background.


Color preview on white background

This text has color #E1E7E1 on white background.



Black color preview on #E1E7E1 background

This text has black color on #E1E7E1 background.


White color preview on #E1E7E1 background

This text has white color on #E1E7E1 background.