COLOR #A1B880

HEX: #A1B880
RGB: (161,184,128)

Color info

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

RGB color model

#A1B880 color RGB value is (161,184,128).

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

RGB channels and saturation

R 161 of 255 = 63%
G 184 of 255 = 72%
B 128 of 255 = 50%

161
184
128

R + G + B ~ 62%. #A1B880 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 184 + 128 = 473 (100%)
R 161 of 473 ~ 34.04%
G 184 of 473 ~ 38.9%
B 128 of 473 ~ 27.06%

%34.04
%38.9
%27.06

CMYK color model

#A1B880 color CMYK value is (13,0,30,28).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 27.84%
CMYK:
(13,0,30,28)
C13M0Y30K28 
(13%,0%,30%,28%)
(0.13/0.00/0.30/0.28)	

CMYK percentages

%12.5
%0
%30.43
%27.84

Codes

Color #A1B880 in popluar color models

A1B880
RGB161184128
HSL85°28.28%61.18%
HSB/HSV85°30.43%72.16%
CMYK12.50%0.00%30.43%
27.84%

Color #A1B880 in popluar number systems.

HEXA1B880
Decimal161184128
Binary101000011011100010000000
Octal241270200

Shades and tints

Shades of #A1B880

#A1B880
(161,184,128)
#93A875
(147,168,117)
#85986A
(133,152,106)
#77885F
(119,136,95)
#697854
(105,120,84)
#5B6849
(91,104,73)
#4D583E
(77,88,62)
#3F4833
(63,72,51)
#313828
(49,56,40)
#23281D
(35,40,29)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #A1B880

#A1B880
(161,184,128)
#A9BE8B
(169,190,139)
#B1C496
(177,196,150)
#B9CAA1
(185,202,161)
#C1D0AC
(193,208,172)
#C9D6B7
(201,214,183)
#D1DCC2
(209,220,194)
#D9E2CD
(217,226,205)
#E1E8D8
(225,232,216)
#E9EEE3
(233,238,227)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B880; }

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

This text font color is #A1B880.


Background Color

.myBgColor { background-color: #A1B880; }

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

This div background color is #A1B880.


Border color

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

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

This div border color is #A1B880.


Opacity

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

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

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

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

This text has shadow with #A1B880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B880 on black background.


Color preview on white background

This text has color #A1B880 on white background.



Black color preview on #A1B880 background

This text has black color on #A1B880 background.


White color preview on #A1B880 background

This text has white color on #A1B880 background.