COLOR #A7BA84

HEX: #A7BA84
RGB: (167,186,132)

Color info

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

RGB color model

#A7BA84 color RGB value is (167,186,132).

  • red value is 167;
  • green value is 186;
  • blue value is 132.
RGB:
(167,186,132)
(65%,73%,52%)

RGB channels and saturation

R 167 of 255 = 65%
G 186 of 255 = 73%
B 132 of 255 = 52%

167
186
132

R + G + B ~ 63%. #A7BA84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 186 + 132 = 485 (100%)
R 167 of 485 ~ 34.43%
G 186 of 485 ~ 38.35%
B 132 of 485 ~ 27.22%

%34.43
%38.35
%27.22

CMYK color model

#A7BA84 color CMYK value is (10,0,29,27).

  • cyan value is 10.22%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 27.06%
CMYK:
(10,0,29,27)
C10M0Y29K27 
(10%,0%,29%,27%)
(0.10/0.00/0.29/0.27)	

CMYK percentages

%10.22
%0
%29.03
%27.06

Codes

Color #A7BA84 in popluar color models

A7BA84
RGB167186132
HSL81°28.13%62.35%
HSB/HSV81°29.03%72.94%
CMYK10.22%0.00%29.03%
27.06%

Color #A7BA84 in popluar number systems.

HEXA7BA84
Decimal167186132
Binary101001111011101010000100
Octal247272204

Shades and tints

Shades of #A7BA84

#A7BA84
(167,186,132)
#98AA78
(152,170,120)
#899A6C
(137,154,108)
#7A8A60
(122,138,96)
#6B7A54
(107,122,84)
#5C6A48
(92,106,72)
#4D5A3C
(77,90,60)
#3E4A30
(62,74,48)
#2F3A24
(47,58,36)
#202A18
(32,42,24)
#111A0C
(17,26,12)
#000000
(0,0,0)

Tints of #A7BA84

#A7BA84
(167,186,132)
#AFC08F
(175,192,143)
#B7C69A
(183,198,154)
#BFCCA5
(191,204,165)
#C7D2B0
(199,210,176)
#CFD8BB
(207,216,187)
#D7DEC6
(215,222,198)
#DFE4D1
(223,228,209)
#E7EADC
(231,234,220)
#EFF0E7
(239,240,231)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BA84 color. Also use rgb(167,186,132) instead hex code.

Text Font Color

.myTextColor { color: #A7BA84; }

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

This text font color is #A7BA84.


Background Color

.myBgColor { background-color: #A7BA84; }

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

This div background color is #A7BA84.


Border color

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

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

This div border color is #A7BA84.


Opacity

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

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

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

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

This text has shadow with #A7BA84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BA84 on black background.


Color preview on white background

This text has color #A7BA84 on white background.



Black color preview on #A7BA84 background

This text has black color on #A7BA84 background.


White color preview on #A7BA84 background

This text has white color on #A7BA84 background.