COLOR #A7BB89

HEX: #A7BB89 RGB: (167,187,137)

Color info

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

RGB color model

#A7BB89 color RGB value is (167,187,137).

RGB: (167,187,137) (65%, 73%, 54%)

RGB channels and saturation

R 167 of 255 = 65%
G 187 of 255 = 73%
B 137 of 255 = 54%

167
187
137

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

Portions of RGB colors in percentages

R + G + B = 167 + 187 + 137 = 491 (100%)
R 167 of 491 ~ 34.01%
G 187 of 491 ~ 38.09%
B 137 of 491 ~ 27.9'%

%34.01
%38.09
%27.9

CMYK color model

#A7BB89 color CMYK value is (11,0,27,27).

  • cyan value is 10.70%
  • magenta value is 0.00%
  • yellow value is 26.74%
  • key color value is 26.67%

CMYK: (11,0,27,27)
C11M0Y27K27 (11%, 0%, 27%, 27%)
(0.11 / 0.00 / 0.27 / 0.27)

CMYK percentages

%10.7
%0
%26.74
%26.67

Codes

Color #A7BB89 in popluar color models

A7 BB 89
RGB 167 187 137
HSL 84° 26.88% 63.53%
HSB/HSV 84° 26.74% 73.33%
CMYK 10.70% 0.00% 26.74%
26.67%

Color #A7BB89 in popluar number systems.

HEX A7 BB 89
Decimal 167 187 137
Binary 10100111 10111011 10001001
Octal 247 273 211

Shades and tints

Shades of #A7BB89

#A7BB89
(167,187,137)
#98AA7D
(152,170,125)
#899971
(137,153,113)
#7A8865
(122,136,101)
#6B7759
(107,119,89)
#5C664D
(92,102,77)
#4D5541
(77,85,65)
#3E4435
(62,68,53)
#2F3329
(47,51,41)
#20221D
(32,34,29)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #A7BB89

#A7BB89
(167,187,137)
#AFC193
(175,193,147)
#B7C79D
(183,199,157)
#BFCDA7
(191,205,167)
#C7D3B1
(199,211,177)
#CFD9BB
(207,217,187)
#D7DFC5
(215,223,197)
#DFE5CF
(223,229,207)
#E7EBD9
(231,235,217)
#EFF1E3
(239,241,227)
#F7F7ED
(247,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BB89 color. Also use rgb(167,187,137) instead hex code.

Text Font Color

.myTextColor { color: #A7BB89; }

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

This text font color is #A7BB89.

Background Color

.myBgColor { background-color: #A7BB89; }

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

This div background color is #A7BB89.

Border color

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

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

This div border color is #A7BB89.

Opacity

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

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

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

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

This text has shadow with #A7BB89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7BB89.

Preview

Color preview on black background

This text has color #A7BB89 on black background.


Color preview on white background

This text has color #A7BB89 on white background.


Black color preview on #A7BB89 background

This text has black color on #A7BB89 background.


White color preview on #A7BB89 background

This text has white color on #A7BB89 background.


Related colors

Complementary color

Complementary color for #hex is #584476.


I love getcolorcode.com

Triadic colors

1 #89A7BB and #BB89A7 with #A7BB89 are triadic colors.

2 #89BBA7 and #BBA789 with #A7BB89 are triadic colors.