COLOR #A5B6D9

HEX: #A5B6D9
RGB: (165,182,217)

Color info

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

RGB color model

#A5B6D9 color RGB value is (165,182,217).

  • red value is 165;
  • green value is 182;
  • blue value is 217.
RGB:
(165,182,217)
(65%,71%,85%)

RGB channels and saturation

R 165 of 255 = 65%
G 182 of 255 = 71%
B 217 of 255 = 85%

165
182
217

R + G + B ~ 74%. #A5B6D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 182 + 217 = 564 (100%)
R 165 of 564 ~ 29.26%
G 182 of 564 ~ 32.27%
B 217 of 564 ~ 38.48%

%29.26
%32.27
%38.48

CMYK color model

#A5B6D9 color CMYK value is (24,16,0,15).

  • cyan value is 23.96%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(24,16,0,15)
C24M16Y0K15 
(24%,16%,0%,15%)
(0.24/0.16/0.00/0.15)	

CMYK percentages

%23.96
%16.13
%0
%14.9

Codes

Color #A5B6D9 in popluar color models

A5B6D9
RGB165182217
HSL220°40.63%74.90%
HSB/HSV220°23.96%85.10%
CMYK23.96%16.13%0.00%
14.90%

Color #A5B6D9 in popluar number systems.

HEXA5B6D9
Decimal165182217
Binary101001011011011011011001
Octal245266331

Shades and tints

Shades of #A5B6D9

#A5B6D9
(165,182,217)
#96A6C6
(150,166,198)
#8796B3
(135,150,179)
#7886A0
(120,134,160)
#69768D
(105,118,141)
#5A667A
(90,102,122)
#4B5667
(75,86,103)
#3C4654
(60,70,84)
#2D3641
(45,54,65)
#1E262E
(30,38,46)
#0F161B
(15,22,27)
#000000
(0,0,0)

Tints of #A5B6D9

#A5B6D9
(165,182,217)
#ADBCDC
(173,188,220)
#B5C2DF
(181,194,223)
#BDC8E2
(189,200,226)
#C5CEE5
(197,206,229)
#CDD4E8
(205,212,232)
#D5DAEB
(213,218,235)
#DDE0EE
(221,224,238)
#E5E6F1
(229,230,241)
#EDECF4
(237,236,244)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B6D9 color. Also use rgb(165,182,217) instead hex code.

Text Font Color

.myTextColor { color: #A5B6D9; }

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

This text font color is #A5B6D9.


Background Color

.myBgColor { background-color: #A5B6D9; }

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

This div background color is #A5B6D9.


Border color

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

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

This div border color is #A5B6D9.


Opacity

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

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

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

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

This text has shadow with #A5B6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B6D9 on black background.


Color preview on white background

This text has color #A5B6D9 on white background.



Black color preview on #A5B6D9 background

This text has black color on #A5B6D9 background.


White color preview on #A5B6D9 background

This text has white color on #A5B6D9 background.