COLOR #A8BC97

HEX: #A8BC97
RGB: (168,188,151)

Color info

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

RGB color model

#A8BC97 color RGB value is (168,188,151).

  • red value is 168;
  • green value is 188;
  • blue value is 151.
RGB:
(168,188,151)
(66%,74%,59%)

RGB channels and saturation

R 168 of 255 = 66%
G 188 of 255 = 74%
B 151 of 255 = 59%

168
188
151

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

Portions of RGB colors in percentages

R + G + B =
168 + 188 + 151 = 507 (100%)
R 168 of 507 ~ 33.14%
G 188 of 507 ~ 37.08%
B 151 of 507 ~ 29.78%

%33.14
%37.08
%29.78

CMYK color model

#A8BC97 color CMYK value is (11,0,20,26).

  • cyan value is 10.64%
  • magenta value is 0.00%
  • yellow value is 19.68%
  • key color value is 26.27%
CMYK:
(11,0,20,26)
C11M0Y20K26 
(11%,0%,20%,26%)
(0.11/0.00/0.20/0.26)	

CMYK percentages

%10.64
%0
%19.68
%26.27

Codes

Color #A8BC97 in popluar color models

A8BC97
RGB168188151
HSL92°21.64%66.47%
HSB/HSV92°19.68%73.73%
CMYK10.64%0.00%19.68%
26.27%

Color #A8BC97 in popluar number systems.

HEXA8BC97
Decimal168188151
Binary101010001011110010010111
Octal250274227

Shades and tints

Shades of #A8BC97

#A8BC97
(168,188,151)
#99AB8A
(153,171,138)
#8A9A7D
(138,154,125)
#7B8970
(123,137,112)
#6C7863
(108,120,99)
#5D6756
(93,103,86)
#4E5649
(78,86,73)
#3F453C
(63,69,60)
#30342F
(48,52,47)
#212322
(33,35,34)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #A8BC97

#A8BC97
(168,188,151)
#AFC2A0
(175,194,160)
#B6C8A9
(182,200,169)
#BDCEB2
(189,206,178)
#C4D4BB
(196,212,187)
#CBDAC4
(203,218,196)
#D2E0CD
(210,224,205)
#D9E6D6
(217,230,214)
#E0ECDF
(224,236,223)
#E7F2E8
(231,242,232)
#EEF8F1
(238,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BC97 color. Also use rgb(168,188,151) instead hex code.

Text Font Color

.myTextColor { color: #A8BC97; }

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

This text font color is #A8BC97.


Background Color

.myBgColor { background-color: #A8BC97; }

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

This div background color is #A8BC97.


Border color

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

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

This div border color is #A8BC97.


Opacity

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

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

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

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

This text has shadow with #A8BC97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BC97 on black background.


Color preview on white background

This text has color #A8BC97 on white background.



Black color preview on #A8BC97 background

This text has black color on #A8BC97 background.


White color preview on #A8BC97 background

This text has white color on #A8BC97 background.