COLOR #A7B79F

HEX: #A7B79F
RGB: (167,183,159)

Color info

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

RGB color model

#A7B79F color RGB value is (167,183,159).

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

RGB channels and saturation

R 167 of 255 = 65%
G 183 of 255 = 72%
B 159 of 255 = 62%

167
183
159

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

Portions of RGB colors in percentages

R + G + B =
167 + 183 + 159 = 509 (100%)
R 167 of 509 ~ 32.81%
G 183 of 509 ~ 35.95%
B 159 of 509 ~ 31.24%

%32.81
%35.95
%31.24

CMYK color model

#A7B79F color CMYK value is (9,0,13,28).

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 13.11%
  • key color value is 28.24%
CMYK:
(9,0,13,28)
C9M0Y13K28 
(9%,0%,13%,28%)
(0.09/0.00/0.13/0.28)	

CMYK percentages

%8.74
%0
%13.11
%28.24

Codes

Color #A7B79F in popluar color models

A7B79F
RGB167183159
HSL100°14.29%67.06%
HSB/HSV100°13.11%71.76%
CMYK8.74%0.00%13.11%
28.24%

Color #A7B79F in popluar number systems.

HEXA7B79F
Decimal167183159
Binary101001111011011110011111
Octal247267237

Shades and tints

Shades of #A7B79F

#A7B79F
(167,183,159)
#98A791
(152,167,145)
#899783
(137,151,131)
#7A8775
(122,135,117)
#6B7767
(107,119,103)
#5C6759
(92,103,89)
#4D574B
(77,87,75)
#3E473D
(62,71,61)
#2F372F
(47,55,47)
#202721
(32,39,33)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #A7B79F

#A7B79F
(167,183,159)
#AFBDA7
(175,189,167)
#B7C3AF
(183,195,175)
#BFC9B7
(191,201,183)
#C7CFBF
(199,207,191)
#CFD5C7
(207,213,199)
#D7DBCF
(215,219,207)
#DFE1D7
(223,225,215)
#E7E7DF
(231,231,223)
#EFEDE7
(239,237,231)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B79F; }

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

This text font color is #A7B79F.


Background Color

.myBgColor { background-color: #A7B79F; }

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

This div background color is #A7B79F.


Border color

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

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

This div border color is #A7B79F.


Opacity

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

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

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

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

This text has shadow with #A7B79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B79F on black background.


Color preview on white background

This text has color #A7B79F on white background.



Black color preview on #A7B79F background

This text has black color on #A7B79F background.


White color preview on #A7B79F background

This text has white color on #A7B79F background.