COLOR #A5B9DA

HEX: #A5B9DA
RGB: (165,185,218)

Color info

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

RGB color model

#A5B9DA color RGB value is (165,185,218).

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

RGB channels and saturation

R 165 of 255 = 65%
G 185 of 255 = 73%
B 218 of 255 = 85%

165
185
218

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

Portions of RGB colors in percentages

R + G + B =
165 + 185 + 218 = 568 (100%)
R 165 of 568 ~ 29.05%
G 185 of 568 ~ 32.57%
B 218 of 568 ~ 38.38%

%29.05
%32.57
%38.38

CMYK color model

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

  • cyan value is 24.31%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(24,15,0,15)
C24M15Y0K15 
(24%,15%,0%,15%)
(0.24/0.15/0.00/0.15)	

CMYK percentages

%24.31
%15.14
%0
%14.51

Codes

Color #A5B9DA in popluar color models

A5B9DA
RGB165185218
HSL217°41.73%75.10%
HSB/HSV217°24.31%85.49%
CMYK24.31%15.14%0.00%
14.51%

Color #A5B9DA in popluar number systems.

HEXA5B9DA
Decimal165185218
Binary101001011011100111011010
Octal245271332

Shades and tints

Shades of #A5B9DA

#A5B9DA
(165,185,218)
#96A9C7
(150,169,199)
#8799B4
(135,153,180)
#7889A1
(120,137,161)
#69798E
(105,121,142)
#5A697B
(90,105,123)
#4B5968
(75,89,104)
#3C4955
(60,73,85)
#2D3942
(45,57,66)
#1E292F
(30,41,47)
#0F191C
(15,25,28)
#000000
(0,0,0)

Tints of #A5B9DA

#A5B9DA
(165,185,218)
#ADBFDD
(173,191,221)
#B5C5E0
(181,197,224)
#BDCBE3
(189,203,227)
#C5D1E6
(197,209,230)
#CDD7E9
(205,215,233)
#D5DDEC
(213,221,236)
#DDE3EF
(221,227,239)
#E5E9F2
(229,233,242)
#EDEFF5
(237,239,245)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B9DA; }

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

This text font color is #A5B9DA.


Background Color

.myBgColor { background-color: #A5B9DA; }

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

This div background color is #A5B9DA.


Border color

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

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

This div border color is #A5B9DA.


Opacity

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

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

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

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

This text has shadow with #A5B9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B9DA on black background.


Color preview on white background

This text has color #A5B9DA on white background.



Black color preview on #A5B9DA background

This text has black color on #A5B9DA background.


White color preview on #A5B9DA background

This text has white color on #A5B9DA background.