COLOR #A7BC7F

HEX: #A7BC7F
RGB: (167,188,127)

Color info

#A7BC7F contains mainly red and green colors. Web safe color of #A7BC7F is #99CC66 (or #9C6).

RGB color model

#A7BC7F color RGB value is (167,188,127).

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

RGB channels and saturation

R 167 of 255 = 65%
G 188 of 255 = 74%
B 127 of 255 = 50%

167
188
127

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

Portions of RGB colors in percentages

R + G + B =
167 + 188 + 127 = 482 (100%)
R 167 of 482 ~ 34.65%
G 188 of 482 ~ 39%
B 127 of 482 ~ 26.35%

%34.65
%39
%26.35

CMYK color model

#A7BC7F color CMYK value is (11,0,32,26).

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 32.45%
  • key color value is 26.27%
CMYK:
(11,0,32,26)
C11M0Y32K26 
(11%,0%,32%,26%)
(0.11/0.00/0.32/0.26)	

CMYK percentages

%11.17
%0
%32.45
%26.27

Codes

Color #A7BC7F in popluar color models

A7BC7F
RGB167188127
HSL81°31.28%61.76%
HSB/HSV81°32.45%73.73%
CMYK11.17%0.00%32.45%
26.27%

Color #A7BC7F in popluar number systems.

HEXA7BC7F
Decimal167188127
Binary10100111101111001111111
Octal247274177

Shades and tints

Shades of #A7BC7F

#A7BC7F
(167,188,127)
#98AB74
(152,171,116)
#899A69
(137,154,105)
#7A895E
(122,137,94)
#6B7853
(107,120,83)
#5C6748
(92,103,72)
#4D563D
(77,86,61)
#3E4532
(62,69,50)
#2F3427
(47,52,39)
#20231C
(32,35,28)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #A7BC7F

#A7BC7F
(167,188,127)
#AFC28A
(175,194,138)
#B7C895
(183,200,149)
#BFCEA0
(191,206,160)
#C7D4AB
(199,212,171)
#CFDAB6
(207,218,182)
#D7E0C1
(215,224,193)
#DFE6CC
(223,230,204)
#E7ECD7
(231,236,215)
#EFF2E2
(239,242,226)
#F7F8ED
(247,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BC7F; }

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

This text font color is #A7BC7F.


Background Color

.myBgColor { background-color: #A7BC7F; }

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

This div background color is #A7BC7F.


Border color

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

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

This div border color is #A7BC7F.


Opacity

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

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

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

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

This text has shadow with #A7BC7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BC7F on black background.


Color preview on white background

This text has color #A7BC7F on white background.



Black color preview on #A7BC7F background

This text has black color on #A7BC7F background.


White color preview on #A7BC7F background

This text has white color on #A7BC7F background.