COLOR #E6E7AE

HEX: #E6E7AE
RGB: (230,231,174)

Color info

#E6E7AE contains red, green and blue colors in about the same proportion. Web safe color of #E6E7AE is #CCFF99 (or #CF9).

RGB color model

#E6E7AE color RGB value is (230,231,174).

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

RGB channels and saturation

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

230
231
174

R + G + B ~ 83%. #E6E7AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 231 + 174 = 635 (100%)
R 230 of 635 ~ 36.22%
G 231 of 635 ~ 36.38%
B 174 of 635 ~ 27.4%

%36.22
%36.38
%27.4

CMYK color model

#E6E7AE color CMYK value is (0,0,25,9).

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

CMYK percentages

%0.43
%0
%24.68
%9.41

Codes

Color #E6E7AE in popluar color models

E6E7AE
RGB230231174
HSL61°54.29%79.41%
HSB/HSV61°24.68%90.59%
CMYK0.43%0.00%24.68%
9.41%

Color #E6E7AE in popluar number systems.

HEXE6E7AE
Decimal230231174
Binary111001101110011110101110
Octal346347256

Shades and tints

Shades of #E6E7AE

#E6E7AE
(230,231,174)
#D2D29F
(210,210,159)
#BEBD90
(190,189,144)
#AAA881
(170,168,129)
#969372
(150,147,114)
#827E63
(130,126,99)
#6E6954
(110,105,84)
#5A5445
(90,84,69)
#463F36
(70,63,54)
#322A27
(50,42,39)
#1E1518
(30,21,24)
#000000
(0,0,0)

Tints of #E6E7AE

#E6E7AE
(230,231,174)
#E8E9B5
(232,233,181)
#EAEBBC
(234,235,188)
#ECEDC3
(236,237,195)
#EEEFCA
(238,239,202)
#F0F1D1
(240,241,209)
#F2F3D8
(242,243,216)
#F4F5DF
(244,245,223)
#F6F7E6
(246,247,230)
#F8F9ED
(248,249,237)
#FAFBF4
(250,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E7AE; }

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

This text font color is #E6E7AE.


Background Color

.myBgColor { background-color: #E6E7AE; }

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

This div background color is #E6E7AE.


Border color

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

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

This div border color is #E6E7AE.


Opacity

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

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

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

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

This text has shadow with #E6E7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E7AE on black background.


Color preview on white background

This text has color #E6E7AE on white background.



Black color preview on #E6E7AE background

This text has black color on #E6E7AE background.


White color preview on #E6E7AE background

This text has white color on #E6E7AE background.