COLOR #E7EEA6

HEX: #E7EEA6
RGB: (231,238,166)

Color info

#E7EEA6 contains mainly red and green colors. Web safe color of #E7EEA6 is #FFFF99 (or #FF9).

RGB color model

#E7EEA6 color RGB value is (231,238,166).

  • red value is 231;
  • green value is 238;
  • blue value is 166.
RGB:
(231,238,166)
(91%,93%,65%)

RGB channels and saturation

R 231 of 255 = 91%
G 238 of 255 = 93%
B 166 of 255 = 65%

231
238
166

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

Portions of RGB colors in percentages

R + G + B =
231 + 238 + 166 = 635 (100%)
R 231 of 635 ~ 36.38%
G 238 of 635 ~ 37.48%
B 166 of 635 ~ 26.14%

%36.38
%37.48
%26.14

CMYK color model

#E7EEA6 color CMYK value is (3,0,30,7).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 30.25%
  • key color value is 6.67%
CMYK:
(3,0,30,7)
C3M0Y30K7 
(3%,0%,30%,7%)
(0.03/0.00/0.30/0.07)	

CMYK percentages

%2.94
%0
%30.25
%6.67

Codes

Color #E7EEA6 in popluar color models

E7EEA6
RGB231238166
HSL66°67.92%79.22%
HSB/HSV66°30.25%93.33%
CMYK2.94%0.00%30.25%
6.67%

Color #E7EEA6 in popluar number systems.

HEXE7EEA6
Decimal231238166
Binary111001111110111010100110
Octal347356246

Shades and tints

Shades of #E7EEA6

#E7EEA6
(231,238,166)
#D2D997
(210,217,151)
#BDC488
(189,196,136)
#A8AF79
(168,175,121)
#939A6A
(147,154,106)
#7E855B
(126,133,91)
#69704C
(105,112,76)
#545B3D
(84,91,61)
#3F462E
(63,70,46)
#2A311F
(42,49,31)
#151C10
(21,28,16)
#000000
(0,0,0)

Tints of #E7EEA6

#E7EEA6
(231,238,166)
#E9EFAE
(233,239,174)
#EBF0B6
(235,240,182)
#EDF1BE
(237,241,190)
#EFF2C6
(239,242,198)
#F1F3CE
(241,243,206)
#F3F4D6
(243,244,214)
#F5F5DE
(245,245,222)
#F7F6E6
(247,246,230)
#F9F7EE
(249,247,238)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EEA6; }

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

This text font color is #E7EEA6.


Background Color

.myBgColor { background-color: #E7EEA6; }

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

This div background color is #E7EEA6.


Border color

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

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

This div border color is #E7EEA6.


Opacity

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

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

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

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

This text has shadow with #E7EEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EEA6 on black background.


Color preview on white background

This text has color #E7EEA6 on white background.



Black color preview on #E7EEA6 background

This text has black color on #E7EEA6 background.


White color preview on #E7EEA6 background

This text has white color on #E7EEA6 background.