COLOR #A7B96D

HEX: #A7B96D
RGB: (167,185,109)

Color info

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

RGB color model

#A7B96D color RGB value is (167,185,109).

  • red value is 167;
  • green value is 185;
  • blue value is 109.
RGB:
(167,185,109)
(65%,73%,43%)

RGB channels and saturation

R 167 of 255 = 65%
G 185 of 255 = 73%
B 109 of 255 = 43%

167
185
109

R + G + B ~ 60%. #A7B96D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 185 + 109 = 461 (100%)
R 167 of 461 ~ 36.23%
G 185 of 461 ~ 40.13%
B 109 of 461 ~ 23.64%

%36.23
%40.13
%23.64

CMYK color model

#A7B96D color CMYK value is (10,0,41,27).

  • cyan value is 9.73%
  • magenta value is 0.00%
  • yellow value is 41.08%
  • key color value is 27.45%
CMYK:
(10,0,41,27)
C10M0Y41K27 
(10%,0%,41%,27%)
(0.10/0.00/0.41/0.27)	

CMYK percentages

%9.73
%0
%41.08
%27.45

Codes

Color #A7B96D in popluar color models

A7B96D
RGB167185109
HSL74°35.19%57.65%
HSB/HSV74°41.08%72.55%
CMYK9.73%0.00%41.08%
27.45%

Color #A7B96D in popluar number systems.

HEXA7B96D
Decimal167185109
Binary10100111101110011101101
Octal247271155

Shades and tints

Shades of #A7B96D

#A7B96D
(167,185,109)
#98A964
(152,169,100)
#89995B
(137,153,91)
#7A8952
(122,137,82)
#6B7949
(107,121,73)
#5C6940
(92,105,64)
#4D5937
(77,89,55)
#3E492E
(62,73,46)
#2F3925
(47,57,37)
#20291C
(32,41,28)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #A7B96D

#A7B96D
(167,185,109)
#AFBF7A
(175,191,122)
#B7C587
(183,197,135)
#BFCB94
(191,203,148)
#C7D1A1
(199,209,161)
#CFD7AE
(207,215,174)
#D7DDBB
(215,221,187)
#DFE3C8
(223,227,200)
#E7E9D5
(231,233,213)
#EFEFE2
(239,239,226)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B96D color. Also use rgb(167,185,109) instead hex code.

Text Font Color

.myTextColor { color: #A7B96D; }

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

This text font color is #A7B96D.


Background Color

.myBgColor { background-color: #A7B96D; }

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

This div background color is #A7B96D.


Border color

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

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

This div border color is #A7B96D.


Opacity

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

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

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

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

This text has shadow with #A7B96D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B96D on black background.


Color preview on white background

This text has color #A7B96D on white background.



Black color preview on #A7B96D background

This text has black color on #A7B96D background.


White color preview on #A7B96D background

This text has white color on #A7B96D background.