COLOR #A7B482

HEX: #A7B482
RGB: (167,180,130)

Color info

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

RGB color model

#A7B482 color RGB value is (167,180,130).

  • red value is 167;
  • green value is 180;
  • blue value is 130.
RGB:
(167,180,130)
(65%,71%,51%)

RGB channels and saturation

R 167 of 255 = 65%
G 180 of 255 = 71%
B 130 of 255 = 51%

167
180
130

R + G + B ~ 62%. #A7B482 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 180 + 130 = 477 (100%)
R 167 of 477 ~ 35.01%
G 180 of 477 ~ 37.74%
B 130 of 477 ~ 27.25%

%35.01
%37.74
%27.25

CMYK color model

#A7B482 color CMYK value is (7,0,28,29).

  • cyan value is 7.22%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 29.41%
CMYK:
(7,0,28,29)
C7M0Y28K29 
(7%,0%,28%,29%)
(0.07/0.00/0.28/0.29)	

CMYK percentages

%7.22
%0
%27.78
%29.41

Codes

Color #A7B482 in popluar color models

A7B482
RGB167180130
HSL76°25.00%60.78%
HSB/HSV76°27.78%70.59%
CMYK7.22%0.00%27.78%
29.41%

Color #A7B482 in popluar number systems.

HEXA7B482
Decimal167180130
Binary101001111011010010000010
Octal247264202

Shades and tints

Shades of #A7B482

#A7B482
(167,180,130)
#98A477
(152,164,119)
#89946C
(137,148,108)
#7A8461
(122,132,97)
#6B7456
(107,116,86)
#5C644B
(92,100,75)
#4D5440
(77,84,64)
#3E4435
(62,68,53)
#2F342A
(47,52,42)
#20241F
(32,36,31)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #A7B482

#A7B482
(167,180,130)
#AFBA8D
(175,186,141)
#B7C098
(183,192,152)
#BFC6A3
(191,198,163)
#C7CCAE
(199,204,174)
#CFD2B9
(207,210,185)
#D7D8C4
(215,216,196)
#DFDECF
(223,222,207)
#E7E4DA
(231,228,218)
#EFEAE5
(239,234,229)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B482 color. Also use rgb(167,180,130) instead hex code.

Text Font Color

.myTextColor { color: #A7B482; }

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

This text font color is #A7B482.


Background Color

.myBgColor { background-color: #A7B482; }

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

This div background color is #A7B482.


Border color

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

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

This div border color is #A7B482.


Opacity

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

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

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

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

This text has shadow with #A7B482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B482 on black background.


Color preview on white background

This text has color #A7B482 on white background.



Black color preview on #A7B482 background

This text has black color on #A7B482 background.


White color preview on #A7B482 background

This text has white color on #A7B482 background.