COLOR #A8B996

HEX: #A8B996
RGB: (168,185,150)

Color info

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

RGB color model

#A8B996 color RGB value is (168,185,150).

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

RGB channels and saturation

R 168 of 255 = 66%
G 185 of 255 = 73%
B 150 of 255 = 59%

168
185
150

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

Portions of RGB colors in percentages

R + G + B =
168 + 185 + 150 = 503 (100%)
R 168 of 503 ~ 33.4%
G 185 of 503 ~ 36.78%
B 150 of 503 ~ 29.82%

%33.4
%36.78
%29.82

CMYK color model

#A8B996 color CMYK value is (9,0,19,27).

  • cyan value is 9.19%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 27.45%
CMYK:
(9,0,19,27)
C9M0Y19K27 
(9%,0%,19%,27%)
(0.09/0.00/0.19/0.27)	

CMYK percentages

%9.19
%0
%18.92
%27.45

Codes

Color #A8B996 in popluar color models

A8B996
RGB168185150
HSL89°20.00%65.69%
HSB/HSV89°18.92%72.55%
CMYK9.19%0.00%18.92%
27.45%

Color #A8B996 in popluar number systems.

HEXA8B996
Decimal168185150
Binary101010001011100110010110
Octal250271226

Shades and tints

Shades of #A8B996

#A8B996
(168,185,150)
#99A989
(153,169,137)
#8A997C
(138,153,124)
#7B896F
(123,137,111)
#6C7962
(108,121,98)
#5D6955
(93,105,85)
#4E5948
(78,89,72)
#3F493B
(63,73,59)
#30392E
(48,57,46)
#212921
(33,41,33)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #A8B996

#A8B996
(168,185,150)
#AFBF9F
(175,191,159)
#B6C5A8
(182,197,168)
#BDCBB1
(189,203,177)
#C4D1BA
(196,209,186)
#CBD7C3
(203,215,195)
#D2DDCC
(210,221,204)
#D9E3D5
(217,227,213)
#E0E9DE
(224,233,222)
#E7EFE7
(231,239,231)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B996; }

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

This text font color is #A8B996.


Background Color

.myBgColor { background-color: #A8B996; }

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

This div background color is #A8B996.


Border color

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

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

This div border color is #A8B996.


Opacity

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

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

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

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

This text has shadow with #A8B996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B996 on black background.


Color preview on white background

This text has color #A8B996 on white background.



Black color preview on #A8B996 background

This text has black color on #A8B996 background.


White color preview on #A8B996 background

This text has white color on #A8B996 background.