COLOR #A7B79B

HEX: #A7B79B
RGB: (167,183,155)

Color info

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

RGB color model

#A7B79B color RGB value is (167,183,155).

  • red value is 167;
  • green value is 183;
  • blue value is 155.
RGB:
(167,183,155)
(65%,72%,61%)

RGB channels and saturation

R 167 of 255 = 65%
G 183 of 255 = 72%
B 155 of 255 = 61%

167
183
155

R + G + B ~ 66%. #A7B79B is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 183 + 155 = 505 (100%)
R 167 of 505 ~ 33.07%
G 183 of 505 ~ 36.24%
B 155 of 505 ~ 30.69%

%33.07
%36.24
%30.69

CMYK color model

#A7B79B color CMYK value is (9,0,15,28).

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 15.30%
  • key color value is 28.24%
CMYK:
(9,0,15,28)
C9M0Y15K28 
(9%,0%,15%,28%)
(0.09/0.00/0.15/0.28)	

CMYK percentages

%8.74
%0
%15.3
%28.24

Codes

Color #A7B79B in popluar color models

A7B79B
RGB167183155
HSL94°16.28%66.27%
HSB/HSV94°15.30%71.76%
CMYK8.74%0.00%15.30%
28.24%

Color #A7B79B in popluar number systems.

HEXA7B79B
Decimal167183155
Binary101001111011011110011011
Octal247267233

Shades and tints

Shades of #A7B79B

#A7B79B
(167,183,155)
#98A78D
(152,167,141)
#89977F
(137,151,127)
#7A8771
(122,135,113)
#6B7763
(107,119,99)
#5C6755
(92,103,85)
#4D5747
(77,87,71)
#3E4739
(62,71,57)
#2F372B
(47,55,43)
#20271D
(32,39,29)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #A7B79B

#A7B79B
(167,183,155)
#AFBDA4
(175,189,164)
#B7C3AD
(183,195,173)
#BFC9B6
(191,201,182)
#C7CFBF
(199,207,191)
#CFD5C8
(207,213,200)
#D7DBD1
(215,219,209)
#DFE1DA
(223,225,218)
#E7E7E3
(231,231,227)
#EFEDEC
(239,237,236)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B79B color. Also use rgb(167,183,155) instead hex code.

Text Font Color

.myTextColor { color: #A7B79B; }

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

This text font color is #A7B79B.


Background Color

.myBgColor { background-color: #A7B79B; }

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

This div background color is #A7B79B.


Border color

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

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

This div border color is #A7B79B.


Opacity

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

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

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

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

This text has shadow with #A7B79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B79B on black background.


Color preview on white background

This text has color #A7B79B on white background.



Black color preview on #A7B79B background

This text has black color on #A7B79B background.


White color preview on #A7B79B background

This text has white color on #A7B79B background.