COLOR #A7C97D

HEX: #A7C97D
RGB: (167,201,125)

Color info

#A7C97D contains mainly red and green colors. Web safe color of #A7C97D is #99CC66 (or #9C6).

RGB color model

#A7C97D color RGB value is (167,201,125).

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

RGB channels and saturation

R 167 of 255 = 65%
G 201 of 255 = 79%
B 125 of 255 = 49%

167
201
125

R + G + B ~ 64%. #A7C97D is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 201 + 125 = 493 (100%)
R 167 of 493 ~ 33.87%
G 201 of 493 ~ 40.77%
B 125 of 493 ~ 25.35%

%33.87
%40.77
%25.35

CMYK color model

#A7C97D color CMYK value is (17,0,38,21).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 37.81%
  • key color value is 21.18%
CMYK:
(17,0,38,21)
C17M0Y38K21 
(17%,0%,38%,21%)
(0.17/0.00/0.38/0.21)	

CMYK percentages

%16.92
%0
%37.81
%21.18

Codes

Color #A7C97D in popluar color models

A7C97D
RGB167201125
HSL87°41.30%63.92%
HSB/HSV87°37.81%78.82%
CMYK16.92%0.00%37.81%
21.18%

Color #A7C97D in popluar number systems.

HEXA7C97D
Decimal167201125
Binary10100111110010011111101
Octal247311175

Shades and tints

Shades of #A7C97D

#A7C97D
(167,201,125)
#98B772
(152,183,114)
#89A567
(137,165,103)
#7A935C
(122,147,92)
#6B8151
(107,129,81)
#5C6F46
(92,111,70)
#4D5D3B
(77,93,59)
#3E4B30
(62,75,48)
#2F3925
(47,57,37)
#20271A
(32,39,26)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #A7C97D

#A7C97D
(167,201,125)
#AFCD88
(175,205,136)
#B7D193
(183,209,147)
#BFD59E
(191,213,158)
#C7D9A9
(199,217,169)
#CFDDB4
(207,221,180)
#D7E1BF
(215,225,191)
#DFE5CA
(223,229,202)
#E7E9D5
(231,233,213)
#EFEDE0
(239,237,224)
#F7F1EB
(247,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C97D; }

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

This text font color is #A7C97D.


Background Color

.myBgColor { background-color: #A7C97D; }

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

This div background color is #A7C97D.


Border color

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

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

This div border color is #A7C97D.


Opacity

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

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

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

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

This text has shadow with #A7C97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C97D on black background.


Color preview on white background

This text has color #A7C97D on white background.



Black color preview on #A7C97D background

This text has black color on #A7C97D background.


White color preview on #A7C97D background

This text has white color on #A7C97D background.