COLOR #E7EEA1

HEX: #E7EEA1
RGB: (231,238,161)

Color info

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

RGB color model

#E7EEA1 color RGB value is (231,238,161).

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

RGB channels and saturation

R 231 of 255 = 91%
G 238 of 255 = 93%
B 161 of 255 = 63%

231
238
161

R + G + B ~ 82%. #E7EEA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 238 + 161 = 630 (100%)
R 231 of 630 ~ 36.67%
G 238 of 630 ~ 37.78%
B 161 of 630 ~ 25.56%

%36.67
%37.78
%25.56

CMYK color model

#E7EEA1 color CMYK value is (3,0,32,7).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 6.67%
CMYK:
(3,0,32,7)
C3M0Y32K7 
(3%,0%,32%,7%)
(0.03/0.00/0.32/0.07)	

CMYK percentages

%2.94
%0
%32.35
%6.67

Codes

Color #E7EEA1 in popluar color models

E7EEA1
RGB231238161
HSL65°69.37%78.24%
HSB/HSV65°32.35%93.33%
CMYK2.94%0.00%32.35%
6.67%

Color #E7EEA1 in popluar number systems.

HEXE7EEA1
Decimal231238161
Binary111001111110111010100001
Octal347356241

Shades and tints

Shades of #E7EEA1

#E7EEA1
(231,238,161)
#D2D993
(210,217,147)
#BDC485
(189,196,133)
#A8AF77
(168,175,119)
#939A69
(147,154,105)
#7E855B
(126,133,91)
#69704D
(105,112,77)
#545B3F
(84,91,63)
#3F4631
(63,70,49)
#2A3123
(42,49,35)
#151C15
(21,28,21)
#000000
(0,0,0)

Tints of #E7EEA1

#E7EEA1
(231,238,161)
#E9EFA9
(233,239,169)
#EBF0B1
(235,240,177)
#EDF1B9
(237,241,185)
#EFF2C1
(239,242,193)
#F1F3C9
(241,243,201)
#F3F4D1
(243,244,209)
#F5F5D9
(245,245,217)
#F7F6E1
(247,246,225)
#F9F7E9
(249,247,233)
#FBF8F1
(251,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EEA1; }

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

This text font color is #E7EEA1.


Background Color

.myBgColor { background-color: #E7EEA1; }

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

This div background color is #E7EEA1.


Border color

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

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

This div border color is #E7EEA1.


Opacity

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

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

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

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

This text has shadow with #E7EEA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EEA1 on black background.


Color preview on white background

This text has color #E7EEA1 on white background.



Black color preview on #E7EEA1 background

This text has black color on #E7EEA1 background.


White color preview on #E7EEA1 background

This text has white color on #E7EEA1 background.