COLOR #A7E7A8

HEX: #A7E7A8 RGB: (167,231,168)

Color info

#A7E7A8 contains mainly green color. Web safe color of #A7E7A8 is #99FF99 (or #9F9).

RGB color model

#A7E7A8 color RGB value is (167,231,168).

RGB: (167,231,168) (65%, 91%, 66%)

RGB channels and saturation

R 167 of 255 = 65%
G 231 of 255 = 91%
B 168 of 255 = 66%

167
231
168

R + G + B ~ 74%. #A7E7A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 231 + 168 = 566 (100%)
R 167 of 566 ~ 29.51%
G 231 of 566 ~ 40.81%
B 168 of 566 ~ 29.68'%

%29.51
%40.81
%29.68

CMYK color model

#A7E7A8 color CMYK value is (28,0,27,9).

  • cyan value is 27.71%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 9.41%

CMYK: (28,0,27,9)
C28M0Y27K9 (28%, 0%, 27%, 9%)
(0.28 / 0.00 / 0.27 / 0.09)

CMYK percentages

%27.71
%0
%27.27
%9.41

Codes

Color #A7E7A8 in popluar color models

A7 E7 A8
RGB 167 231 168
HSL 121° 57.14% 78.04%
HSB/HSV 121° 27.71% 90.59%
CMYK 27.71% 0.00% 27.27%
9.41%

Color #A7E7A8 in popluar number systems.

HEX A7 E7 A8
Decimal 167 231 168
Binary 10100111 11100111 10101000
Octal 247 347 250

Shades and tints

Shades of #A7E7A8

#A7E7A8
(167,231,168)
#98D299
(152,210,153)
#89BD8A
(137,189,138)
#7AA87B
(122,168,123)
#6B936C
(107,147,108)
#5C7E5D
(92,126,93)
#4D694E
(77,105,78)
#3E543F
(62,84,63)
#2F3F30
(47,63,48)
#202A21
(32,42,33)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #A7E7A8

#A7E7A8
(167,231,168)
#AFE9AF
(175,233,175)
#B7EBB6
(183,235,182)
#BFEDBD
(191,237,189)
#C7EFC4
(199,239,196)
#CFF1CB
(207,241,203)
#D7F3D2
(215,243,210)
#DFF5D9
(223,245,217)
#E7F7E0
(231,247,224)
#EFF9E7
(239,249,231)
#F7FBEE
(247,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E7A8; }

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

This text font color is #A7E7A8.

Background Color

.myBgColor { background-color: #A7E7A8; }

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

This div background color is #A7E7A8.

Border color

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

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

This div border color is #A7E7A8.

Opacity

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

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

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

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

This text has shadow with #A7E7A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7E7A8.

Preview

Color preview on black background

This text has color #A7E7A8 on black background.


Color preview on white background

This text has color #A7E7A8 on white background.


Black color preview on #A7E7A8 background

This text has black color on #A7E7A8 background.


White color preview on #A7E7A8 background

This text has white color on #A7E7A8 background.


Related colors

Complementary color

Complementary color for #hex is #581857.


I love getcolorcode.com

Triadic colors

1 #A8A7E7 and #E7A8A7 with #A7E7A8 are triadic colors.

2 #A8E7A7 and #E7A7A8 with #A7E7A8 are triadic colors.