COLOR #A0B796

HEX: #A0B796
RGB: (160,183,150)

Color info

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

RGB color model

#A0B796 color RGB value is (160,183,150).

  • red value is 160;
  • green value is 183;
  • blue value is 150.
RGB:
(160,183,150)
(63%,72%,59%)

RGB channels and saturation

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

160
183
150

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

Portions of RGB colors in percentages

R + G + B =
160 + 183 + 150 = 493 (100%)
R 160 of 493 ~ 32.45%
G 183 of 493 ~ 37.12%
B 150 of 493 ~ 30.43%

%32.45
%37.12
%30.43

CMYK color model

#A0B796 color CMYK value is (13,0,18,28).

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 18.03%
  • key color value is 28.24%
CMYK:
(13,0,18,28)
C13M0Y18K28 
(13%,0%,18%,28%)
(0.13/0.00/0.18/0.28)	

CMYK percentages

%12.57
%0
%18.03
%28.24

Codes

Color #A0B796 in popluar color models

A0B796
RGB160183150
HSL102°18.64%65.29%
HSB/HSV102°18.03%71.76%
CMYK12.57%0.00%18.03%
28.24%

Color #A0B796 in popluar number systems.

HEXA0B796
Decimal160183150
Binary101000001011011110010110
Octal240267226

Shades and tints

Shades of #A0B796

#A0B796
(160,183,150)
#92A789
(146,167,137)
#84977C
(132,151,124)
#76876F
(118,135,111)
#687762
(104,119,98)
#5A6755
(90,103,85)
#4C5748
(76,87,72)
#3E473B
(62,71,59)
#30372E
(48,55,46)
#222721
(34,39,33)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #A0B796

#A0B796
(160,183,150)
#A8BD9F
(168,189,159)
#B0C3A8
(176,195,168)
#B8C9B1
(184,201,177)
#C0CFBA
(192,207,186)
#C8D5C3
(200,213,195)
#D0DBCC
(208,219,204)
#D8E1D5
(216,225,213)
#E0E7DE
(224,231,222)
#E8EDE7
(232,237,231)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B796; }

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

This text font color is #A0B796.


Background Color

.myBgColor { background-color: #A0B796; }

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

This div background color is #A0B796.


Border color

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

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

This div border color is #A0B796.


Opacity

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

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

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

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

This text has shadow with #A0B796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B796 on black background.


Color preview on white background

This text has color #A0B796 on white background.



Black color preview on #A0B796 background

This text has black color on #A0B796 background.


White color preview on #A0B796 background

This text has white color on #A0B796 background.