COLOR #A2B5D1

HEX: #A2B5D1
RGB: (162,181,209)

Color info

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

RGB color model

#A2B5D1 color RGB value is (162,181,209).

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

RGB channels and saturation

R 162 of 255 = 64%
G 181 of 255 = 71%
B 209 of 255 = 82%

162
181
209

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

Portions of RGB colors in percentages

R + G + B =
162 + 181 + 209 = 552 (100%)
R 162 of 552 ~ 29.35%
G 181 of 552 ~ 32.79%
B 209 of 552 ~ 37.86%

%29.35
%32.79
%37.86

CMYK color model

#A2B5D1 color CMYK value is (22,13,0,18).

  • cyan value is 22.49%
  • magenta value is 13.40%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (22,13,0,18) C22M13Y0K18 (22%,13%,0%,18%) (0.22/0.13/0.00/0.18)

CMYK percentages

%22.49
%13.4
%0
%18.04

Codes

Color #A2B5D1 in popluar color models

A2B5D1
RGB162181209
HSL216°33.81%72.75%
HSB/HSV216°22.49%81.96%
CMYK22.49%13.40%0.00%
18.04%

Color #A2B5D1 in popluar number systems.

HEXA2B5D1
Decimal162181209
Binary101000101011010111010001
Octal242265321

Shades and tints

Shades of #A2B5D1

#A2B5D1
(162,181,209)
#94A5BE
(148,165,190)
#8695AB
(134,149,171)
#788598
(120,133,152)
#6A7585
(106,117,133)
#5C6572
(92,101,114)
#4E555F
(78,85,95)
#40454C
(64,69,76)
#323539
(50,53,57)
#242526
(36,37,38)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #A2B5D1

#A2B5D1
(162,181,209)
#AABBD5
(170,187,213)
#B2C1D9
(178,193,217)
#BAC7DD
(186,199,221)
#C2CDE1
(194,205,225)
#CAD3E5
(202,211,229)
#D2D9E9
(210,217,233)
#DADFED
(218,223,237)
#E2E5F1
(226,229,241)
#EAEBF5
(234,235,245)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2B5D1; }

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

This text font color is #A2B5D1.


Background Color

.myBgColor { background-color: #A2B5D1; }

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

This div background color is #A2B5D1.


Border color

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

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

This div border color is #A2B5D1.


Opacity

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

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

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

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

This text has shadow with #A2B5D1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A2B5D1 on black background.


Color preview on white background

This text has color #A2B5D1 on white background.



Black color preview on #A2B5D1 background

This text has black color on #A2B5D1 background.


White color preview on #A2B5D1 background

This text has white color on #A2B5D1 background.