COLOR #A7EF9D

HEX: #A7EF9D RGB: (167,239,157)

Color info

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

RGB color model

#A7EF9D color RGB value is (167,239,157).

RGB: (167,239,157) (65%, 94%, 62%)

RGB channels and saturation

R 167 of 255 = 65%
G 239 of 255 = 94%
B 157 of 255 = 62%

167
239
157

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

Portions of RGB colors in percentages

R + G + B = 167 + 239 + 157 = 563 (100%)
R 167 of 563 ~ 29.66%
G 239 of 563 ~ 42.45%
B 157 of 563 ~ 27.89'%

%29.66
%42.45
%27.89

CMYK color model

#A7EF9D color CMYK value is (30,0,34,6).

  • cyan value is 30.13%
  • magenta value is 0.00%
  • yellow value is 34.31%
  • key color value is 6.27%

CMYK: (30,0,34,6)
C30M0Y34K6 (30%, 0%, 34%, 6%)
(0.30 / 0.00 / 0.34 / 0.06)

CMYK percentages

%30.13
%0
%34.31
%6.27

Codes

Color #A7EF9D in popluar color models

A7 EF 9D
RGB 167 239 157
HSL 113° 71.93% 77.65%
HSB/HSV 113° 34.31% 93.73%
CMYK 30.13% 0.00% 34.31%
6.27%

Color #A7EF9D in popluar number systems.

HEX A7 EF 9D
Decimal 167 239 157
Binary 10100111 11101111 10011101
Octal 247 357 235

Shades and tints

Shades of #A7EF9D

#A7EF9D
(167,239,157)
#98DA8F
(152,218,143)
#89C581
(137,197,129)
#7AB073
(122,176,115)
#6B9B65
(107,155,101)
#5C8657
(92,134,87)
#4D7149
(77,113,73)
#3E5C3B
(62,92,59)
#2F472D
(47,71,45)
#20321F
(32,50,31)
#111D11
(17,29,17)
#000000
(0,0,0)

Tints of #A7EF9D

#A7EF9D
(167,239,157)
#AFF0A5
(175,240,165)
#B7F1AD
(183,241,173)
#BFF2B5
(191,242,181)
#C7F3BD
(199,243,189)
#CFF4C5
(207,244,197)
#D7F5CD
(215,245,205)
#DFF6D5
(223,246,213)
#E7F7DD
(231,247,221)
#EFF8E5
(239,248,229)
#F7F9ED
(247,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7EF9D color. Also use rgb(167,239,157) instead hex code.

Text Font Color

.myTextColor { color: #A7EF9D; }

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

This text font color is #A7EF9D.

Background Color

.myBgColor { background-color: #A7EF9D; }

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

This div background color is #A7EF9D.

Border color

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

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

This div border color is #A7EF9D.

Opacity

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

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

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

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

This text has shadow with #A7EF9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7EF9D.

Preview

Color preview on black background

This text has color #A7EF9D on black background.


Color preview on white background

This text has color #A7EF9D on white background.


Black color preview on #A7EF9D background

This text has black color on #A7EF9D background.


White color preview on #A7EF9D background

This text has white color on #A7EF9D background.


Related colors

Complementary color

Complementary color for #hex is #581062.


I love getcolorcode.com

Triadic colors

1 #9DA7EF and #EF9DA7 with #A7EF9D are triadic colors.

2 #9DEFA7 and #EFA79D with #A7EF9D are triadic colors.