COLOR #A7BC8A

HEX: #A7BC8A
RGB: (167,188,138)

Color info

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

RGB color model

#A7BC8A color RGB value is (167,188,138).

  • red value is 167;
  • green value is 188;
  • blue value is 138.
RGB:
(167,188,138)
(65%,74%,54%)

RGB channels and saturation

R 167 of 255 = 65%
G 188 of 255 = 74%
B 138 of 255 = 54%

167
188
138

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

Portions of RGB colors in percentages

R + G + B =
167 + 188 + 138 = 493 (100%)
R 167 of 493 ~ 33.87%
G 188 of 493 ~ 38.13%
B 138 of 493 ~ 27.99%

%33.87
%38.13
%27.99

CMYK color model

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

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 26.60%
  • key color value is 26.27%
CMYK:
(11,0,27,26)
C11M0Y27K26 
(11%,0%,27%,26%)
(0.11/0.00/0.27/0.26)	

CMYK percentages

%11.17
%0
%26.6
%26.27

Codes

Color #A7BC8A in popluar color models

A7BC8A
RGB167188138
HSL85°27.17%63.92%
HSB/HSV85°26.60%73.73%
CMYK11.17%0.00%26.60%
26.27%

Color #A7BC8A in popluar number systems.

HEXA7BC8A
Decimal167188138
Binary101001111011110010001010
Octal247274212

Shades and tints

Shades of #A7BC8A

#A7BC8A
(167,188,138)
#98AB7E
(152,171,126)
#899A72
(137,154,114)
#7A8966
(122,137,102)
#6B785A
(107,120,90)
#5C674E
(92,103,78)
#4D5642
(77,86,66)
#3E4536
(62,69,54)
#2F342A
(47,52,42)
#20231E
(32,35,30)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #A7BC8A

#A7BC8A
(167,188,138)
#AFC294
(175,194,148)
#B7C89E
(183,200,158)
#BFCEA8
(191,206,168)
#C7D4B2
(199,212,178)
#CFDABC
(207,218,188)
#D7E0C6
(215,224,198)
#DFE6D0
(223,230,208)
#E7ECDA
(231,236,218)
#EFF2E4
(239,242,228)
#F7F8EE
(247,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BC8A color. Also use rgb(167,188,138) instead hex code.

Text Font Color

.myTextColor { color: #A7BC8A; }

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

This text font color is #A7BC8A.


Background Color

.myBgColor { background-color: #A7BC8A; }

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

This div background color is #A7BC8A.


Border color

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

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

This div border color is #A7BC8A.


Opacity

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

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

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

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

This text has shadow with #A7BC8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BC8A on black background.


Color preview on white background

This text has color #A7BC8A on white background.



Black color preview on #A7BC8A background

This text has black color on #A7BC8A background.


White color preview on #A7BC8A background

This text has white color on #A7BC8A background.