COLOR #A9BC87

HEX: #A9BC87 RGB: (169,188,135)

Color info

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

RGB color model

#A9BC87 color RGB value is (169,188,135).

RGB: (169,188,135) (66%, 74%, 53%)

RGB channels and saturation

R 169 of 255 = 66%
G 188 of 255 = 74%
B 135 of 255 = 53%

169
188
135

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

Portions of RGB colors in percentages

R + G + B = 169 + 188 + 135 = 492 (100%)
R 169 of 492 ~ 34.35%
G 188 of 492 ~ 38.21%
B 135 of 492 ~ 27.44'%

%34.35
%38.21
%27.44

CMYK color model

#A9BC87 color CMYK value is (10,0,28,26).

  • cyan value is 10.11%
  • magenta value is 0.00%
  • yellow value is 28.19%
  • key color value is 26.27%

CMYK: (10,0,28,26)
C10M0Y28K26 (10%, 0%, 28%, 26%)
(0.10 / 0.00 / 0.28 / 0.26)

CMYK percentages

%10.11
%0
%28.19
%26.27

Codes

Color #A9BC87 in popluar color models

A9 BC 87
RGB 169 188 135
HSL 82° 28.34% 63.33%
HSB/HSV 82° 28.19% 73.73%
CMYK 10.11% 0.00% 28.19%
26.27%

Color #A9BC87 in popluar number systems.

HEX A9 BC 87
Decimal 169 188 135
Binary 10101001 10111100 10000111
Octal 251 274 207

Shades and tints

Shades of #A9BC87

#A9BC87
(169,188,135)
#9AAB7B
(154,171,123)
#8B9A6F
(139,154,111)
#7C8963
(124,137,99)
#6D7857
(109,120,87)
#5E674B
(94,103,75)
#4F563F
(79,86,63)
#404533
(64,69,51)
#313427
(49,52,39)
#22231B
(34,35,27)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #A9BC87

#A9BC87
(169,188,135)
#B0C291
(176,194,145)
#B7C89B
(183,200,155)
#BECEA5
(190,206,165)
#C5D4AF
(197,212,175)
#CCDAB9
(204,218,185)
#D3E0C3
(211,224,195)
#DAE6CD
(218,230,205)
#E1ECD7
(225,236,215)
#E8F2E1
(232,242,225)
#EFF8EB
(239,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BC87 color. Also use rgb(169,188,135) instead hex code.

Text Font Color

.myTextColor { color: #A9BC87; }

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

This text font color is #A9BC87.

Background Color

.myBgColor { background-color: #A9BC87; }

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

This div background color is #A9BC87.

Border color

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

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

This div border color is #A9BC87.

Opacity

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

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

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

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

This text has shadow with #A9BC87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BC87.

Preview

Color preview on black background

This text has color #A9BC87 on black background.


Color preview on white background

This text has color #A9BC87 on white background.


Black color preview on #A9BC87 background

This text has black color on #A9BC87 background.


White color preview on #A9BC87 background

This text has white color on #A9BC87 background.


Related colors

Complementary color

Complementary color for #hex is #564378.


I love getcolorcode.com

Triadic colors

1 #87A9BC and #BC87A9 with #A9BC87 are triadic colors.

2 #87BCA9 and #BCA987 with #A9BC87 are triadic colors.