COLOR #A2BCB9

HEX: #A2BCB9
RGB: (162,188,185)

Color info

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

RGB color model

#A2BCB9 color RGB value is (162,188,185).

  • red value is 162;
  • green value is 188;
  • blue value is 185.
RGB:
(162,188,185)
(64%,74%,73%)

RGB channels and saturation

R 162 of 255 = 64%
G 188 of 255 = 74%
B 185 of 255 = 73%

162
188
185

R + G + B ~ 70%. #A2BCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 188 + 185 = 535 (100%)
R 162 of 535 ~ 30.28%
G 188 of 535 ~ 35.14%
B 185 of 535 ~ 34.58%

%30.28
%35.14
%34.58

CMYK color model

#A2BCB9 color CMYK value is (14,0,2,26).

  • cyan value is 13.83%
  • magenta value is 0.00%
  • yellow value is 1.60%
  • key color value is 26.27%
CMYK:
(14,0,2,26)
C14M0Y2K26 
(14%,0%,2%,26%)
(0.14/0.00/0.02/0.26)	

CMYK percentages

%13.83
%0
%1.6
%26.27

Codes

Color #A2BCB9 in popluar color models

A2BCB9
RGB162188185
HSL173°16.25%68.63%
HSB/HSV173°13.83%73.73%
CMYK13.83%0.00%1.60%
26.27%

Color #A2BCB9 in popluar number systems.

HEXA2BCB9
Decimal162188185
Binary101000101011110010111001
Octal242274271

Shades and tints

Shades of #A2BCB9

#A2BCB9
(162,188,185)
#94ABA9
(148,171,169)
#869A99
(134,154,153)
#788989
(120,137,137)
#6A7879
(106,120,121)
#5C6769
(92,103,105)
#4E5659
(78,86,89)
#404549
(64,69,73)
#323439
(50,52,57)
#242329
(36,35,41)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #A2BCB9

#A2BCB9
(162,188,185)
#AAC2BF
(170,194,191)
#B2C8C5
(178,200,197)
#BACECB
(186,206,203)
#C2D4D1
(194,212,209)
#CADAD7
(202,218,215)
#D2E0DD
(210,224,221)
#DAE6E3
(218,230,227)
#E2ECE9
(226,236,233)
#EAF2EF
(234,242,239)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2BCB9 color. Also use rgb(162,188,185) instead hex code.

Text Font Color

.myTextColor { color: #A2BCB9; }

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

This text font color is #A2BCB9.


Background Color

.myBgColor { background-color: #A2BCB9; }

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

This div background color is #A2BCB9.


Border color

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

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

This div border color is #A2BCB9.


Opacity

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

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

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

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

This text has shadow with #A2BCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BCB9 on black background.


Color preview on white background

This text has color #A2BCB9 on white background.



Black color preview on #A2BCB9 background

This text has black color on #A2BCB9 background.


White color preview on #A2BCB9 background

This text has white color on #A2BCB9 background.