COLOR #A8B397

HEX: #A8B397
RGB: (168,179,151)

Color info

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

RGB color model

#A8B397 color RGB value is (168,179,151).

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

RGB channels and saturation

R 168 of 255 = 66%
G 179 of 255 = 70%
B 151 of 255 = 59%

168
179
151

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

Portions of RGB colors in percentages

R + G + B =
168 + 179 + 151 = 498 (100%)
R 168 of 498 ~ 33.73%
G 179 of 498 ~ 35.94%
B 151 of 498 ~ 30.32%

%33.73
%35.94
%30.32

CMYK color model

#A8B397 color CMYK value is (6,0,16,30).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 15.64%
  • key color value is 29.80%
CMYK:
(6,0,16,30)
C6M0Y16K30 
(6%,0%,16%,30%)
(0.06/0.00/0.16/0.30)	

CMYK percentages

%6.15
%0
%15.64
%29.8

Codes

Color #A8B397 in popluar color models

A8B397
RGB168179151
HSL84°15.56%64.71%
HSB/HSV84°15.64%70.20%
CMYK6.15%0.00%15.64%
29.80%

Color #A8B397 in popluar number systems.

HEXA8B397
Decimal168179151
Binary101010001011001110010111
Octal250263227

Shades and tints

Shades of #A8B397

#A8B397
(168,179,151)
#99A38A
(153,163,138)
#8A937D
(138,147,125)
#7B8370
(123,131,112)
#6C7363
(108,115,99)
#5D6356
(93,99,86)
#4E5349
(78,83,73)
#3F433C
(63,67,60)
#30332F
(48,51,47)
#212322
(33,35,34)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #A8B397

#A8B397
(168,179,151)
#AFB9A0
(175,185,160)
#B6BFA9
(182,191,169)
#BDC5B2
(189,197,178)
#C4CBBB
(196,203,187)
#CBD1C4
(203,209,196)
#D2D7CD
(210,215,205)
#D9DDD6
(217,221,214)
#E0E3DF
(224,227,223)
#E7E9E8
(231,233,232)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B397; }

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

This text font color is #A8B397.


Background Color

.myBgColor { background-color: #A8B397; }

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

This div background color is #A8B397.


Border color

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

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

This div border color is #A8B397.


Opacity

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

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

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

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

This text has shadow with #A8B397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B397 on black background.


Color preview on white background

This text has color #A8B397 on white background.



Black color preview on #A8B397 background

This text has black color on #A8B397 background.


White color preview on #A8B397 background

This text has white color on #A8B397 background.