COLOR #A1B180

HEX: #A1B180
RGB: (161,177,128)

Color info

#A1B180 contains red, green and blue colors in about the same proportion. Web safe color of #A1B180 is #999966 (or #996).

RGB color model

#A1B180 color RGB value is (161,177,128).

  • red value is 161;
  • green value is 177;
  • blue value is 128.
RGB:
(161,177,128)
(63%,69%,50%)

RGB channels and saturation

R 161 of 255 = 63%
G 177 of 255 = 69%
B 128 of 255 = 50%

161
177
128

R + G + B ~ 61%. #A1B180 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 177 + 128 = 466 (100%)
R 161 of 466 ~ 34.55%
G 177 of 466 ~ 37.98%
B 128 of 466 ~ 27.47%

%34.55
%37.98
%27.47

CMYK color model

#A1B180 color CMYK value is (9,0,28,31).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 27.68%
  • key color value is 30.59%
CMYK:
(9,0,28,31)
C9M0Y28K31 
(9%,0%,28%,31%)
(0.09/0.00/0.28/0.31)	

CMYK percentages

%9.04
%0
%27.68
%30.59

Codes

Color #A1B180 in popluar color models

A1B180
RGB161177128
HSL80°23.90%59.80%
HSB/HSV80°27.68%69.41%
CMYK9.04%0.00%27.68%
30.59%

Color #A1B180 in popluar number systems.

HEXA1B180
Decimal161177128
Binary101000011011000110000000
Octal241261200

Shades and tints

Shades of #A1B180

#A1B180
(161,177,128)
#93A175
(147,161,117)
#85916A
(133,145,106)
#77815F
(119,129,95)
#697154
(105,113,84)
#5B6149
(91,97,73)
#4D513E
(77,81,62)
#3F4133
(63,65,51)
#313128
(49,49,40)
#23211D
(35,33,29)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #A1B180

#A1B180
(161,177,128)
#A9B88B
(169,184,139)
#B1BF96
(177,191,150)
#B9C6A1
(185,198,161)
#C1CDAC
(193,205,172)
#C9D4B7
(201,212,183)
#D1DBC2
(209,219,194)
#D9E2CD
(217,226,205)
#E1E9D8
(225,233,216)
#E9F0E3
(233,240,227)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B180 color. Also use rgb(161,177,128) instead hex code.

Text Font Color

.myTextColor { color: #A1B180; }

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

This text font color is #A1B180.


Background Color

.myBgColor { background-color: #A1B180; }

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

This div background color is #A1B180.


Border color

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

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

This div border color is #A1B180.


Opacity

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

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

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

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

This text has shadow with #A1B180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B180 on black background.


Color preview on white background

This text has color #A1B180 on white background.



Black color preview on #A1B180 background

This text has black color on #A1B180 background.


White color preview on #A1B180 background

This text has white color on #A1B180 background.