COLOR #A5B9D2

HEX: #A5B9D2
RGB: (165,185,210)

Color info

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

RGB color model

#A5B9D2 color RGB value is (165,185,210).

  • red value is 165;
  • green value is 185;
  • blue value is 210.
RGB:
(165,185,210)
(65%,73%,82%)

RGB channels and saturation

R 165 of 255 = 65%
G 185 of 255 = 73%
B 210 of 255 = 82%

165
185
210

R + G + B ~ 73%. #A5B9D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 185 + 210 = 560 (100%)
R 165 of 560 ~ 29.46%
G 185 of 560 ~ 33.04%
B 210 of 560 ~ 37.5%

%29.46
%33.04
%37.5

CMYK color model

#A5B9D2 color CMYK value is (21,12,0,18).

  • cyan value is 21.43%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(21,12,0,18)
C21M12Y0K18 
(21%,12%,0%,18%)
(0.21/0.12/0.00/0.18)	

CMYK percentages

%21.43
%11.9
%0
%17.65

Codes

Color #A5B9D2 in popluar color models

A5B9D2
RGB165185210
HSL213°33.33%73.53%
HSB/HSV213°21.43%82.35%
CMYK21.43%11.90%0.00%
17.65%

Color #A5B9D2 in popluar number systems.

HEXA5B9D2
Decimal165185210
Binary101001011011100111010010
Octal245271322

Shades and tints

Shades of #A5B9D2

#A5B9D2
(165,185,210)
#96A9BF
(150,169,191)
#8799AC
(135,153,172)
#788999
(120,137,153)
#697986
(105,121,134)
#5A6973
(90,105,115)
#4B5960
(75,89,96)
#3C494D
(60,73,77)
#2D393A
(45,57,58)
#1E2927
(30,41,39)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #A5B9D2

#A5B9D2
(165,185,210)
#ADBFD6
(173,191,214)
#B5C5DA
(181,197,218)
#BDCBDE
(189,203,222)
#C5D1E2
(197,209,226)
#CDD7E6
(205,215,230)
#D5DDEA
(213,221,234)
#DDE3EE
(221,227,238)
#E5E9F2
(229,233,242)
#EDEFF6
(237,239,246)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B9D2 color. Also use rgb(165,185,210) instead hex code.

Text Font Color

.myTextColor { color: #A5B9D2; }

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

This text font color is #A5B9D2.


Background Color

.myBgColor { background-color: #A5B9D2; }

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

This div background color is #A5B9D2.


Border color

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

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

This div border color is #A5B9D2.


Opacity

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

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

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

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

This text has shadow with #A5B9D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B9D2 on black background.


Color preview on white background

This text has color #A5B9D2 on white background.



Black color preview on #A5B9D2 background

This text has black color on #A5B9D2 background.


White color preview on #A5B9D2 background

This text has white color on #A5B9D2 background.