COLOR #A7BD7F

HEX: #A7BD7F
RGB: (167,189,127)

Color info

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

RGB color model

#A7BD7F color RGB value is (167,189,127).

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

RGB channels and saturation

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

167
189
127

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

Portions of RGB colors in percentages

R + G + B =
167 + 189 + 127 = 483 (100%)
R 167 of 483 ~ 34.58%
G 189 of 483 ~ 39.13%
B 127 of 483 ~ 26.29%

%34.58
%39.13
%26.29

CMYK color model

#A7BD7F color CMYK value is (12,0,33,26).

  • cyan value is 11.64%
  • magenta value is 0.00%
  • yellow value is 32.80%
  • key color value is 25.88%
CMYK:
(12,0,33,26)
C12M0Y33K26 
(12%,0%,33%,26%)
(0.12/0.00/0.33/0.26)	

CMYK percentages

%11.64
%0
%32.8
%25.88

Codes

Color #A7BD7F in popluar color models

A7BD7F
RGB167189127
HSL81°31.96%61.96%
HSB/HSV81°32.80%74.12%
CMYK11.64%0.00%32.80%
25.88%

Color #A7BD7F in popluar number systems.

HEXA7BD7F
Decimal167189127
Binary10100111101111011111111
Octal247275177

Shades and tints

Shades of #A7BD7F

#A7BD7F
(167,189,127)
#98AC74
(152,172,116)
#899B69
(137,155,105)
#7A8A5E
(122,138,94)
#6B7953
(107,121,83)
#5C6848
(92,104,72)
#4D573D
(77,87,61)
#3E4632
(62,70,50)
#2F3527
(47,53,39)
#20241C
(32,36,28)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #A7BD7F

#A7BD7F
(167,189,127)
#AFC38A
(175,195,138)
#B7C995
(183,201,149)
#BFCFA0
(191,207,160)
#C7D5AB
(199,213,171)
#CFDBB6
(207,219,182)
#D7E1C1
(215,225,193)
#DFE7CC
(223,231,204)
#E7EDD7
(231,237,215)
#EFF3E2
(239,243,226)
#F7F9ED
(247,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BD7F; }

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

This text font color is #A7BD7F.


Background Color

.myBgColor { background-color: #A7BD7F; }

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

This div background color is #A7BD7F.


Border color

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

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

This div border color is #A7BD7F.


Opacity

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

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

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

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

This text has shadow with #A7BD7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BD7F on black background.


Color preview on white background

This text has color #A7BD7F on white background.



Black color preview on #A7BD7F background

This text has black color on #A7BD7F background.


White color preview on #A7BD7F background

This text has white color on #A7BD7F background.