COLOR #A2BBAB

HEX: #A2BBAB
RGB: (162,187,171)

Color info

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

RGB color model

#A2BBAB color RGB value is (162,187,171).

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

RGB channels and saturation

R 162 of 255 = 64%
G 187 of 255 = 73%
B 171 of 255 = 67%

162
187
171

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

Portions of RGB colors in percentages

R + G + B =
162 + 187 + 171 = 520 (100%)
R 162 of 520 ~ 31.15%
G 187 of 520 ~ 35.96%
B 171 of 520 ~ 32.88%

%31.15
%35.96
%32.88

CMYK color model

#A2BBAB color CMYK value is (13,0,9,27).

  • cyan value is 13.37%
  • magenta value is 0.00%
  • yellow value is 8.56%
  • key color value is 26.67%
CMYK: (13,0,9,27) C13M0Y9K27 (13%,0%,9%,27%) (0.13/0.00/0.09/0.27)

CMYK percentages

%13.37
%0
%8.56
%26.67

Codes

Color #A2BBAB in popluar color models

A2BBAB
RGB162187171
HSL142°15.53%68.43%
HSB/HSV142°13.37%73.33%
CMYK13.37%0.00%8.56%
26.67%

Color #A2BBAB in popluar number systems.

HEXA2BBAB
Decimal162187171
Binary101000101011101110101011
Octal242273253

Shades and tints

Shades of #A2BBAB

#A2BBAB
(162,187,171)
#94AA9C
(148,170,156)
#86998D
(134,153,141)
#78887E
(120,136,126)
#6A776F
(106,119,111)
#5C6660
(92,102,96)
#4E5551
(78,85,81)
#404442
(64,68,66)
#323333
(50,51,51)
#242224
(36,34,36)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #A2BBAB

#A2BBAB
(162,187,171)
#AAC1B2
(170,193,178)
#B2C7B9
(178,199,185)
#BACDC0
(186,205,192)
#C2D3C7
(194,211,199)
#CAD9CE
(202,217,206)
#D2DFD5
(210,223,213)
#DAE5DC
(218,229,220)
#E2EBE3
(226,235,227)
#EAF1EA
(234,241,234)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BBAB; }

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

This text font color is #A2BBAB.


Background Color

.myBgColor { background-color: #A2BBAB; }

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

This div background color is #A2BBAB.


Border color

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

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

This div border color is #A2BBAB.


Opacity

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

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

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

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

This text has shadow with #A2BBAB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A2BBAB on black background.


Color preview on white background

This text has color #A2BBAB on white background.



Black color preview on #A2BBAB background

This text has black color on #A2BBAB background.


White color preview on #A2BBAB background

This text has white color on #A2BBAB background.