COLOR #A7E6A1

HEX: #A7E6A1 RGB: (167,230,161)

Color info

#A7E6A1 contains mainly green color. Web safe color of #A7E6A1 is #99CC99 (or #9C9).

RGB color model

#A7E6A1 color RGB value is (167,230,161).

RGB: (167,230,161) (65%, 90%, 63%)

RGB channels and saturation

R 167 of 255 = 65%
G 230 of 255 = 90%
B 161 of 255 = 63%

167
230
161

R + G + B ~ 73%. #A7E6A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 230 + 161 = 558 (100%)
R 167 of 558 ~ 29.93%
G 230 of 558 ~ 41.22%
B 161 of 558 ~ 28.85'%

%29.93
%41.22
%28.85

CMYK color model

#A7E6A1 color CMYK value is (27,0,30,10).

  • cyan value is 27.39%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 9.80%

CMYK: (27,0,30,10)
C27M0Y30K10 (27%, 0%, 30%, 10%)
(0.27 / 0.00 / 0.30 / 0.10)

CMYK percentages

%27.39
%0
%30
%9.8

Codes

Color #A7E6A1 in popluar color models

A7 E6 A1
RGB 167 230 161
HSL 115° 57.98% 76.67%
HSB/HSV 115° 30.00% 90.20%
CMYK 27.39% 0.00% 30.00%
9.80%

Color #A7E6A1 in popluar number systems.

HEX A7 E6 A1
Decimal 167 230 161
Binary 10100111 11100110 10100001
Octal 247 346 241

Shades and tints

Shades of #A7E6A1

#A7E6A1
(167,230,161)
#98D293
(152,210,147)
#89BE85
(137,190,133)
#7AAA77
(122,170,119)
#6B9669
(107,150,105)
#5C825B
(92,130,91)
#4D6E4D
(77,110,77)
#3E5A3F
(62,90,63)
#2F4631
(47,70,49)
#203223
(32,50,35)
#111E15
(17,30,21)
#000000
(0,0,0)

Tints of #A7E6A1

#A7E6A1
(167,230,161)
#AFE8A9
(175,232,169)
#B7EAB1
(183,234,177)
#BFECB9
(191,236,185)
#C7EEC1
(199,238,193)
#CFF0C9
(207,240,201)
#D7F2D1
(215,242,209)
#DFF4D9
(223,244,217)
#E7F6E1
(231,246,225)
#EFF8E9
(239,248,233)
#F7FAF1
(247,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7E6A1 color. Also use rgb(167,230,161) instead hex code.

Text Font Color

.myTextColor { color: #A7E6A1; }

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

This text font color is #A7E6A1.

Background Color

.myBgColor { background-color: #A7E6A1; }

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

This div background color is #A7E6A1.

Border color

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

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

This div border color is #A7E6A1.

Opacity

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

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

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

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

This text has shadow with #A7E6A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7E6A1.

Preview

Color preview on black background

This text has color #A7E6A1 on black background.


Color preview on white background

This text has color #A7E6A1 on white background.


Black color preview on #A7E6A1 background

This text has black color on #A7E6A1 background.


White color preview on #A7E6A1 background

This text has white color on #A7E6A1 background.


Related colors

Complementary color

Complementary color for #hex is #58195E.


I love getcolorcode.com

Triadic colors

1 #A1A7E6 and #E6A1A7 with #A7E6A1 are triadic colors.

2 #A1E6A7 and #E6A7A1 with #A7E6A1 are triadic colors.