COLOR #A1B496

HEX: #A1B496
RGB: (161,180,150)

Color info

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

RGB color model

#A1B496 color RGB value is (161,180,150).

  • red value is 161;
  • green value is 180;
  • blue value is 150.
RGB:
(161,180,150)
(63%,71%,59%)

RGB channels and saturation

R 161 of 255 = 63%
G 180 of 255 = 71%
B 150 of 255 = 59%

161
180
150

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

Portions of RGB colors in percentages

R + G + B =
161 + 180 + 150 = 491 (100%)
R 161 of 491 ~ 32.79%
G 180 of 491 ~ 36.66%
B 150 of 491 ~ 30.55%

%32.79
%36.66
%30.55

CMYK color model

#A1B496 color CMYK value is (11,0,17,29).

  • cyan value is 10.56%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 29.41%
CMYK:
(11,0,17,29)
C11M0Y17K29 
(11%,0%,17%,29%)
(0.11/0.00/0.17/0.29)	

CMYK percentages

%10.56
%0
%16.67
%29.41

Codes

Color #A1B496 in popluar color models

A1B496
RGB161180150
HSL98°16.67%64.71%
HSB/HSV98°16.67%70.59%
CMYK10.56%0.00%16.67%
29.41%

Color #A1B496 in popluar number systems.

HEXA1B496
Decimal161180150
Binary101000011011010010010110
Octal241264226

Shades and tints

Shades of #A1B496

#A1B496
(161,180,150)
#93A489
(147,164,137)
#85947C
(133,148,124)
#77846F
(119,132,111)
#697462
(105,116,98)
#5B6455
(91,100,85)
#4D5448
(77,84,72)
#3F443B
(63,68,59)
#31342E
(49,52,46)
#232421
(35,36,33)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #A1B496

#A1B496
(161,180,150)
#A9BA9F
(169,186,159)
#B1C0A8
(177,192,168)
#B9C6B1
(185,198,177)
#C1CCBA
(193,204,186)
#C9D2C3
(201,210,195)
#D1D8CC
(209,216,204)
#D9DED5
(217,222,213)
#E1E4DE
(225,228,222)
#E9EAE7
(233,234,231)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B496; }

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

This text font color is #A1B496.


Background Color

.myBgColor { background-color: #A1B496; }

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

This div background color is #A1B496.


Border color

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

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

This div border color is #A1B496.


Opacity

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

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

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

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

This text has shadow with #A1B496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B496 on black background.


Color preview on white background

This text has color #A1B496 on white background.



Black color preview on #A1B496 background

This text has black color on #A1B496 background.


White color preview on #A1B496 background

This text has white color on #A1B496 background.