COLOR #A2B5BE

HEX: #A2B5BE
RGB: (162,181,190)

Color info

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

RGB color model

#A2B5BE color RGB value is (162,181,190).

  • red value is 162;
  • green value is 181;
  • blue value is 190.
RGB:
(162,181,190)
(64%,71%,75%)

RGB channels and saturation

R 162 of 255 = 64%
G 181 of 255 = 71%
B 190 of 255 = 75%

162
181
190

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

Portions of RGB colors in percentages

R + G + B =
162 + 181 + 190 = 533 (100%)
R 162 of 533 ~ 30.39%
G 181 of 533 ~ 33.96%
B 190 of 533 ~ 35.65%

%30.39
%33.96
%35.65

CMYK color model

#A2B5BE color CMYK value is (15,5,0,25).

  • cyan value is 14.74%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(15,5,0,25)
C15M5Y0K25 
(15%,5%,0%,25%)
(0.15/0.05/0.00/0.25)	

CMYK percentages

%14.74
%4.74
%0
%25.49

Codes

Color #A2B5BE in popluar color models

A2B5BE
RGB162181190
HSL199°17.72%69.02%
HSB/HSV199°14.74%74.51%
CMYK14.74%4.74%0.00%
25.49%

Color #A2B5BE in popluar number systems.

HEXA2B5BE
Decimal162181190
Binary101000101011010110111110
Octal242265276

Shades and tints

Shades of #A2B5BE

#A2B5BE
(162,181,190)
#94A5AD
(148,165,173)
#86959C
(134,149,156)
#78858B
(120,133,139)
#6A757A
(106,117,122)
#5C6569
(92,101,105)
#4E5558
(78,85,88)
#404547
(64,69,71)
#323536
(50,53,54)
#242525
(36,37,37)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #A2B5BE

#A2B5BE
(162,181,190)
#AABBC3
(170,187,195)
#B2C1C8
(178,193,200)
#BAC7CD
(186,199,205)
#C2CDD2
(194,205,210)
#CAD3D7
(202,211,215)
#D2D9DC
(210,217,220)
#DADFE1
(218,223,225)
#E2E5E6
(226,229,230)
#EAEBEB
(234,235,235)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B5BE color. Also use rgb(162,181,190) instead hex code.

Text Font Color

.myTextColor { color: #A2B5BE; }

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

This text font color is #A2B5BE.


Background Color

.myBgColor { background-color: #A2B5BE; }

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

This div background color is #A2B5BE.


Border color

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

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

This div border color is #A2B5BE.


Opacity

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

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

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

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

This text has shadow with #A2B5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B5BE on black background.


Color preview on white background

This text has color #A2B5BE on white background.



Black color preview on #A2B5BE background

This text has black color on #A2B5BE background.


White color preview on #A2B5BE background

This text has white color on #A2B5BE background.