COLOR #A2BB99

HEX: #A2BB99 RGB: (162,187,153)

Color info

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

RGB color model

#A2BB99 color RGB value is (162,187,153).

RGB: (162,187,153) (64%, 73%, 60%)

RGB channels and saturation

R 162 of 255 = 64%
G 187 of 255 = 73%
B 153 of 255 = 60%

162
187
153

R + G + B ~ 66%. #A2BB99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 187 + 153 = 502 (100%)
R 162 of 502 ~ 32.27%
G 187 of 502 ~ 37.25%
B 153 of 502 ~ 30.48'%

%32.27
%37.25
%30.48

CMYK color model

#A2BB99 color CMYK value is (13,0,18,27).

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

CMYK: (13,0,18,27)
C13M0Y18K27 (13%, 0%, 18%, 27%)
(0.13 / 0.00 / 0.18 / 0.27)

CMYK percentages

%13.37
%0
%18.18
%26.67

Codes

Color #A2BB99 in popluar color models

A2 BB 99
RGB 162 187 153
HSL 104° 20.00% 66.67%
HSB/HSV 104° 18.18% 73.33%
CMYK 13.37% 0.00% 18.18%
26.67%

Color #A2BB99 in popluar number systems.

HEX A2 BB 99
Decimal 162 187 153
Binary 10100010 10111011 10011001
Octal 242 273 231

Shades and tints

Shades of #A2BB99

#A2BB99
(162,187,153)
#94AA8C
(148,170,140)
#86997F
(134,153,127)
#788872
(120,136,114)
#6A7765
(106,119,101)
#5C6658
(92,102,88)
#4E554B
(78,85,75)
#40443E
(64,68,62)
#323331
(50,51,49)
#242224
(36,34,36)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #A2BB99

#A2BB99
(162,187,153)
#AAC1A2
(170,193,162)
#B2C7AB
(178,199,171)
#BACDB4
(186,205,180)
#C2D3BD
(194,211,189)
#CAD9C6
(202,217,198)
#D2DFCF
(210,223,207)
#DAE5D8
(218,229,216)
#E2EBE1
(226,235,225)
#EAF1EA
(234,241,234)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BB99; }

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

This text font color is #A2BB99.

Background Color

.myBgColor { background-color: #A2BB99; }

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

This div background color is #A2BB99.

Border color

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

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

This div border color is #A2BB99.

Opacity

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

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

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

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

This text has shadow with #A2BB99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2BB99.

Preview

Color preview on black background

This text has color #A2BB99 on black background.


Color preview on white background

This text has color #A2BB99 on white background.


Black color preview on #A2BB99 background

This text has black color on #A2BB99 background.


White color preview on #A2BB99 background

This text has white color on #A2BB99 background.


Related colors

Complementary color

Complementary color for #hex is #5D4466.


I love getcolorcode.com

Triadic colors

1 #99A2BB and #BB99A2 with #A2BB99 are triadic colors.

2 #99BBA2 and #BBA299 with #A2BB99 are triadic colors.