COLOR #A7BD87

HEX: #A7BD87
RGB: (167,189,135)

Color info

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

RGB color model

#A7BD87 color RGB value is (167,189,135).

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

RGB channels and saturation

R 167 of 255 = 65%
G 189 of 255 = 74%
B 135 of 255 = 53%

167
189
135

R + G + B ~ 64%. #A7BD87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 189 + 135 = 491 (100%)
R 167 of 491 ~ 34.01%
G 189 of 491 ~ 38.49%
B 135 of 491 ~ 27.49%

%34.01
%38.49
%27.49

CMYK color model

#A7BD87 color CMYK value is (12,0,29,26).

  • cyan value is 11.64%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 25.88%
CMYK:
(12,0,29,26)
C12M0Y29K26 
(12%,0%,29%,26%)
(0.12/0.00/0.29/0.26)	

CMYK percentages

%11.64
%0
%28.57
%25.88

Codes

Color #A7BD87 in popluar color models

A7BD87
RGB167189135
HSL84°29.03%63.53%
HSB/HSV84°28.57%74.12%
CMYK11.64%0.00%28.57%
25.88%

Color #A7BD87 in popluar number systems.

HEXA7BD87
Decimal167189135
Binary101001111011110110000111
Octal247275207

Shades and tints

Shades of #A7BD87

#A7BD87
(167,189,135)
#98AC7B
(152,172,123)
#899B6F
(137,155,111)
#7A8A63
(122,138,99)
#6B7957
(107,121,87)
#5C684B
(92,104,75)
#4D573F
(77,87,63)
#3E4633
(62,70,51)
#2F3527
(47,53,39)
#20241B
(32,36,27)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #A7BD87

#A7BD87
(167,189,135)
#AFC391
(175,195,145)
#B7C99B
(183,201,155)
#BFCFA5
(191,207,165)
#C7D5AF
(199,213,175)
#CFDBB9
(207,219,185)
#D7E1C3
(215,225,195)
#DFE7CD
(223,231,205)
#E7EDD7
(231,237,215)
#EFF3E1
(239,243,225)
#F7F9EB
(247,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BD87; }

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

This text font color is #A7BD87.


Background Color

.myBgColor { background-color: #A7BD87; }

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

This div background color is #A7BD87.


Border color

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

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

This div border color is #A7BD87.


Opacity

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

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

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

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

This text has shadow with #A7BD87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BD87 on black background.


Color preview on white background

This text has color #A7BD87 on white background.



Black color preview on #A7BD87 background

This text has black color on #A7BD87 background.


White color preview on #A7BD87 background

This text has white color on #A7BD87 background.