COLOR #A1B797

HEX: #A1B797 RGB: (161,183,151)

Color info

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

RGB color model

#A1B797 color RGB value is (161,183,151).

RGB: (161,183,151) (63%, 72%, 59%)

RGB channels and saturation

R 161 of 255 = 63%
G 183 of 255 = 72%
B 151 of 255 = 59%

161
183
151

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

Portions of RGB colors in percentages

R + G + B = 161 + 183 + 151 = 495 (100%)
R 161 of 495 ~ 32.53%
G 183 of 495 ~ 36.97%
B 151 of 495 ~ 30.51'%

%32.53
%36.97
%30.51

CMYK color model

#A1B797 color CMYK value is (12,0,17,28).

  • cyan value is 12.02%
  • magenta value is 0.00%
  • yellow value is 17.49%
  • key color value is 28.24%

CMYK: (12,0,17,28)
C12M0Y17K28 (12%, 0%, 17%, 28%)
(0.12 / 0.00 / 0.17 / 0.28)

CMYK percentages

%12.02
%0
%17.49
%28.24

Codes

Color #A1B797 in popluar color models

A1 B7 97
RGB 161 183 151
HSL 101° 18.18% 65.49%
HSB/HSV 101° 17.49% 71.76%
CMYK 12.02% 0.00% 17.49%
28.24%

Color #A1B797 in popluar number systems.

HEX A1 B7 97
Decimal 161 183 151
Binary 10100001 10110111 10010111
Octal 241 267 227

Shades and tints

Shades of #A1B797

#A1B797
(161,183,151)
#93A78A
(147,167,138)
#85977D
(133,151,125)
#778770
(119,135,112)
#697763
(105,119,99)
#5B6756
(91,103,86)
#4D5749
(77,87,73)
#3F473C
(63,71,60)
#31372F
(49,55,47)
#232722
(35,39,34)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #A1B797

#A1B797
(161,183,151)
#A9BDA0
(169,189,160)
#B1C3A9
(177,195,169)
#B9C9B2
(185,201,178)
#C1CFBB
(193,207,187)
#C9D5C4
(201,213,196)
#D1DBCD
(209,219,205)
#D9E1D6
(217,225,214)
#E1E7DF
(225,231,223)
#E9EDE8
(233,237,232)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B797; }

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

This text font color is #A1B797.

Background Color

.myBgColor { background-color: #A1B797; }

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

This div background color is #A1B797.

Border color

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

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

This div border color is #A1B797.

Opacity

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

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

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

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

This text has shadow with #A1B797 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B797.

Preview

Color preview on black background

This text has color #A1B797 on black background.


Color preview on white background

This text has color #A1B797 on white background.


Black color preview on #A1B797 background

This text has black color on #A1B797 background.


White color preview on #A1B797 background

This text has white color on #A1B797 background.


Related colors

Complementary color

Complementary color for #hex is #5E4868.


I love getcolorcode.com

Triadic colors

1 #97A1B7 and #B797A1 with #A1B797 are triadic colors.

2 #97B7A1 and #B7A197 with #A1B797 are triadic colors.