COLOR #A1BB99

HEX: #A1BB99 RGB: (161,187,153)

Color info

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

RGB color model

#A1BB99 color RGB value is (161,187,153).

RGB: (161,187,153) (63%, 73%, 60%)

RGB channels and saturation

R 161 of 255 = 63%
G 187 of 255 = 73%
B 153 of 255 = 60%

161
187
153

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

Portions of RGB colors in percentages

R + G + B = 161 + 187 + 153 = 501 (100%)
R 161 of 501 ~ 32.14%
G 187 of 501 ~ 37.33%
B 153 of 501 ~ 30.54'%

%32.14
%37.33
%30.54

CMYK color model

#A1BB99 color CMYK value is (14,0,18,27).

  • cyan value is 13.90%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 26.67%

CMYK: (14,0,18,27)
C14M0Y18K27 (14%, 0%, 18%, 27%)
(0.14 / 0.00 / 0.18 / 0.27)

CMYK percentages

%13.9
%0
%18.18
%26.67

Codes

Color #A1BB99 in popluar color models

A1 BB 99
RGB 161 187 153
HSL 106° 20.00% 66.67%
HSB/HSV 106° 18.18% 73.33%
CMYK 13.90% 0.00% 18.18%
26.67%

Color #A1BB99 in popluar number systems.

HEX A1 BB 99
Decimal 161 187 153
Binary 10100001 10111011 10011001
Octal 241 273 231

Shades and tints

Shades of #A1BB99

#A1BB99
(161,187,153)
#93AA8C
(147,170,140)
#85997F
(133,153,127)
#778872
(119,136,114)
#697765
(105,119,101)
#5B6658
(91,102,88)
#4D554B
(77,85,75)
#3F443E
(63,68,62)
#313331
(49,51,49)
#232224
(35,34,36)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #A1BB99

#A1BB99
(161,187,153)
#A9C1A2
(169,193,162)
#B1C7AB
(177,199,171)
#B9CDB4
(185,205,180)
#C1D3BD
(193,211,189)
#C9D9C6
(201,217,198)
#D1DFCF
(209,223,207)
#D9E5D8
(217,229,216)
#E1EBE1
(225,235,225)
#E9F1EA
(233,241,234)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1BB99 color. Also use rgb(161,187,153) instead hex code.

Text Font Color

.myTextColor { color: #A1BB99; }

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

This text font color is #A1BB99.

Background Color

.myBgColor { background-color: #A1BB99; }

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

This div background color is #A1BB99.

Border color

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

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

This div border color is #A1BB99.

Opacity

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

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

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

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

This text has shadow with #A1BB99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BB99.

Preview

Color preview on black background

This text has color #A1BB99 on black background.


Color preview on white background

This text has color #A1BB99 on white background.


Black color preview on #A1BB99 background

This text has black color on #A1BB99 background.


White color preview on #A1BB99 background

This text has white color on #A1BB99 background.


Related colors

Complementary color

Complementary color for #hex is #5E4466.


I love getcolorcode.com

Triadic colors

1 #99A1BB and #BB99A1 with #A1BB99 are triadic colors.

2 #99BBA1 and #BBA199 with #A1BB99 are triadic colors.