COLOR #A8B096

HEX: #A8B096
RGB: (168,176,150)

Color info

#A8B096 contains red, green and blue colors in about the same proportion. Web safe color of #A8B096 is #999999 (or #999).

RGB color model

#A8B096 color RGB value is (168,176,150).

  • red value is 168;
  • green value is 176;
  • blue value is 150.
RGB:
(168,176,150)
(66%,69%,59%)

RGB channels and saturation

R 168 of 255 = 66%
G 176 of 255 = 69%
B 150 of 255 = 59%

168
176
150

R + G + B ~ 65%. #A8B096 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 176 + 150 = 494 (100%)
R 168 of 494 ~ 34.01%
G 176 of 494 ~ 35.63%
B 150 of 494 ~ 30.36%

%34.01
%35.63
%30.36

CMYK color model

#A8B096 color CMYK value is (5,0,15,31).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 30.98%
CMYK:
(5,0,15,31)
C5M0Y15K31 
(5%,0%,15%,31%)
(0.05/0.00/0.15/0.31)	

CMYK percentages

%4.55
%0
%14.77
%30.98

Codes

Color #A8B096 in popluar color models

A8B096
RGB168176150
HSL78°14.13%63.92%
HSB/HSV78°14.77%69.02%
CMYK4.55%0.00%14.77%
30.98%

Color #A8B096 in popluar number systems.

HEXA8B096
Decimal168176150
Binary101010001011000010010110
Octal250260226

Shades and tints

Shades of #A8B096

#A8B096
(168,176,150)
#99A089
(153,160,137)
#8A907C
(138,144,124)
#7B806F
(123,128,111)
#6C7062
(108,112,98)
#5D6055
(93,96,85)
#4E5048
(78,80,72)
#3F403B
(63,64,59)
#30302E
(48,48,46)
#212021
(33,32,33)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #A8B096

#A8B096
(168,176,150)
#AFB79F
(175,183,159)
#B6BEA8
(182,190,168)
#BDC5B1
(189,197,177)
#C4CCBA
(196,204,186)
#CBD3C3
(203,211,195)
#D2DACC
(210,218,204)
#D9E1D5
(217,225,213)
#E0E8DE
(224,232,222)
#E7EFE7
(231,239,231)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B096 color. Also use rgb(168,176,150) instead hex code.

Text Font Color

.myTextColor { color: #A8B096; }

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

This text font color is #A8B096.


Background Color

.myBgColor { background-color: #A8B096; }

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

This div background color is #A8B096.


Border color

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

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

This div border color is #A8B096.


Opacity

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

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

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

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

This text has shadow with #A8B096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B096 on black background.


Color preview on white background

This text has color #A8B096 on white background.



Black color preview on #A8B096 background

This text has black color on #A8B096 background.


White color preview on #A8B096 background

This text has white color on #A8B096 background.