COLOR #A7BD92

HEX: #A7BD92
RGB: (167,189,146)

Color info

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

RGB color model

#A7BD92 color RGB value is (167,189,146).

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

RGB channels and saturation

R 167 of 255 = 65%
G 189 of 255 = 74%
B 146 of 255 = 57%

167
189
146

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

Portions of RGB colors in percentages

R + G + B =
167 + 189 + 146 = 502 (100%)
R 167 of 502 ~ 33.27%
G 189 of 502 ~ 37.65%
B 146 of 502 ~ 29.08%

%33.27
%37.65
%29.08

CMYK color model

#A7BD92 color CMYK value is (12,0,23,26).

  • cyan value is 11.64%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 25.88%
CMYK:
(12,0,23,26)
C12M0Y23K26 
(12%,0%,23%,26%)
(0.12/0.00/0.23/0.26)	

CMYK percentages

%11.64
%0
%22.75
%25.88

Codes

Color #A7BD92 in popluar color models

A7BD92
RGB167189146
HSL91°24.57%65.69%
HSB/HSV91°22.75%74.12%
CMYK11.64%0.00%22.75%
25.88%

Color #A7BD92 in popluar number systems.

HEXA7BD92
Decimal167189146
Binary101001111011110110010010
Octal247275222

Shades and tints

Shades of #A7BD92

#A7BD92
(167,189,146)
#98AC85
(152,172,133)
#899B78
(137,155,120)
#7A8A6B
(122,138,107)
#6B795E
(107,121,94)
#5C6851
(92,104,81)
#4D5744
(77,87,68)
#3E4637
(62,70,55)
#2F352A
(47,53,42)
#20241D
(32,36,29)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #A7BD92

#A7BD92
(167,189,146)
#AFC39B
(175,195,155)
#B7C9A4
(183,201,164)
#BFCFAD
(191,207,173)
#C7D5B6
(199,213,182)
#CFDBBF
(207,219,191)
#D7E1C8
(215,225,200)
#DFE7D1
(223,231,209)
#E7EDDA
(231,237,218)
#EFF3E3
(239,243,227)
#F7F9EC
(247,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BD92; }

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

This text font color is #A7BD92.


Background Color

.myBgColor { background-color: #A7BD92; }

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

This div background color is #A7BD92.


Border color

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

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

This div border color is #A7BD92.


Opacity

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

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

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

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

This text has shadow with #A7BD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BD92 on black background.


Color preview on white background

This text has color #A7BD92 on white background.



Black color preview on #A7BD92 background

This text has black color on #A7BD92 background.


White color preview on #A7BD92 background

This text has white color on #A7BD92 background.