COLOR #A8CB97

HEX: #A8CB97
RGB: (168,203,151)

Color info

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

RGB color model

#A8CB97 color RGB value is (168,203,151).

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

RGB channels and saturation

R 168 of 255 = 66%
G 203 of 255 = 80%
B 151 of 255 = 59%

168
203
151

R + G + B ~ 68%. #A8CB97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 203 + 151 = 522 (100%)
R 168 of 522 ~ 32.18%
G 203 of 522 ~ 38.89%
B 151 of 522 ~ 28.93%

%32.18
%38.89
%28.93

CMYK color model

#A8CB97 color CMYK value is (17,0,26,20).

  • cyan value is 17.24%
  • magenta value is 0.00%
  • yellow value is 25.62%
  • key color value is 20.39%
CMYK:
(17,0,26,20)
C17M0Y26K20 
(17%,0%,26%,20%)
(0.17/0.00/0.26/0.20)	

CMYK percentages

%17.24
%0
%25.62
%20.39

Codes

Color #A8CB97 in popluar color models

A8CB97
RGB168203151
HSL100°33.33%69.41%
HSB/HSV100°25.62%79.61%
CMYK17.24%0.00%25.62%
20.39%

Color #A8CB97 in popluar number systems.

HEXA8CB97
Decimal168203151
Binary101010001100101110010111
Octal250313227

Shades and tints

Shades of #A8CB97

#A8CB97
(168,203,151)
#99B98A
(153,185,138)
#8AA77D
(138,167,125)
#7B9570
(123,149,112)
#6C8363
(108,131,99)
#5D7156
(93,113,86)
#4E5F49
(78,95,73)
#3F4D3C
(63,77,60)
#303B2F
(48,59,47)
#212922
(33,41,34)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #A8CB97

#A8CB97
(168,203,151)
#AFCFA0
(175,207,160)
#B6D3A9
(182,211,169)
#BDD7B2
(189,215,178)
#C4DBBB
(196,219,187)
#CBDFC4
(203,223,196)
#D2E3CD
(210,227,205)
#D9E7D6
(217,231,214)
#E0EBDF
(224,235,223)
#E7EFE8
(231,239,232)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8CB97; }

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

This text font color is #A8CB97.


Background Color

.myBgColor { background-color: #A8CB97; }

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

This div background color is #A8CB97.


Border color

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

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

This div border color is #A8CB97.


Opacity

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

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

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

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

This text has shadow with #A8CB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CB97 on black background.


Color preview on white background

This text has color #A8CB97 on white background.



Black color preview on #A8CB97 background

This text has black color on #A8CB97 background.


White color preview on #A8CB97 background

This text has white color on #A8CB97 background.