COLOR #A8B79D

HEX: #A8B79D RGB: (168,183,157)

Color info

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

RGB color model

#A8B79D color RGB value is (168,183,157).

RGB: (168,183,157) (66%, 72%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 183 of 255 = 72%
B 157 of 255 = 62%

168
183
157

R + G + B ~ 67%. #A8B79D is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 183 + 157 = 508 (100%)
R 168 of 508 ~ 33.07%
G 183 of 508 ~ 36.02%
B 157 of 508 ~ 30.91'%

%33.07
%36.02
%30.91

CMYK color model

#A8B79D color CMYK value is (8,0,14,28).

  • cyan value is 8.20%
  • magenta value is 0.00%
  • yellow value is 14.21%
  • key color value is 28.24%
CMYK: (8,0,14,28) C8M0Y14K28 (8%,0%,14%,28%) (0.08/0.00/0.14/0.28) 

CMYK percentages

%8.2
%0
%14.21
%28.24

Codes

Color #A8B79D in popluar color models

A8 B7 9D
RGB 168 183 157
HSL 95° 15.29% 66.67%
HSB/HSV 95° 14.21% 71.76%
CMYK 8.20% 0.00% 14.21%
28.24%

Color #A8B79D in popluar number systems.

HEX A8 B7 9D
Decimal 168 183 157
Binary 10101000 10110111 10011101
Octal 250 267 235

Shades and tints

Shades of #A8B79D

#A8B79D
(168,183,157)
#99A78F
(153,167,143)
#8A9781
(138,151,129)
#7B8773
(123,135,115)
#6C7765
(108,119,101)
#5D6757
(93,103,87)
#4E5749
(78,87,73)
#3F473B
(63,71,59)
#30372D
(48,55,45)
#21271F
(33,39,31)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #A8B79D

#A8B79D
(168,183,157)
#AFBDA5
(175,189,165)
#B6C3AD
(182,195,173)
#BDC9B5
(189,201,181)
#C4CFBD
(196,207,189)
#CBD5C5
(203,213,197)
#D2DBCD
(210,219,205)
#D9E1D5
(217,225,213)
#E0E7DD
(224,231,221)
#E7EDE5
(231,237,229)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B79D color. Also use rgb(168,183,157) instead hex code.

Text Font Color

.myTextColor { color: #A8B79D; }

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

This text font color is #A8B79D.

Background Color

.myBgColor { background-color: #A8B79D; }

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

This div background color is #A8B79D.

Border color

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

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

This div border color is #A8B79D.

Opacity

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

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

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

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

This text has shadow with #A8B79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B79D.

Preview

Color preview on black background

This text has color #A8B79D on black background.


Color preview on white background

This text has color #A8B79D on white background.


Black color preview on #A8B79D background

This text has black color on #A8B79D background.


White color preview on #A8B79D background

This text has white color on #A8B79D background.


Related colors

Complementary color

Complementary color for #hex is #574862.


I love getcolorcode.com

Triadic colors

1 #9DA8B7 and #B79DA8 with #A8B79D are triadic colors.

2 #9DB7A8 and #B7A89D with #A8B79D are triadic colors.