COLOR #A7C97B

HEX: #A7C97B RGB: (167,201,123)

Color info

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

RGB color model

#A7C97B color RGB value is (167,201,123).

RGB: (167,201,123) (65%, 79%, 48%)

RGB channels and saturation

R 167 of 255 = 65%
G 201 of 255 = 79%
B 123 of 255 = 48%

167
201
123

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

Portions of RGB colors in percentages

R + G + B = 167 + 201 + 123 = 491 (100%)
R 167 of 491 ~ 34.01%
G 201 of 491 ~ 40.94%
B 123 of 491 ~ 25.05'%

%34.01
%40.94
%25.05

CMYK color model

#A7C97B color CMYK value is (17,0,39,21).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 38.81%
  • key color value is 21.18%

CMYK: (17,0,39,21)
C17M0Y39K21 (17%, 0%, 39%, 21%)
(0.17 / 0.00 / 0.39 / 0.21)

CMYK percentages

%16.92
%0
%38.81
%21.18

Codes

Color #A7C97B in popluar color models

A7 C9 7B
RGB 167 201 123
HSL 86° 41.94% 63.53%
HSB/HSV 86° 38.81% 78.82%
CMYK 16.92% 0.00% 38.81%
21.18%

Color #A7C97B in popluar number systems.

HEX A7 C9 7B
Decimal 167 201 123
Binary 10100111 11001001 1111011
Octal 247 311 173

Shades and tints

Shades of #A7C97B

#A7C97B
(167,201,123)
#98B770
(152,183,112)
#89A565
(137,165,101)
#7A935A
(122,147,90)
#6B814F
(107,129,79)
#5C6F44
(92,111,68)
#4D5D39
(77,93,57)
#3E4B2E
(62,75,46)
#2F3923
(47,57,35)
#202718
(32,39,24)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #A7C97B

#A7C97B
(167,201,123)
#AFCD87
(175,205,135)
#B7D193
(183,209,147)
#BFD59F
(191,213,159)
#C7D9AB
(199,217,171)
#CFDDB7
(207,221,183)
#D7E1C3
(215,225,195)
#DFE5CF
(223,229,207)
#E7E9DB
(231,233,219)
#EFEDE7
(239,237,231)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C97B; }

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

This text font color is #A7C97B.

Background Color

.myBgColor { background-color: #A7C97B; }

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

This div background color is #A7C97B.

Border color

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

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

This div border color is #A7C97B.

Opacity

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

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

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

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

This text has shadow with #A7C97B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7C97B.

Preview

Color preview on black background

This text has color #A7C97B on black background.


Color preview on white background

This text has color #A7C97B on white background.


Black color preview on #A7C97B background

This text has black color on #A7C97B background.


White color preview on #A7C97B background

This text has white color on #A7C97B background.


Related colors

Complementary color

Complementary color for #hex is #583684.


I love getcolorcode.com

Triadic colors

1 #7BA7C9 and #C97BA7 with #A7C97B are triadic colors.

2 #7BC9A7 and #C9A77B with #A7C97B are triadic colors.