COLOR #E6E1E2

HEX: #E6E1E2
RGB: (230,225,226)

Color info

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

RGB color model

#E6E1E2 color RGB value is (230,225,226).

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

RGB channels and saturation

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

230
225
226

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

Portions of RGB colors in percentages

R + G + B =
230 + 225 + 226 = 681 (100%)
R 230 of 681 ~ 33.77%
G 225 of 681 ~ 33.04%
B 226 of 681 ~ 33.19%

%33.77
%33.04
%33.19

CMYK color model

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

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

CMYK percentages

%0
%2.17
%1.74
%9.8

Codes

Color #E6E1E2 in popluar color models

E6E1E2
RGB230225226
HSL348°9.09%89.22%
HSB/HSV348°2.17%90.20%
CMYK0.00%2.17%1.74%
9.80%

Color #E6E1E2 in popluar number systems.

HEXE6E1E2
Decimal230225226
Binary111001101110000111100010
Octal346341342

Shades and tints

Shades of #E6E1E2

#E6E1E2
(230,225,226)
#D2CDCE
(210,205,206)
#BEB9BA
(190,185,186)
#AAA5A6
(170,165,166)
#969192
(150,145,146)
#827D7E
(130,125,126)
#6E696A
(110,105,106)
#5A5556
(90,85,86)
#464142
(70,65,66)
#322D2E
(50,45,46)
#1E191A
(30,25,26)
#000000
(0,0,0)

Tints of #E6E1E2

#E6E1E2
(230,225,226)
#E8E3E4
(232,227,228)
#EAE5E6
(234,229,230)
#ECE7E8
(236,231,232)
#EEE9EA
(238,233,234)
#F0EBEC
(240,235,236)
#F2EDEE
(242,237,238)
#F4EFF0
(244,239,240)
#F6F1F2
(246,241,242)
#F8F3F4
(248,243,244)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E1E2; }

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

This text font color is #E6E1E2.


Background Color

.myBgColor { background-color: #E6E1E2; }

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

This div background color is #E6E1E2.


Border color

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

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

This div border color is #E6E1E2.


Opacity

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

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

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

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

This text has shadow with #E6E1E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E1E2 on black background.


Color preview on white background

This text has color #E6E1E2 on white background.



Black color preview on #E6E1E2 background

This text has black color on #E6E1E2 background.


White color preview on #E6E1E2 background

This text has white color on #E6E1E2 background.