COLOR #A7C99A

HEX: #A7C99A
RGB: (167,201,154)

Color info

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

RGB color model

#A7C99A color RGB value is (167,201,154).

  • red value is 167;
  • green value is 201;
  • blue value is 154.
RGB:
(167,201,154)
(65%,79%,60%)

RGB channels and saturation

R 167 of 255 = 65%
G 201 of 255 = 79%
B 154 of 255 = 60%

167
201
154

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

Portions of RGB colors in percentages

R + G + B =
167 + 201 + 154 = 522 (100%)
R 167 of 522 ~ 31.99%
G 201 of 522 ~ 38.51%
B 154 of 522 ~ 29.5%

%31.99
%38.51
%29.5

CMYK color model

#A7C99A color CMYK value is (17,0,23,21).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 23.38%
  • key color value is 21.18%
CMYK:
(17,0,23,21)
C17M0Y23K21 
(17%,0%,23%,21%)
(0.17/0.00/0.23/0.21)	

CMYK percentages

%16.92
%0
%23.38
%21.18

Codes

Color #A7C99A in popluar color models

A7C99A
RGB167201154
HSL103°30.32%69.61%
HSB/HSV103°23.38%78.82%
CMYK16.92%0.00%23.38%
21.18%

Color #A7C99A in popluar number systems.

HEXA7C99A
Decimal167201154
Binary101001111100100110011010
Octal247311232

Shades and tints

Shades of #A7C99A

#A7C99A
(167,201,154)
#98B78C
(152,183,140)
#89A57E
(137,165,126)
#7A9370
(122,147,112)
#6B8162
(107,129,98)
#5C6F54
(92,111,84)
#4D5D46
(77,93,70)
#3E4B38
(62,75,56)
#2F392A
(47,57,42)
#20271C
(32,39,28)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #A7C99A

#A7C99A
(167,201,154)
#AFCDA3
(175,205,163)
#B7D1AC
(183,209,172)
#BFD5B5
(191,213,181)
#C7D9BE
(199,217,190)
#CFDDC7
(207,221,199)
#D7E1D0
(215,225,208)
#DFE5D9
(223,229,217)
#E7E9E2
(231,233,226)
#EFEDEB
(239,237,235)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C99A color. Also use rgb(167,201,154) instead hex code.

Text Font Color

.myTextColor { color: #A7C99A; }

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

This text font color is #A7C99A.


Background Color

.myBgColor { background-color: #A7C99A; }

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

This div background color is #A7C99A.


Border color

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

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

This div border color is #A7C99A.


Opacity

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

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

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

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

This text has shadow with #A7C99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C99A on black background.


Color preview on white background

This text has color #A7C99A on white background.



Black color preview on #A7C99A background

This text has black color on #A7C99A background.


White color preview on #A7C99A background

This text has white color on #A7C99A background.