COLOR #E1E6E1

HEX: #E1E6E1
RGB: (225,230,225)

Color info

#E1E6E1 contains red, green and blue colors in about the same proportion. Web safe color of #E1E6E1 is #CCCCCC (or #CCC).

RGB color model

#E1E6E1 color RGB value is (225,230,225).

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

RGB channels and saturation

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

225
230
225

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

Portions of RGB colors in percentages

R + G + B =
225 + 230 + 225 = 680 (100%)
R 225 of 680 ~ 33.09%
G 230 of 680 ~ 33.82%
B 225 of 680 ~ 33.09%

%33.09
%33.82
%33.09

CMYK color model

#E1E6E1 color CMYK value is (2,0,2,10).

  • cyan value is 2.17%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 9.80%
CMYK:
(2,0,2,10)
C2M0Y2K10 
(2%,0%,2%,10%)
(0.02/0.00/0.02/0.10)	

CMYK percentages

%2.17
%0
%2.17
%9.8

Codes

Color #E1E6E1 in popluar color models

E1E6E1
RGB225230225
HSL120°9.09%89.22%
HSB/HSV120°2.17%90.20%
CMYK2.17%0.00%2.17%
9.80%

Color #E1E6E1 in popluar number systems.

HEXE1E6E1
Decimal225230225
Binary111000011110011011100001
Octal341346341

Shades and tints

Shades of #E1E6E1

#E1E6E1
(225,230,225)
#CDD2CD
(205,210,205)
#B9BEB9
(185,190,185)
#A5AAA5
(165,170,165)
#919691
(145,150,145)
#7D827D
(125,130,125)
#696E69
(105,110,105)
#555A55
(85,90,85)
#414641
(65,70,65)
#2D322D
(45,50,45)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #E1E6E1

#E1E6E1
(225,230,225)
#E3E8E3
(227,232,227)
#E5EAE5
(229,234,229)
#E7ECE7
(231,236,231)
#E9EEE9
(233,238,233)
#EBF0EB
(235,240,235)
#EDF2ED
(237,242,237)
#EFF4EF
(239,244,239)
#F1F6F1
(241,246,241)
#F3F8F3
(243,248,243)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E6E1; }

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

This text font color is #E1E6E1.


Background Color

.myBgColor { background-color: #E1E6E1; }

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

This div background color is #E1E6E1.


Border color

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

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

This div border color is #E1E6E1.


Opacity

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

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

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

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

This text has shadow with #E1E6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E6E1 on black background.


Color preview on white background

This text has color #E1E6E1 on white background.



Black color preview on #E1E6E1 background

This text has black color on #E1E6E1 background.


White color preview on #E1E6E1 background

This text has white color on #E1E6E1 background.