COLOR #A7B987

HEX: #A7B987 RGB: (167,185,135)

Color info

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

RGB color model

#A7B987 color RGB value is (167,185,135).

RGB: (167,185,135) (65%, 73%, 53%)

RGB channels and saturation

R 167 of 255 = 65%
G 185 of 255 = 73%
B 135 of 255 = 53%

167
185
135

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

Portions of RGB colors in percentages

R + G + B = 167 + 185 + 135 = 487 (100%)
R 167 of 487 ~ 34.29%
G 185 of 487 ~ 37.99%
B 135 of 487 ~ 27.72'%

%34.29
%37.99
%27.72

CMYK color model

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

  • cyan value is 9.73%
  • magenta value is 0.00%
  • yellow value is 27.03%
  • key color value is 27.45%
CMYK: (10,0,27,27) C10M0Y27K27 (10%,0%,27%,27%) (0.10/0.00/0.27/0.27) 

CMYK percentages

%9.73
%0
%27.03
%27.45

Codes

Color #A7B987 in popluar color models

A7 B9 87
RGB 167 185 135
HSL 82° 26.32% 62.75%
HSB/HSV 82° 27.03% 72.55%
CMYK 9.73% 0.00% 27.03%
27.45%

Color #A7B987 in popluar number systems.

HEX A7 B9 87
Decimal 167 185 135
Binary 10100111 10111001 10000111
Octal 247 271 207

Shades and tints

Shades of #A7B987

#A7B987
(167,185,135)
#98A97B
(152,169,123)
#89996F
(137,153,111)
#7A8963
(122,137,99)
#6B7957
(107,121,87)
#5C694B
(92,105,75)
#4D593F
(77,89,63)
#3E4933
(62,73,51)
#2F3927
(47,57,39)
#20291B
(32,41,27)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #A7B987

#A7B987
(167,185,135)
#AFBF91
(175,191,145)
#B7C59B
(183,197,155)
#BFCBA5
(191,203,165)
#C7D1AF
(199,209,175)
#CFD7B9
(207,215,185)
#D7DDC3
(215,221,195)
#DFE3CD
(223,227,205)
#E7E9D7
(231,233,215)
#EFEFE1
(239,239,225)
#F7F5EB
(247,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B987; }

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

This text font color is #A7B987.

Background Color

.myBgColor { background-color: #A7B987; }

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

This div background color is #A7B987.

Border color

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

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

This div border color is #A7B987.

Opacity

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

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

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

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

This text has shadow with #A7B987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B987.

Preview

Color preview on black background

This text has color #A7B987 on black background.


Color preview on white background

This text has color #A7B987 on white background.


Black color preview on #A7B987 background

This text has black color on #A7B987 background.


White color preview on #A7B987 background

This text has white color on #A7B987 background.


Related colors

Complementary color

Complementary color for #hex is #584678.


I love getcolorcode.com

Triadic colors

1 #87A7B9 and #B987A7 with #A7B987 are triadic colors.

2 #87B9A7 and #B9A787 with #A7B987 are triadic colors.