COLOR #A1B796

HEX: #A1B796 RGB: (161,183,150)

Color info

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

RGB color model

#A1B796 color RGB value is (161,183,150).

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

RGB channels and saturation

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

161
183
150

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

Portions of RGB colors in percentages

R + G + B = 161 + 183 + 150 = 494 (100%)
R 161 of 494 ~ 32.59%
G 183 of 494 ~ 37.04%
B 150 of 494 ~ 30.36'%

%32.59
%37.04
%30.36

CMYK color model

#A1B796 color CMYK value is (12,0,18,28).

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

CMYK: (12,0,18,28)
C12M0Y18K28 (12%, 0%, 18%, 28%)
(0.12 / 0.00 / 0.18 / 0.28)

CMYK percentages

%12.02
%0
%18.03
%28.24

Codes

Color #A1B796 in popluar color models

A1 B7 96
RGB 161 183 150
HSL 100° 18.64% 65.29%
HSB/HSV 100° 18.03% 71.76%
CMYK 12.02% 0.00% 18.03%
28.24%

Color #A1B796 in popluar number systems.

HEX A1 B7 96
Decimal 161 183 150
Binary 10100001 10110111 10010110
Octal 241 267 226

Shades and tints

Shades of #A1B796

#A1B796
(161,183,150)
#93A789
(147,167,137)
#85977C
(133,151,124)
#77876F
(119,135,111)
#697762
(105,119,98)
#5B6755
(91,103,85)
#4D5748
(77,87,72)
#3F473B
(63,71,59)
#31372E
(49,55,46)
#232721
(35,39,33)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #A1B796

#A1B796
(161,183,150)
#A9BD9F
(169,189,159)
#B1C3A8
(177,195,168)
#B9C9B1
(185,201,177)
#C1CFBA
(193,207,186)
#C9D5C3
(201,213,195)
#D1DBCC
(209,219,204)
#D9E1D5
(217,225,213)
#E1E7DE
(225,231,222)
#E9EDE7
(233,237,231)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B796; }

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

This text font color is #A1B796.

Background Color

.myBgColor { background-color: #A1B796; }

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

This div background color is #A1B796.

Border color

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

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

This div border color is #A1B796.

Opacity

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

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

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

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

This text has shadow with #A1B796 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B796.

Preview

Color preview on black background

This text has color #A1B796 on black background.


Color preview on white background

This text has color #A1B796 on white background.


Black color preview on #A1B796 background

This text has black color on #A1B796 background.


White color preview on #A1B796 background

This text has white color on #A1B796 background.


Related colors

Complementary color

Complementary color for #hex is #5E4869.


I love getcolorcode.com

Triadic colors

1 #96A1B7 and #B796A1 with #A1B796 are triadic colors.

2 #96B7A1 and #B7A196 with #A1B796 are triadic colors.