COLOR #A7B676

HEX: #A7B676
RGB: (167,182,118)

Color info

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

RGB color model

#A7B676 color RGB value is (167,182,118).

  • red value is 167;
  • green value is 182;
  • blue value is 118.
RGB:
(167,182,118)
(65%,71%,46%)

RGB channels and saturation

R 167 of 255 = 65%
G 182 of 255 = 71%
B 118 of 255 = 46%

167
182
118

R + G + B ~ 61%. #A7B676 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 182 + 118 = 467 (100%)
R 167 of 467 ~ 35.76%
G 182 of 467 ~ 38.97%
B 118 of 467 ~ 25.27%

%35.76
%38.97
%25.27

CMYK color model

#A7B676 color CMYK value is (8,0,35,29).

  • cyan value is 8.24%
  • magenta value is 0.00%
  • yellow value is 35.16%
  • key color value is 28.63%
CMYK:
(8,0,35,29)
C8M0Y35K29 
(8%,0%,35%,29%)
(0.08/0.00/0.35/0.29)	

CMYK percentages

%8.24
%0
%35.16
%28.63

Codes

Color #A7B676 in popluar color models

A7B676
RGB167182118
HSL74°30.48%58.82%
HSB/HSV74°35.16%71.37%
CMYK8.24%0.00%35.16%
28.63%

Color #A7B676 in popluar number systems.

HEXA7B676
Decimal167182118
Binary10100111101101101110110
Octal247266166

Shades and tints

Shades of #A7B676

#A7B676
(167,182,118)
#98A66C
(152,166,108)
#899662
(137,150,98)
#7A8658
(122,134,88)
#6B764E
(107,118,78)
#5C6644
(92,102,68)
#4D563A
(77,86,58)
#3E4630
(62,70,48)
#2F3626
(47,54,38)
#20261C
(32,38,28)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #A7B676

#A7B676
(167,182,118)
#AFBC82
(175,188,130)
#B7C28E
(183,194,142)
#BFC89A
(191,200,154)
#C7CEA6
(199,206,166)
#CFD4B2
(207,212,178)
#D7DABE
(215,218,190)
#DFE0CA
(223,224,202)
#E7E6D6
(231,230,214)
#EFECE2
(239,236,226)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B676 color. Also use rgb(167,182,118) instead hex code.

Text Font Color

.myTextColor { color: #A7B676; }

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

This text font color is #A7B676.


Background Color

.myBgColor { background-color: #A7B676; }

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

This div background color is #A7B676.


Border color

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

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

This div border color is #A7B676.


Opacity

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

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

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

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

This text has shadow with #A7B676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B676 on black background.


Color preview on white background

This text has color #A7B676 on white background.



Black color preview on #A7B676 background

This text has black color on #A7B676 background.


White color preview on #A7B676 background

This text has white color on #A7B676 background.