COLOR #A7B88B

HEX: #A7B88B RGB: (167,184,139)

Color info

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

RGB color model

#A7B88B color RGB value is (167,184,139).

RGB: (167,184,139) (65%, 72%, 55%)

RGB channels and saturation

R 167 of 255 = 65%
G 184 of 255 = 72%
B 139 of 255 = 55%

167
184
139

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

Portions of RGB colors in percentages

R + G + B = 167 + 184 + 139 = 490 (100%)
R 167 of 490 ~ 34.08%
G 184 of 490 ~ 37.55%
B 139 of 490 ~ 28.37'%

%34.08
%37.55
%28.37

CMYK color model

#A7B88B color CMYK value is (9,0,24,28).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 24.46%
  • key color value is 27.84%

CMYK: (9,0,24,28)
C9M0Y24K28 (9%, 0%, 24%, 28%)
(0.09 / 0.00 / 0.24 / 0.28)

CMYK percentages

%9.24
%0
%24.46
%27.84

Codes

Color #A7B88B in popluar color models

A7 B8 8B
RGB 167 184 139
HSL 83° 24.06% 63.33%
HSB/HSV 83° 24.46% 72.16%
CMYK 9.24% 0.00% 24.46%
27.84%

Color #A7B88B in popluar number systems.

HEX A7 B8 8B
Decimal 167 184 139
Binary 10100111 10111000 10001011
Octal 247 270 213

Shades and tints

Shades of #A7B88B

#A7B88B
(167,184,139)
#98A87F
(152,168,127)
#899873
(137,152,115)
#7A8867
(122,136,103)
#6B785B
(107,120,91)
#5C684F
(92,104,79)
#4D5843
(77,88,67)
#3E4837
(62,72,55)
#2F382B
(47,56,43)
#20281F
(32,40,31)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #A7B88B

#A7B88B
(167,184,139)
#AFBE95
(175,190,149)
#B7C49F
(183,196,159)
#BFCAA9
(191,202,169)
#C7D0B3
(199,208,179)
#CFD6BD
(207,214,189)
#D7DCC7
(215,220,199)
#DFE2D1
(223,226,209)
#E7E8DB
(231,232,219)
#EFEEE5
(239,238,229)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B88B color. Also use rgb(167,184,139) instead hex code.

Text Font Color

.myTextColor { color: #A7B88B; }

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

This text font color is #A7B88B.

Background Color

.myBgColor { background-color: #A7B88B; }

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

This div background color is #A7B88B.

Border color

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

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

This div border color is #A7B88B.

Opacity

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

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

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

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

This text has shadow with #A7B88B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B88B.

Preview

Color preview on black background

This text has color #A7B88B on black background.


Color preview on white background

This text has color #A7B88B on white background.


Black color preview on #A7B88B background

This text has black color on #A7B88B background.


White color preview on #A7B88B background

This text has white color on #A7B88B background.


Related colors

Complementary color

Complementary color for #hex is #584774.


I love getcolorcode.com

Triadic colors

1 #8BA7B8 and #B88BA7 with #A7B88B are triadic colors.

2 #8BB8A7 and #B8A78B with #A7B88B are triadic colors.