COLOR #A5CAF9

HEX: #A5CAF9
RGB: (165,202,249)

Color info

#A5CAF9 contains mainly green and blue colors. Web safe color of #A5CAF9 is #99CCFF (or #9CF).

RGB color model

#A5CAF9 color RGB value is (165,202,249).

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

RGB channels and saturation

R 165 of 255 = 65%
G 202 of 255 = 79%
B 249 of 255 = 98%

165
202
249

R + G + B ~ 81%. #A5CAF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 202 + 249 = 616 (100%)
R 165 of 616 ~ 26.79%
G 202 of 616 ~ 32.79%
B 249 of 616 ~ 40.42%

%26.79
%32.79
%40.42

CMYK color model

#A5CAF9 color CMYK value is (34,19,0,2).

  • cyan value is 33.73%
  • magenta value is 18.88%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(34,19,0,2)
C34M19Y0K2 
(34%,19%,0%,2%)
(0.34/0.19/0.00/0.02)	

CMYK percentages

%33.73
%18.88
%0
%2.35

Codes

Color #A5CAF9 in popluar color models

A5CAF9
RGB165202249
HSL214°87.50%81.18%
HSB/HSV214°33.73%97.65%
CMYK33.73%18.88%0.00%
2.35%

Color #A5CAF9 in popluar number systems.

HEXA5CAF9
Decimal165202249
Binary101001011100101011111001
Octal245312371

Shades and tints

Shades of #A5CAF9

#A5CAF9
(165,202,249)
#96B8E3
(150,184,227)
#87A6CD
(135,166,205)
#7894B7
(120,148,183)
#6982A1
(105,130,161)
#5A708B
(90,112,139)
#4B5E75
(75,94,117)
#3C4C5F
(60,76,95)
#2D3A49
(45,58,73)
#1E2833
(30,40,51)
#0F161D
(15,22,29)
#000000
(0,0,0)

Tints of #A5CAF9

#A5CAF9
(165,202,249)
#ADCEF9
(173,206,249)
#B5D2F9
(181,210,249)
#BDD6F9
(189,214,249)
#C5DAF9
(197,218,249)
#CDDEF9
(205,222,249)
#D5E2F9
(213,226,249)
#DDE6F9
(221,230,249)
#E5EAF9
(229,234,249)
#EDEEF9
(237,238,249)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CAF9; }

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

This text font color is #A5CAF9.


Background Color

.myBgColor { background-color: #A5CAF9; }

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

This div background color is #A5CAF9.


Border color

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

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

This div border color is #A5CAF9.


Opacity

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

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

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

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

This text has shadow with #A5CAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CAF9 on black background.


Color preview on white background

This text has color #A5CAF9 on white background.



Black color preview on #A5CAF9 background

This text has black color on #A5CAF9 background.


White color preview on #A5CAF9 background

This text has white color on #A5CAF9 background.