COLOR #A3B397

HEX: #A3B397
RGB: (163,179,151)

Color info

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

RGB color model

#A3B397 color RGB value is (163,179,151).

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

RGB channels and saturation

R 163 of 255 = 64%
G 179 of 255 = 70%
B 151 of 255 = 59%

163
179
151

R + G + B ~ 64%. #A3B397 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 179 + 151 = 493 (100%)
R 163 of 493 ~ 33.06%
G 179 of 493 ~ 36.31%
B 151 of 493 ~ 30.63%

%33.06
%36.31
%30.63

CMYK color model

#A3B397 color CMYK value is (9,0,16,30).

  • cyan value is 8.94%
  • magenta value is 0.00%
  • yellow value is 15.64%
  • key color value is 29.80%
CMYK:
(9,0,16,30)
C9M0Y16K30 
(9%,0%,16%,30%)
(0.09/0.00/0.16/0.30)	

CMYK percentages

%8.94
%0
%15.64
%29.8

Codes

Color #A3B397 in popluar color models

A3B397
RGB163179151
HSL94°15.56%64.71%
HSB/HSV94°15.64%70.20%
CMYK8.94%0.00%15.64%
29.80%

Color #A3B397 in popluar number systems.

HEXA3B397
Decimal163179151
Binary101000111011001110010111
Octal243263227

Shades and tints

Shades of #A3B397

#A3B397
(163,179,151)
#95A38A
(149,163,138)
#87937D
(135,147,125)
#798370
(121,131,112)
#6B7363
(107,115,99)
#5D6356
(93,99,86)
#4F5349
(79,83,73)
#41433C
(65,67,60)
#33332F
(51,51,47)
#252322
(37,35,34)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #A3B397

#A3B397
(163,179,151)
#ABB9A0
(171,185,160)
#B3BFA9
(179,191,169)
#BBC5B2
(187,197,178)
#C3CBBB
(195,203,187)
#CBD1C4
(203,209,196)
#D3D7CD
(211,215,205)
#DBDDD6
(219,221,214)
#E3E3DF
(227,227,223)
#EBE9E8
(235,233,232)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B397; }

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

This text font color is #A3B397.


Background Color

.myBgColor { background-color: #A3B397; }

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

This div background color is #A3B397.


Border color

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

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

This div border color is #A3B397.


Opacity

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

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

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

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

This text has shadow with #A3B397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B397 on black background.


Color preview on white background

This text has color #A3B397 on white background.



Black color preview on #A3B397 background

This text has black color on #A3B397 background.


White color preview on #A3B397 background

This text has white color on #A3B397 background.