COLOR #A7CC92

HEX: #A7CC92
RGB: (167,204,146)

Color info

#A7CC92 contains red, green and blue colors in about the same proportion. Web safe color of #A7CC92 is #99CC99 (or #9C9).

RGB color model

#A7CC92 color RGB value is (167,204,146).

  • red value is 167;
  • green value is 204;
  • blue value is 146.
RGB:
(167,204,146)
(65%,80%,57%)

RGB channels and saturation

R 167 of 255 = 65%
G 204 of 255 = 80%
B 146 of 255 = 57%

167
204
146

R + G + B ~ 67%. #A7CC92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 204 + 146 = 517 (100%)
R 167 of 517 ~ 32.3%
G 204 of 517 ~ 39.46%
B 146 of 517 ~ 28.24%

%32.3
%39.46
%28.24

CMYK color model

#A7CC92 color CMYK value is (18,0,28,20).

  • cyan value is 18.14%
  • magenta value is 0.00%
  • yellow value is 28.43%
  • key color value is 20.00%
CMYK:
(18,0,28,20)
C18M0Y28K20 
(18%,0%,28%,20%)
(0.18/0.00/0.28/0.20)	

CMYK percentages

%18.14
%0
%28.43
%20

Codes

Color #A7CC92 in popluar color models

A7CC92
RGB167204146
HSL98°36.25%68.63%
HSB/HSV98°28.43%80.00%
CMYK18.14%0.00%28.43%
20.00%

Color #A7CC92 in popluar number systems.

HEXA7CC92
Decimal167204146
Binary101001111100110010010010
Octal247314222

Shades and tints

Shades of #A7CC92

#A7CC92
(167,204,146)
#98BA85
(152,186,133)
#89A878
(137,168,120)
#7A966B
(122,150,107)
#6B845E
(107,132,94)
#5C7251
(92,114,81)
#4D6044
(77,96,68)
#3E4E37
(62,78,55)
#2F3C2A
(47,60,42)
#202A1D
(32,42,29)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #A7CC92

#A7CC92
(167,204,146)
#AFD09B
(175,208,155)
#B7D4A4
(183,212,164)
#BFD8AD
(191,216,173)
#C7DCB6
(199,220,182)
#CFE0BF
(207,224,191)
#D7E4C8
(215,228,200)
#DFE8D1
(223,232,209)
#E7ECDA
(231,236,218)
#EFF0E3
(239,240,227)
#F7F4EC
(247,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CC92 color. Also use rgb(167,204,146) instead hex code.

Text Font Color

.myTextColor { color: #A7CC92; }

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

This text font color is #A7CC92.


Background Color

.myBgColor { background-color: #A7CC92; }

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

This div background color is #A7CC92.


Border color

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

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

This div border color is #A7CC92.


Opacity

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

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

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

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

This text has shadow with #A7CC92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CC92 on black background.


Color preview on white background

This text has color #A7CC92 on white background.



Black color preview on #A7CC92 background

This text has black color on #A7CC92 background.


White color preview on #A7CC92 background

This text has white color on #A7CC92 background.