COLOR #A5B9CA

HEX: #A5B9CA
RGB: (165,185,202)

Color info

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

RGB color model

#A5B9CA color RGB value is (165,185,202).

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

RGB channels and saturation

R 165 of 255 = 65%
G 185 of 255 = 73%
B 202 of 255 = 79%

165
185
202

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

Portions of RGB colors in percentages

R + G + B =
165 + 185 + 202 = 552 (100%)
R 165 of 552 ~ 29.89%
G 185 of 552 ~ 33.51%
B 202 of 552 ~ 36.59%

%29.89
%33.51
%36.59

CMYK color model

#A5B9CA color CMYK value is (18,8,0,21).

  • cyan value is 18.32%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(18,8,0,21)
C18M8Y0K21 
(18%,8%,0%,21%)
(0.18/0.08/0.00/0.21)	

CMYK percentages

%18.32
%8.42
%0
%20.78

Codes

Color #A5B9CA in popluar color models

A5B9CA
RGB165185202
HSL208°25.87%71.96%
HSB/HSV208°18.32%79.22%
CMYK18.32%8.42%0.00%
20.78%

Color #A5B9CA in popluar number systems.

HEXA5B9CA
Decimal165185202
Binary101001011011100111001010
Octal245271312

Shades and tints

Shades of #A5B9CA

#A5B9CA
(165,185,202)
#96A9B8
(150,169,184)
#8799A6
(135,153,166)
#788994
(120,137,148)
#697982
(105,121,130)
#5A6970
(90,105,112)
#4B595E
(75,89,94)
#3C494C
(60,73,76)
#2D393A
(45,57,58)
#1E2928
(30,41,40)
#0F1916
(15,25,22)
#000000
(0,0,0)

Tints of #A5B9CA

#A5B9CA
(165,185,202)
#ADBFCE
(173,191,206)
#B5C5D2
(181,197,210)
#BDCBD6
(189,203,214)
#C5D1DA
(197,209,218)
#CDD7DE
(205,215,222)
#D5DDE2
(213,221,226)
#DDE3E6
(221,227,230)
#E5E9EA
(229,233,234)
#EDEFEE
(237,239,238)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B9CA; }

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

This text font color is #A5B9CA.


Background Color

.myBgColor { background-color: #A5B9CA; }

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

This div background color is #A5B9CA.


Border color

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

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

This div border color is #A5B9CA.


Opacity

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

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

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

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

This text has shadow with #A5B9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B9CA on black background.


Color preview on white background

This text has color #A5B9CA on white background.



Black color preview on #A5B9CA background

This text has black color on #A5B9CA background.


White color preview on #A5B9CA background

This text has white color on #A5B9CA background.