COLOR #A7BD7B

HEX: #A7BD7B
RGB: (167,189,123)

Color info

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

RGB color model

#A7BD7B color RGB value is (167,189,123).

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

RGB channels and saturation

R 167 of 255 = 65%
G 189 of 255 = 74%
B 123 of 255 = 48%

167
189
123

R + G + B ~ 62%. #A7BD7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 189 + 123 = 479 (100%)
R 167 of 479 ~ 34.86%
G 189 of 479 ~ 39.46%
B 123 of 479 ~ 25.68%

%34.86
%39.46
%25.68

CMYK color model

#A7BD7B color CMYK value is (12,0,35,26).

  • cyan value is 11.64%
  • magenta value is 0.00%
  • yellow value is 34.92%
  • key color value is 25.88%
CMYK:
(12,0,35,26)
C12M0Y35K26 
(12%,0%,35%,26%)
(0.12/0.00/0.35/0.26)	

CMYK percentages

%11.64
%0
%34.92
%25.88

Codes

Color #A7BD7B in popluar color models

A7BD7B
RGB167189123
HSL80°33.33%61.18%
HSB/HSV80°34.92%74.12%
CMYK11.64%0.00%34.92%
25.88%

Color #A7BD7B in popluar number systems.

HEXA7BD7B
Decimal167189123
Binary10100111101111011111011
Octal247275173

Shades and tints

Shades of #A7BD7B

#A7BD7B
(167,189,123)
#98AC70
(152,172,112)
#899B65
(137,155,101)
#7A8A5A
(122,138,90)
#6B794F
(107,121,79)
#5C6844
(92,104,68)
#4D5739
(77,87,57)
#3E462E
(62,70,46)
#2F3523
(47,53,35)
#202418
(32,36,24)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #A7BD7B

#A7BD7B
(167,189,123)
#AFC387
(175,195,135)
#B7C993
(183,201,147)
#BFCF9F
(191,207,159)
#C7D5AB
(199,213,171)
#CFDBB7
(207,219,183)
#D7E1C3
(215,225,195)
#DFE7CF
(223,231,207)
#E7EDDB
(231,237,219)
#EFF3E7
(239,243,231)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BD7B; }

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

This text font color is #A7BD7B.


Background Color

.myBgColor { background-color: #A7BD7B; }

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

This div background color is #A7BD7B.


Border color

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

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

This div border color is #A7BD7B.


Opacity

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

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

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

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

This text has shadow with #A7BD7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BD7B on black background.


Color preview on white background

This text has color #A7BD7B on white background.



Black color preview on #A7BD7B background

This text has black color on #A7BD7B background.


White color preview on #A7BD7B background

This text has white color on #A7BD7B background.