COLOR #A7BF91

HEX: #A7BF91
RGB: (167,191,145)

Color info

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

RGB color model

#A7BF91 color RGB value is (167,191,145).

  • red value is 167;
  • green value is 191;
  • blue value is 145.
RGB:
(167,191,145)
(65%,75%,57%)

RGB channels and saturation

R 167 of 255 = 65%
G 191 of 255 = 75%
B 145 of 255 = 57%

167
191
145

R + G + B ~ 66%. #A7BF91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 191 + 145 = 503 (100%)
R 167 of 503 ~ 33.2%
G 191 of 503 ~ 37.97%
B 145 of 503 ~ 28.83%

%33.2
%37.97
%28.83

CMYK color model

#A7BF91 color CMYK value is (13,0,24,25).

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 24.08%
  • key color value is 25.10%
CMYK:
(13,0,24,25)
C13M0Y24K25 
(13%,0%,24%,25%)
(0.13/0.00/0.24/0.25)	

CMYK percentages

%12.57
%0
%24.08
%25.1

Codes

Color #A7BF91 in popluar color models

A7BF91
RGB167191145
HSL91°26.44%65.88%
HSB/HSV91°24.08%74.90%
CMYK12.57%0.00%24.08%
25.10%

Color #A7BF91 in popluar number systems.

HEXA7BF91
Decimal167191145
Binary101001111011111110010001
Octal247277221

Shades and tints

Shades of #A7BF91

#A7BF91
(167,191,145)
#98AE84
(152,174,132)
#899D77
(137,157,119)
#7A8C6A
(122,140,106)
#6B7B5D
(107,123,93)
#5C6A50
(92,106,80)
#4D5943
(77,89,67)
#3E4836
(62,72,54)
#2F3729
(47,55,41)
#20261C
(32,38,28)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #A7BF91

#A7BF91
(167,191,145)
#AFC49B
(175,196,155)
#B7C9A5
(183,201,165)
#BFCEAF
(191,206,175)
#C7D3B9
(199,211,185)
#CFD8C3
(207,216,195)
#D7DDCD
(215,221,205)
#DFE2D7
(223,226,215)
#E7E7E1
(231,231,225)
#EFECEB
(239,236,235)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BF91 color. Also use rgb(167,191,145) instead hex code.

Text Font Color

.myTextColor { color: #A7BF91; }

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

This text font color is #A7BF91.


Background Color

.myBgColor { background-color: #A7BF91; }

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

This div background color is #A7BF91.


Border color

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

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

This div border color is #A7BF91.


Opacity

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

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

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

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

This text has shadow with #A7BF91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BF91 on black background.


Color preview on white background

This text has color #A7BF91 on white background.



Black color preview on #A7BF91 background

This text has black color on #A7BF91 background.


White color preview on #A7BF91 background

This text has white color on #A7BF91 background.