COLOR #A7BC8D

HEX: #A7BC8D
RGB: (167,188,141)

Color info

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

RGB color model

#A7BC8D color RGB value is (167,188,141).

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

RGB channels and saturation

R 167 of 255 = 65%
G 188 of 255 = 74%
B 141 of 255 = 55%

167
188
141

R + G + B ~ 65%. #A7BC8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 188 + 141 = 496 (100%)
R 167 of 496 ~ 33.67%
G 188 of 496 ~ 37.9%
B 141 of 496 ~ 28.43%

%33.67
%37.9
%28.43

CMYK color model

#A7BC8D color CMYK value is (11,0,25,26).

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 26.27%
CMYK:
(11,0,25,26)
C11M0Y25K26 
(11%,0%,25%,26%)
(0.11/0.00/0.25/0.26)	

CMYK percentages

%11.17
%0
%25
%26.27

Codes

Color #A7BC8D in popluar color models

A7BC8D
RGB167188141
HSL87°25.97%64.51%
HSB/HSV87°25.00%73.73%
CMYK11.17%0.00%25.00%
26.27%

Color #A7BC8D in popluar number systems.

HEXA7BC8D
Decimal167188141
Binary101001111011110010001101
Octal247274215

Shades and tints

Shades of #A7BC8D

#A7BC8D
(167,188,141)
#98AB81
(152,171,129)
#899A75
(137,154,117)
#7A8969
(122,137,105)
#6B785D
(107,120,93)
#5C6751
(92,103,81)
#4D5645
(77,86,69)
#3E4539
(62,69,57)
#2F342D
(47,52,45)
#202321
(32,35,33)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #A7BC8D

#A7BC8D
(167,188,141)
#AFC297
(175,194,151)
#B7C8A1
(183,200,161)
#BFCEAB
(191,206,171)
#C7D4B5
(199,212,181)
#CFDABF
(207,218,191)
#D7E0C9
(215,224,201)
#DFE6D3
(223,230,211)
#E7ECDD
(231,236,221)
#EFF2E7
(239,242,231)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BC8D; }

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

This text font color is #A7BC8D.


Background Color

.myBgColor { background-color: #A7BC8D; }

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

This div background color is #A7BC8D.


Border color

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

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

This div border color is #A7BC8D.


Opacity

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

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

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

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

This text has shadow with #A7BC8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BC8D on black background.


Color preview on white background

This text has color #A7BC8D on white background.



Black color preview on #A7BC8D background

This text has black color on #A7BC8D background.


White color preview on #A7BC8D background

This text has white color on #A7BC8D background.