COLOR #A8BA96

HEX: #A8BA96
RGB: (168,186,150)

Color info

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

RGB color model

#A8BA96 color RGB value is (168,186,150).

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

RGB channels and saturation

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

168
186
150

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

Portions of RGB colors in percentages

R + G + B =
168 + 186 + 150 = 504 (100%)
R 168 of 504 ~ 33.33%
G 186 of 504 ~ 36.9%
B 150 of 504 ~ 29.76%

%33.33
%36.9
%29.76

CMYK color model

#A8BA96 color CMYK value is (10,0,19,27).

  • cyan value is 9.68%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 27.06%
CMYK:
(10,0,19,27)
C10M0Y19K27 
(10%,0%,19%,27%)
(0.10/0.00/0.19/0.27)	

CMYK percentages

%9.68
%0
%19.35
%27.06

Codes

Color #A8BA96 in popluar color models

A8BA96
RGB168186150
HSL90°20.69%65.88%
HSB/HSV90°19.35%72.94%
CMYK9.68%0.00%19.35%
27.06%

Color #A8BA96 in popluar number systems.

HEXA8BA96
Decimal168186150
Binary101010001011101010010110
Octal250272226

Shades and tints

Shades of #A8BA96

#A8BA96
(168,186,150)
#99AA89
(153,170,137)
#8A9A7C
(138,154,124)
#7B8A6F
(123,138,111)
#6C7A62
(108,122,98)
#5D6A55
(93,106,85)
#4E5A48
(78,90,72)
#3F4A3B
(63,74,59)
#303A2E
(48,58,46)
#212A21
(33,42,33)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #A8BA96

#A8BA96
(168,186,150)
#AFC09F
(175,192,159)
#B6C6A8
(182,198,168)
#BDCCB1
(189,204,177)
#C4D2BA
(196,210,186)
#CBD8C3
(203,216,195)
#D2DECC
(210,222,204)
#D9E4D5
(217,228,213)
#E0EADE
(224,234,222)
#E7F0E7
(231,240,231)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BA96; }

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

This text font color is #A8BA96.


Background Color

.myBgColor { background-color: #A8BA96; }

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

This div background color is #A8BA96.


Border color

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

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

This div border color is #A8BA96.


Opacity

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

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

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

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

This text has shadow with #A8BA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BA96 on black background.


Color preview on white background

This text has color #A8BA96 on white background.



Black color preview on #A8BA96 background

This text has black color on #A8BA96 background.


White color preview on #A8BA96 background

This text has white color on #A8BA96 background.