COLOR #E7EEA8

HEX: #E7EEA8
RGB: (231,238,168)

Color info

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

RGB color model

#E7EEA8 color RGB value is (231,238,168).

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

RGB channels and saturation

R 231 of 255 = 91%
G 238 of 255 = 93%
B 168 of 255 = 66%

231
238
168

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

Portions of RGB colors in percentages

R + G + B =
231 + 238 + 168 = 637 (100%)
R 231 of 637 ~ 36.26%
G 238 of 637 ~ 37.36%
B 168 of 637 ~ 26.37%

%36.26
%37.36
%26.37

CMYK color model

#E7EEA8 color CMYK value is (3,0,29,7).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 6.67%
CMYK:
(3,0,29,7)
C3M0Y29K7 
(3%,0%,29%,7%)
(0.03/0.00/0.29/0.07)	

CMYK percentages

%2.94
%0
%29.41
%6.67

Codes

Color #E7EEA8 in popluar color models

E7EEA8
RGB231238168
HSL66°67.31%79.61%
HSB/HSV66°29.41%93.33%
CMYK2.94%0.00%29.41%
6.67%

Color #E7EEA8 in popluar number systems.

HEXE7EEA8
Decimal231238168
Binary111001111110111010101000
Octal347356250

Shades and tints

Shades of #E7EEA8

#E7EEA8
(231,238,168)
#D2D999
(210,217,153)
#BDC48A
(189,196,138)
#A8AF7B
(168,175,123)
#939A6C
(147,154,108)
#7E855D
(126,133,93)
#69704E
(105,112,78)
#545B3F
(84,91,63)
#3F4630
(63,70,48)
#2A3121
(42,49,33)
#151C12
(21,28,18)
#000000
(0,0,0)

Tints of #E7EEA8

#E7EEA8
(231,238,168)
#E9EFAF
(233,239,175)
#EBF0B6
(235,240,182)
#EDF1BD
(237,241,189)
#EFF2C4
(239,242,196)
#F1F3CB
(241,243,203)
#F3F4D2
(243,244,210)
#F5F5D9
(245,245,217)
#F7F6E0
(247,246,224)
#F9F7E7
(249,247,231)
#FBF8EE
(251,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EEA8; }

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

This text font color is #E7EEA8.


Background Color

.myBgColor { background-color: #E7EEA8; }

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

This div background color is #E7EEA8.


Border color

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

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

This div border color is #E7EEA8.


Opacity

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

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

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

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

This text has shadow with #E7EEA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EEA8 on black background.


Color preview on white background

This text has color #E7EEA8 on white background.



Black color preview on #E7EEA8 background

This text has black color on #E7EEA8 background.


White color preview on #E7EEA8 background

This text has white color on #E7EEA8 background.