COLOR #A7D886

HEX: #A7D886
RGB: (167,216,134)

Color info

#A7D886 contains mainly red and green colors. Web safe color of #A7D886 is #99CC99 (or #9C9).

RGB color model

#A7D886 color RGB value is (167,216,134).

  • red value is 167;
  • green value is 216;
  • blue value is 134.
RGB:
(167,216,134)
(65%,85%,53%)

RGB channels and saturation

R 167 of 255 = 65%
G 216 of 255 = 85%
B 134 of 255 = 53%

167
216
134

R + G + B ~ 68%. #A7D886 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 216 + 134 = 517 (100%)
R 167 of 517 ~ 32.3%
G 216 of 517 ~ 41.78%
B 134 of 517 ~ 25.92%

%32.3
%41.78
%25.92

CMYK color model

#A7D886 color CMYK value is (23,0,38,15).

  • cyan value is 22.69%
  • magenta value is 0.00%
  • yellow value is 37.96%
  • key color value is 15.29%
CMYK:
(23,0,38,15)
C23M0Y38K15 
(23%,0%,38%,15%)
(0.23/0.00/0.38/0.15)	

CMYK percentages

%22.69
%0
%37.96
%15.29

Codes

Color #A7D886 in popluar color models

A7D886
RGB167216134
HSL96°51.25%68.63%
HSB/HSV96°37.96%84.71%
CMYK22.69%0.00%37.96%
15.29%

Color #A7D886 in popluar number systems.

HEXA7D886
Decimal167216134
Binary101001111101100010000110
Octal247330206

Shades and tints

Shades of #A7D886

#A7D886
(167,216,134)
#98C57A
(152,197,122)
#89B26E
(137,178,110)
#7A9F62
(122,159,98)
#6B8C56
(107,140,86)
#5C794A
(92,121,74)
#4D663E
(77,102,62)
#3E5332
(62,83,50)
#2F4026
(47,64,38)
#202D1A
(32,45,26)
#111A0E
(17,26,14)
#000000
(0,0,0)

Tints of #A7D886

#A7D886
(167,216,134)
#AFDB91
(175,219,145)
#B7DE9C
(183,222,156)
#BFE1A7
(191,225,167)
#C7E4B2
(199,228,178)
#CFE7BD
(207,231,189)
#D7EAC8
(215,234,200)
#DFEDD3
(223,237,211)
#E7F0DE
(231,240,222)
#EFF3E9
(239,243,233)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D886 color. Also use rgb(167,216,134) instead hex code.

Text Font Color

.myTextColor { color: #A7D886; }

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

This text font color is #A7D886.


Background Color

.myBgColor { background-color: #A7D886; }

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

This div background color is #A7D886.


Border color

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

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

This div border color is #A7D886.


Opacity

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

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

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

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

This text has shadow with #A7D886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D886 on black background.


Color preview on white background

This text has color #A7D886 on white background.



Black color preview on #A7D886 background

This text has black color on #A7D886 background.


White color preview on #A7D886 background

This text has white color on #A7D886 background.