COLOR #A2B0D1

HEX: #A2B0D1
RGB: (162,176,209)

Color info

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

RGB color model

#A2B0D1 color RGB value is (162,176,209).

  • red value is 162;
  • green value is 176;
  • blue value is 209.
RGB:
(162,176,209)
(64%,69%,82%)

RGB channels and saturation

R 162 of 255 = 64%
G 176 of 255 = 69%
B 209 of 255 = 82%

162
176
209

R + G + B ~ 72%. #A2B0D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 176 + 209 = 547 (100%)
R 162 of 547 ~ 29.62%
G 176 of 547 ~ 32.18%
B 209 of 547 ~ 38.21%

%29.62
%32.18
%38.21

CMYK color model

#A2B0D1 color CMYK value is (22,16,0,18).

  • cyan value is 22.49%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(22,16,0,18)
C22M16Y0K18 
(22%,16%,0%,18%)
(0.22/0.16/0.00/0.18)	

CMYK percentages

%22.49
%15.79
%0
%18.04

Codes

Color #A2B0D1 in popluar color models

A2B0D1
RGB162176209
HSL222°33.81%72.75%
HSB/HSV222°22.49%81.96%
CMYK22.49%15.79%0.00%
18.04%

Color #A2B0D1 in popluar number systems.

HEXA2B0D1
Decimal162176209
Binary101000101011000011010001
Octal242260321

Shades and tints

Shades of #A2B0D1

#A2B0D1
(162,176,209)
#94A0BE
(148,160,190)
#8690AB
(134,144,171)
#788098
(120,128,152)
#6A7085
(106,112,133)
#5C6072
(92,96,114)
#4E505F
(78,80,95)
#40404C
(64,64,76)
#323039
(50,48,57)
#242026
(36,32,38)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #A2B0D1

#A2B0D1
(162,176,209)
#AAB7D5
(170,183,213)
#B2BED9
(178,190,217)
#BAC5DD
(186,197,221)
#C2CCE1
(194,204,225)
#CAD3E5
(202,211,229)
#D2DAE9
(210,218,233)
#DAE1ED
(218,225,237)
#E2E8F1
(226,232,241)
#EAEFF5
(234,239,245)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B0D1 color. Also use rgb(162,176,209) instead hex code.

Text Font Color

.myTextColor { color: #A2B0D1; }

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

This text font color is #A2B0D1.


Background Color

.myBgColor { background-color: #A2B0D1; }

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

This div background color is #A2B0D1.


Border color

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

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

This div border color is #A2B0D1.


Opacity

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

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

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

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

This text has shadow with #A2B0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B0D1 on black background.


Color preview on white background

This text has color #A2B0D1 on white background.



Black color preview on #A2B0D1 background

This text has black color on #A2B0D1 background.


White color preview on #A2B0D1 background

This text has white color on #A2B0D1 background.