COLOR #E7F7A5

HEX: #E7F7A5 RGB: (231,247,165)

Color info

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

RGB color model

#E7F7A5 color RGB value is (231,247,165).

RGB: (231,247,165) (91%, 97%, 65%)

RGB channels and saturation

R 231 of 255 = 91%
G 247 of 255 = 97%
B 165 of 255 = 65%

231
247
165

R + G + B ~ 84%. #E7F7A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 247 + 165 = 643 (100%)
R 231 of 643 ~ 35.93%
G 247 of 643 ~ 38.41%
B 165 of 643 ~ 25.66'%

%35.93
%38.41
%25.66

CMYK color model

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

  • cyan value is 6.48%
  • magenta value is 0.00%
  • yellow value is 33.20%
  • key color value is 3.14%

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

CMYK percentages

%6.48
%0
%33.2
%3.14

Codes

Color #E7F7A5 in popluar color models

E7 F7 A5
RGB 231 247 165
HSL 72° 83.67% 80.78%
HSB/HSV 72° 33.20% 96.86%
CMYK 6.48% 0.00% 33.20%
3.14%

Color #E7F7A5 in popluar number systems.

HEX E7 F7 A5
Decimal 231 247 165
Binary 11100111 11110111 10100101
Octal 347 367 245

Shades and tints

Shades of #E7F7A5

#E7F7A5
(231,247,165)
#D2E196
(210,225,150)
#BDCB87
(189,203,135)
#A8B578
(168,181,120)
#939F69
(147,159,105)
#7E895A
(126,137,90)
#69734B
(105,115,75)
#545D3C
(84,93,60)
#3F472D
(63,71,45)
#2A311E
(42,49,30)
#151B0F
(21,27,15)
#000000
(0,0,0)

Tints of #E7F7A5

#E7F7A5
(231,247,165)
#E9F7AD
(233,247,173)
#EBF7B5
(235,247,181)
#EDF7BD
(237,247,189)
#EFF7C5
(239,247,197)
#F1F7CD
(241,247,205)
#F3F7D5
(243,247,213)
#F5F7DD
(245,247,221)
#F7F7E5
(247,247,229)
#F9F7ED
(249,247,237)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F7A5 color. Also use rgb(231,247,165) instead hex code.

Text Font Color

.myTextColor { color: #E7F7A5; }

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

This text font color is #E7F7A5.

Background Color

.myBgColor { background-color: #E7F7A5; }

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

This div background color is #E7F7A5.

Border color

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

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

This div border color is #E7F7A5.

Opacity

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

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

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

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

This text has shadow with #E7F7A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7F7A5.

Preview

Color preview on black background

This text has color #E7F7A5 on black background.


Color preview on white background

This text has color #E7F7A5 on white background.


Black color preview on #E7F7A5 background

This text has black color on #E7F7A5 background.


White color preview on #E7F7A5 background

This text has white color on #E7F7A5 background.


Related colors

Complementary color

Complementary color for #hex is #18085A.


I love getcolorcode.com

Triadic colors

1 #A5E7F7 and #F7A5E7 with #E7F7A5 are triadic colors.

2 #A5F7E7 and #F7E7A5 with #E7F7A5 are triadic colors.