COLOR #A3B797

HEX: #A3B797
RGB: (163,183,151)

Color info

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

RGB color model

#A3B797 color RGB value is (163,183,151).

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

RGB channels and saturation

R 163 of 255 = 64%
G 183 of 255 = 72%
B 151 of 255 = 59%

163
183
151

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

Portions of RGB colors in percentages

R + G + B =
163 + 183 + 151 = 497 (100%)
R 163 of 497 ~ 32.8%
G 183 of 497 ~ 36.82%
B 151 of 497 ~ 30.38%

%32.8
%36.82
%30.38

CMYK color model

#A3B797 color CMYK value is (11,0,17,28).

  • cyan value is 10.93%
  • magenta value is 0.00%
  • yellow value is 17.49%
  • key color value is 28.24%
CMYK:
(11,0,17,28)
C11M0Y17K28 
(11%,0%,17%,28%)
(0.11/0.00/0.17/0.28)	

CMYK percentages

%10.93
%0
%17.49
%28.24

Codes

Color #A3B797 in popluar color models

A3B797
RGB163183151
HSL98°18.18%65.49%
HSB/HSV98°17.49%71.76%
CMYK10.93%0.00%17.49%
28.24%

Color #A3B797 in popluar number systems.

HEXA3B797
Decimal163183151
Binary101000111011011110010111
Octal243267227

Shades and tints

Shades of #A3B797

#A3B797
(163,183,151)
#95A78A
(149,167,138)
#87977D
(135,151,125)
#798770
(121,135,112)
#6B7763
(107,119,99)
#5D6756
(93,103,86)
#4F5749
(79,87,73)
#41473C
(65,71,60)
#33372F
(51,55,47)
#252722
(37,39,34)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #A3B797

#A3B797
(163,183,151)
#ABBDA0
(171,189,160)
#B3C3A9
(179,195,169)
#BBC9B2
(187,201,178)
#C3CFBB
(195,207,187)
#CBD5C4
(203,213,196)
#D3DBCD
(211,219,205)
#DBE1D6
(219,225,214)
#E3E7DF
(227,231,223)
#EBEDE8
(235,237,232)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B797; }

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

This text font color is #A3B797.


Background Color

.myBgColor { background-color: #A3B797; }

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

This div background color is #A3B797.


Border color

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

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

This div border color is #A3B797.


Opacity

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

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

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

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

This text has shadow with #A3B797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B797 on black background.


Color preview on white background

This text has color #A3B797 on white background.



Black color preview on #A3B797 background

This text has black color on #A3B797 background.


White color preview on #A3B797 background

This text has white color on #A3B797 background.