COLOR #E6E2E6

HEX: #E6E2E6
RGB: (230,226,230)

Color info

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

RGB color model

#E6E2E6 color RGB value is (230,226,230).

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

RGB channels and saturation

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

230
226
230

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

Portions of RGB colors in percentages

R + G + B =
230 + 226 + 230 = 686 (100%)
R 230 of 686 ~ 33.53%
G 226 of 686 ~ 32.94%
B 230 of 686 ~ 33.53%

%33.53
%32.94
%33.53

CMYK color model

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

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

CMYK percentages

%0
%1.74
%0
%9.8

Codes

Color #E6E2E6 in popluar color models

E6E2E6
RGB230226230
HSL300°7.41%89.41%
HSB/HSV300°1.74%90.20%
CMYK0.00%1.74%0.00%
9.80%

Color #E6E2E6 in popluar number systems.

HEXE6E2E6
Decimal230226230
Binary111001101110001011100110
Octal346342346

Shades and tints

Shades of #E6E2E6

#E6E2E6
(230,226,230)
#D2CED2
(210,206,210)
#BEBABE
(190,186,190)
#AAA6AA
(170,166,170)
#969296
(150,146,150)
#827E82
(130,126,130)
#6E6A6E
(110,106,110)
#5A565A
(90,86,90)
#464246
(70,66,70)
#322E32
(50,46,50)
#1E1A1E
(30,26,30)
#000000
(0,0,0)

Tints of #E6E2E6

#E6E2E6
(230,226,230)
#E8E4E8
(232,228,232)
#EAE6EA
(234,230,234)
#ECE8EC
(236,232,236)
#EEEAEE
(238,234,238)
#F0ECF0
(240,236,240)
#F2EEF2
(242,238,242)
#F4F0F4
(244,240,244)
#F6F2F6
(246,242,246)
#F8F4F8
(248,244,248)
#FAF6FA
(250,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E2E6; }

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

This text font color is #E6E2E6.


Background Color

.myBgColor { background-color: #E6E2E6; }

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

This div background color is #E6E2E6.


Border color

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

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

This div border color is #E6E2E6.


Opacity

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

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

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

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

This text has shadow with #E6E2E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E2E6 on black background.


Color preview on white background

This text has color #E6E2E6 on white background.



Black color preview on #E6E2E6 background

This text has black color on #E6E2E6 background.


White color preview on #E6E2E6 background

This text has white color on #E6E2E6 background.