COLOR #A2B7BB

HEX: #A2B7BB
RGB: (162,183,187)

Color info

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

RGB color model

#A2B7BB color RGB value is (162,183,187).

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

RGB channels and saturation

R 162 of 255 = 64%
G 183 of 255 = 72%
B 187 of 255 = 73%

162
183
187

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

Portions of RGB colors in percentages

R + G + B =
162 + 183 + 187 = 532 (100%)
R 162 of 532 ~ 30.45%
G 183 of 532 ~ 34.4%
B 187 of 532 ~ 35.15%

%30.45
%34.4
%35.15

CMYK color model

#A2B7BB color CMYK value is (13,2,0,27).

  • cyan value is 13.37%
  • magenta value is 2.14%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(13,2,0,27)
C13M2Y0K27 
(13%,2%,0%,27%)
(0.13/0.02/0.00/0.27)	

CMYK percentages

%13.37
%2.14
%0
%26.67

Codes

Color #A2B7BB in popluar color models

A2B7BB
RGB162183187
HSL190°15.53%68.43%
HSB/HSV190°13.37%73.33%
CMYK13.37%2.14%0.00%
26.67%

Color #A2B7BB in popluar number systems.

HEXA2B7BB
Decimal162183187
Binary101000101011011110111011
Octal242267273

Shades and tints

Shades of #A2B7BB

#A2B7BB
(162,183,187)
#94A7AA
(148,167,170)
#869799
(134,151,153)
#788788
(120,135,136)
#6A7777
(106,119,119)
#5C6766
(92,103,102)
#4E5755
(78,87,85)
#404744
(64,71,68)
#323733
(50,55,51)
#242722
(36,39,34)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #A2B7BB

#A2B7BB
(162,183,187)
#AABDC1
(170,189,193)
#B2C3C7
(178,195,199)
#BAC9CD
(186,201,205)
#C2CFD3
(194,207,211)
#CAD5D9
(202,213,217)
#D2DBDF
(210,219,223)
#DAE1E5
(218,225,229)
#E2E7EB
(226,231,235)
#EAEDF1
(234,237,241)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2B7BB; }

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

This text font color is #A2B7BB.


Background Color

.myBgColor { background-color: #A2B7BB; }

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

This div background color is #A2B7BB.


Border color

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

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

This div border color is #A2B7BB.


Opacity

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

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

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

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

This text has shadow with #A2B7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B7BB on black background.


Color preview on white background

This text has color #A2B7BB on white background.



Black color preview on #A2B7BB background

This text has black color on #A2B7BB background.


White color preview on #A2B7BB background

This text has white color on #A2B7BB background.