COLOR #A2BBA9

HEX: #A2BBA9
RGB: (162,187,169)

Color info

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

RGB color model

#A2BBA9 color RGB value is (162,187,169).

  • red value is 162;
  • green value is 187;
  • blue value is 169.
RGB:
(162,187,169)
(64%,73%,66%)

RGB channels and saturation

R 162 of 255 = 64%
G 187 of 255 = 73%
B 169 of 255 = 66%

162
187
169

R + G + B ~ 68%. #A2BBA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 187 + 169 = 518 (100%)
R 162 of 518 ~ 31.27%
G 187 of 518 ~ 36.1%
B 169 of 518 ~ 32.63%

%31.27
%36.1
%32.63

CMYK color model

#A2BBA9 color CMYK value is (13,0,10,27).

  • cyan value is 13.37%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 26.67%
CMYK:
(13,0,10,27)
C13M0Y10K27 
(13%,0%,10%,27%)
(0.13/0.00/0.10/0.27)	

CMYK percentages

%13.37
%0
%9.63
%26.67

Codes

Color #A2BBA9 in popluar color models

A2BBA9
RGB162187169
HSL137°15.53%68.43%
HSB/HSV137°13.37%73.33%
CMYK13.37%0.00%9.63%
26.67%

Color #A2BBA9 in popluar number systems.

HEXA2BBA9
Decimal162187169
Binary101000101011101110101001
Octal242273251

Shades and tints

Shades of #A2BBA9

#A2BBA9
(162,187,169)
#94AA9A
(148,170,154)
#86998B
(134,153,139)
#78887C
(120,136,124)
#6A776D
(106,119,109)
#5C665E
(92,102,94)
#4E554F
(78,85,79)
#404440
(64,68,64)
#323331
(50,51,49)
#242222
(36,34,34)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #A2BBA9

#A2BBA9
(162,187,169)
#AAC1B0
(170,193,176)
#B2C7B7
(178,199,183)
#BACDBE
(186,205,190)
#C2D3C5
(194,211,197)
#CAD9CC
(202,217,204)
#D2DFD3
(210,223,211)
#DAE5DA
(218,229,218)
#E2EBE1
(226,235,225)
#EAF1E8
(234,241,232)
#F2F7EF
(242,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BBA9; }

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

This text font color is #A2BBA9.


Background Color

.myBgColor { background-color: #A2BBA9; }

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

This div background color is #A2BBA9.


Border color

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

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

This div border color is #A2BBA9.


Opacity

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

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

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

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

This text has shadow with #A2BBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BBA9 on black background.


Color preview on white background

This text has color #A2BBA9 on white background.



Black color preview on #A2BBA9 background

This text has black color on #A2BBA9 background.


White color preview on #A2BBA9 background

This text has white color on #A2BBA9 background.