COLOR #A7BA92

HEX: #A7BA92
RGB: (167,186,146)

Color info

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

RGB color model

#A7BA92 color RGB value is (167,186,146).

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

RGB channels and saturation

R 167 of 255 = 65%
G 186 of 255 = 73%
B 146 of 255 = 57%

167
186
146

R + G + B ~ 65%. #A7BA92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 186 + 146 = 499 (100%)
R 167 of 499 ~ 33.47%
G 186 of 499 ~ 37.27%
B 146 of 499 ~ 29.26%

%33.47
%37.27
%29.26

CMYK color model

#A7BA92 color CMYK value is (10,0,22,27).

  • cyan value is 10.22%
  • magenta value is 0.00%
  • yellow value is 21.51%
  • key color value is 27.06%
CMYK:
(10,0,22,27)
C10M0Y22K27 
(10%,0%,22%,27%)
(0.10/0.00/0.22/0.27)	

CMYK percentages

%10.22
%0
%21.51
%27.06

Codes

Color #A7BA92 in popluar color models

A7BA92
RGB167186146
HSL89°22.47%65.10%
HSB/HSV89°21.51%72.94%
CMYK10.22%0.00%21.51%
27.06%

Color #A7BA92 in popluar number systems.

HEXA7BA92
Decimal167186146
Binary101001111011101010010010
Octal247272222

Shades and tints

Shades of #A7BA92

#A7BA92
(167,186,146)
#98AA85
(152,170,133)
#899A78
(137,154,120)
#7A8A6B
(122,138,107)
#6B7A5E
(107,122,94)
#5C6A51
(92,106,81)
#4D5A44
(77,90,68)
#3E4A37
(62,74,55)
#2F3A2A
(47,58,42)
#202A1D
(32,42,29)
#111A10
(17,26,16)
#000000
(0,0,0)

Tints of #A7BA92

#A7BA92
(167,186,146)
#AFC09B
(175,192,155)
#B7C6A4
(183,198,164)
#BFCCAD
(191,204,173)
#C7D2B6
(199,210,182)
#CFD8BF
(207,216,191)
#D7DEC8
(215,222,200)
#DFE4D1
(223,228,209)
#E7EADA
(231,234,218)
#EFF0E3
(239,240,227)
#F7F6EC
(247,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BA92; }

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

This text font color is #A7BA92.


Background Color

.myBgColor { background-color: #A7BA92; }

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

This div background color is #A7BA92.


Border color

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

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

This div border color is #A7BA92.


Opacity

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

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

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

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

This text has shadow with #A7BA92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BA92 on black background.


Color preview on white background

This text has color #A7BA92 on white background.



Black color preview on #A7BA92 background

This text has black color on #A7BA92 background.


White color preview on #A7BA92 background

This text has white color on #A7BA92 background.