COLOR #A7C586

HEX: #A7C586
RGB: (167,197,134)

Color info

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

RGB color model

#A7C586 color RGB value is (167,197,134).

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

RGB channels and saturation

R 167 of 255 = 65%
G 197 of 255 = 77%
B 134 of 255 = 53%

167
197
134

R + G + B ~ 65%. #A7C586 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 197 + 134 = 498 (100%)
R 167 of 498 ~ 33.53%
G 197 of 498 ~ 39.56%
B 134 of 498 ~ 26.91%

%33.53
%39.56
%26.91

CMYK color model

#A7C586 color CMYK value is (15,0,32,23).

  • cyan value is 15.23%
  • magenta value is 0.00%
  • yellow value is 31.98%
  • key color value is 22.75%
CMYK:
(15,0,32,23)
C15M0Y32K23 
(15%,0%,32%,23%)
(0.15/0.00/0.32/0.23)	

CMYK percentages

%15.23
%0
%31.98
%22.75

Codes

Color #A7C586 in popluar color models

A7C586
RGB167197134
HSL89°35.20%64.90%
HSB/HSV89°31.98%77.25%
CMYK15.23%0.00%31.98%
22.75%

Color #A7C586 in popluar number systems.

HEXA7C586
Decimal167197134
Binary101001111100010110000110
Octal247305206

Shades and tints

Shades of #A7C586

#A7C586
(167,197,134)
#98B47A
(152,180,122)
#89A36E
(137,163,110)
#7A9262
(122,146,98)
#6B8156
(107,129,86)
#5C704A
(92,112,74)
#4D5F3E
(77,95,62)
#3E4E32
(62,78,50)
#2F3D26
(47,61,38)
#202C1A
(32,44,26)
#111B0E
(17,27,14)
#000000
(0,0,0)

Tints of #A7C586

#A7C586
(167,197,134)
#AFCA91
(175,202,145)
#B7CF9C
(183,207,156)
#BFD4A7
(191,212,167)
#C7D9B2
(199,217,178)
#CFDEBD
(207,222,189)
#D7E3C8
(215,227,200)
#DFE8D3
(223,232,211)
#E7EDDE
(231,237,222)
#EFF2E9
(239,242,233)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C586; }

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

This text font color is #A7C586.


Background Color

.myBgColor { background-color: #A7C586; }

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

This div background color is #A7C586.


Border color

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

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

This div border color is #A7C586.


Opacity

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

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

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

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

This text has shadow with #A7C586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C586 on black background.


Color preview on white background

This text has color #A7C586 on white background.



Black color preview on #A7C586 background

This text has black color on #A7C586 background.


White color preview on #A7C586 background

This text has white color on #A7C586 background.