COLOR #E7EFA1

HEX: #E7EFA1 RGB: (231,239,161)

Color info

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

RGB color model

#E7EFA1 color RGB value is (231,239,161).

RGB: (231,239,161) (91%, 94%, 63%)

RGB channels and saturation

R 231 of 255 = 91%
G 239 of 255 = 94%
B 161 of 255 = 63%

231
239
161

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

Portions of RGB colors in percentages

R + G + B = 231 + 239 + 161 = 631 (100%)
R 231 of 631 ~ 36.61%
G 239 of 631 ~ 37.88%
B 161 of 631 ~ 25.52'%

%36.61
%37.88
%25.52

CMYK color model

#E7EFA1 color CMYK value is (3,0,33,6).

  • cyan value is 3.35%
  • magenta value is 0.00%
  • yellow value is 32.64%
  • key color value is 6.27%

CMYK: (3,0,33,6)
C3M0Y33K6 (3%, 0%, 33%, 6%)
(0.03 / 0.00 / 0.33 / 0.06)

CMYK percentages

%3.35
%0
%32.64
%6.27

Codes

Color #E7EFA1 in popluar color models

E7 EF A1
RGB 231 239 161
HSL 66° 70.91% 78.43%
HSB/HSV 66° 32.64% 93.73%
CMYK 3.35% 0.00% 32.64%
6.27%

Color #E7EFA1 in popluar number systems.

HEX E7 EF A1
Decimal 231 239 161
Binary 11100111 11101111 10100001
Octal 347 357 241

Shades and tints

Shades of #E7EFA1

#E7EFA1
(231,239,161)
#D2DA93
(210,218,147)
#BDC585
(189,197,133)
#A8B077
(168,176,119)
#939B69
(147,155,105)
#7E865B
(126,134,91)
#69714D
(105,113,77)
#545C3F
(84,92,63)
#3F4731
(63,71,49)
#2A3223
(42,50,35)
#151D15
(21,29,21)
#000000
(0,0,0)

Tints of #E7EFA1

#E7EFA1
(231,239,161)
#E9F0A9
(233,240,169)
#EBF1B1
(235,241,177)
#EDF2B9
(237,242,185)
#EFF3C1
(239,243,193)
#F1F4C9
(241,244,201)
#F3F5D1
(243,245,209)
#F5F6D9
(245,246,217)
#F7F7E1
(247,247,225)
#F9F8E9
(249,248,233)
#FBF9F1
(251,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EFA1; }

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

This text font color is #E7EFA1.

Background Color

.myBgColor { background-color: #E7EFA1; }

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

This div background color is #E7EFA1.

Border color

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

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

This div border color is #E7EFA1.

Opacity

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

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

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

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

This text has shadow with #E7EFA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EFA1.

Preview

Color preview on black background

This text has color #E7EFA1 on black background.


Color preview on white background

This text has color #E7EFA1 on white background.


Black color preview on #E7EFA1 background

This text has black color on #E7EFA1 background.


White color preview on #E7EFA1 background

This text has white color on #E7EFA1 background.


Related colors

Complementary color

Complementary color for #hex is #18105E.


I love getcolorcode.com

Triadic colors

1 #A1E7EF and #EFA1E7 with #E7EFA1 are triadic colors.

2 #A1EFE7 and #EFE7A1 with #E7EFA1 are triadic colors.