COLOR #E6E7E0

HEX: #E6E7E0
RGB: (230,231,224)

Color info

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

RGB color model

#E6E7E0 color RGB value is (230,231,224).

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

RGB channels and saturation

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

230
231
224

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

Portions of RGB colors in percentages

R + G + B =
230 + 231 + 224 = 685 (100%)
R 230 of 685 ~ 33.58%
G 231 of 685 ~ 33.72%
B 224 of 685 ~ 32.7%

%33.58
%33.72
%32.7

CMYK color model

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

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

CMYK percentages

%0.43
%0
%3.03
%9.41

Codes

Color #E6E7E0 in popluar color models

E6E7E0
RGB230231224
HSL69°12.73%89.22%
HSB/HSV69°3.03%90.59%
CMYK0.43%0.00%3.03%
9.41%

Color #E6E7E0 in popluar number systems.

HEXE6E7E0
Decimal230231224
Binary111001101110011111100000
Octal346347340

Shades and tints

Shades of #E6E7E0

#E6E7E0
(230,231,224)
#D2D2CC
(210,210,204)
#BEBDB8
(190,189,184)
#AAA8A4
(170,168,164)
#969390
(150,147,144)
#827E7C
(130,126,124)
#6E6968
(110,105,104)
#5A5454
(90,84,84)
#463F40
(70,63,64)
#322A2C
(50,42,44)
#1E1518
(30,21,24)
#000000
(0,0,0)

Tints of #E6E7E0

#E6E7E0
(230,231,224)
#E8E9E2
(232,233,226)
#EAEBE4
(234,235,228)
#ECEDE6
(236,237,230)
#EEEFE8
(238,239,232)
#F0F1EA
(240,241,234)
#F2F3EC
(242,243,236)
#F4F5EE
(244,245,238)
#F6F7F0
(246,247,240)
#F8F9F2
(248,249,242)
#FAFBF4
(250,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E7E0; }

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

This text font color is #E6E7E0.


Background Color

.myBgColor { background-color: #E6E7E0; }

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

This div background color is #E6E7E0.


Border color

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

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

This div border color is #E6E7E0.


Opacity

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

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

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

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

This text has shadow with #E6E7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E7E0 on black background.


Color preview on white background

This text has color #E6E7E0 on white background.



Black color preview on #E6E7E0 background

This text has black color on #E6E7E0 background.


White color preview on #E6E7E0 background

This text has white color on #E6E7E0 background.