COLOR #E6E7E7

HEX: #E6E7E7
RGB: (230,231,231)

Color info

#E6E7E7 contains red, green and blue colors in about the same proportion. Web safe color of #E6E7E7 is #CCFFFF (or #CFF).

RGB color model

#E6E7E7 color RGB value is (230,231,231).

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

RGB channels and saturation

R 230 of 255 = 90%
G 231 of 255 = 91%
B 231 of 255 = 91%

230
231
231

R + G + B ~ 91%. #E6E7E7 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 231 + 231 = 692 (100%)
R 230 of 692 ~ 33.24%
G 231 of 692 ~ 33.38%
B 231 of 692 ~ 33.38%

%33.24
%33.38
%33.38

CMYK color model

#E6E7E7 color CMYK value is (0,0,0,9).

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(0,0,0,9)
C0M0Y0K9 
(0%,0%,0%,9%)
(0.00/0.00/0.00/0.09)	

CMYK percentages

%0.43
%0
%0
%9.41

Codes

Color #E6E7E7 in popluar color models

E6E7E7
RGB230231231
HSL180°2.04%90.39%
HSB/HSV180°0.43%90.59%
CMYK0.43%0.00%0.00%
9.41%

Color #E6E7E7 in popluar number systems.

HEXE6E7E7
Decimal230231231
Binary111001101110011111100111
Octal346347347

Shades and tints

Shades of #E6E7E7

#E6E7E7
(230,231,231)
#D2D2D2
(210,210,210)
#BEBDBD
(190,189,189)
#AAA8A8
(170,168,168)
#969393
(150,147,147)
#827E7E
(130,126,126)
#6E6969
(110,105,105)
#5A5454
(90,84,84)
#463F3F
(70,63,63)
#322A2A
(50,42,42)
#1E1515
(30,21,21)
#000000
(0,0,0)

Tints of #E6E7E7

#E6E7E7
(230,231,231)
#E8E9E9
(232,233,233)
#EAEBEB
(234,235,235)
#ECEDED
(236,237,237)
#EEEFEF
(238,239,239)
#F0F1F1
(240,241,241)
#F2F3F3
(242,243,243)
#F4F5F5
(244,245,245)
#F6F7F7
(246,247,247)
#F8F9F9
(248,249,249)
#FAFBFB
(250,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E7E7; }

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

This text font color is #E6E7E7.


Background Color

.myBgColor { background-color: #E6E7E7; }

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

This div background color is #E6E7E7.


Border color

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

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

This div border color is #E6E7E7.


Opacity

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

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

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

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

This text has shadow with #E6E7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E7E7 on black background.


Color preview on white background

This text has color #E6E7E7 on white background.



Black color preview on #E6E7E7 background

This text has black color on #E6E7E7 background.


White color preview on #E6E7E7 background

This text has white color on #E6E7E7 background.