COLOR #A7BB84

HEX: #A7BB84 RGB: (167,187,132)

Color info

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

RGB color model

#A7BB84 color RGB value is (167,187,132).

RGB: (167,187,132) (65%, 73%, 52%)

RGB channels and saturation

R 167 of 255 = 65%
G 187 of 255 = 73%
B 132 of 255 = 52%

167
187
132

R + G + B ~ 63%. #A7BB84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 187 + 132 = 486 (100%)
R 167 of 486 ~ 34.36%
G 187 of 486 ~ 38.48%
B 132 of 486 ~ 27.16'%

%34.36
%38.48
%27.16

CMYK color model

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

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

CMYK: (11,0,29,27)
C11M0Y29K27 (11%, 0%, 29%, 27%)
(0.11 / 0.00 / 0.29 / 0.27)

CMYK percentages

%10.7
%0
%29.41
%26.67

Codes

Color #A7BB84 in popluar color models

A7 BB 84
RGB 167 187 132
HSL 82° 28.80% 62.55%
HSB/HSV 82° 29.41% 73.33%
CMYK 10.70% 0.00% 29.41%
26.67%

Color #A7BB84 in popluar number systems.

HEX A7 BB 84
Decimal 167 187 132
Binary 10100111 10111011 10000100
Octal 247 273 204

Shades and tints

Shades of #A7BB84

#A7BB84
(167,187,132)
#98AA78
(152,170,120)
#89996C
(137,153,108)
#7A8860
(122,136,96)
#6B7754
(107,119,84)
#5C6648
(92,102,72)
#4D553C
(77,85,60)
#3E4430
(62,68,48)
#2F3324
(47,51,36)
#202218
(32,34,24)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #A7BB84

#A7BB84
(167,187,132)
#AFC18F
(175,193,143)
#B7C79A
(183,199,154)
#BFCDA5
(191,205,165)
#C7D3B0
(199,211,176)
#CFD9BB
(207,217,187)
#D7DFC6
(215,223,198)
#DFE5D1
(223,229,209)
#E7EBDC
(231,235,220)
#EFF1E7
(239,241,231)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BB84; }

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

This text font color is #A7BB84.

Background Color

.myBgColor { background-color: #A7BB84; }

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

This div background color is #A7BB84.

Border color

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

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

This div border color is #A7BB84.

Opacity

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

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

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

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

This text has shadow with #A7BB84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7BB84.

Preview

Color preview on black background

This text has color #A7BB84 on black background.


Color preview on white background

This text has color #A7BB84 on white background.


Black color preview on #A7BB84 background

This text has black color on #A7BB84 background.


White color preview on #A7BB84 background

This text has white color on #A7BB84 background.


Related colors

Complementary color

Complementary color for #hex is #58447B.


I love getcolorcode.com

Triadic colors

1 #84A7BB and #BB84A7 with #A7BB84 are triadic colors.

2 #84BBA7 and #BBA784 with #A7BB84 are triadic colors.