COLOR #A5B9EB

HEX: #A5B9EB
RGB: (165,185,235)

Color info

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

RGB color model

#A5B9EB color RGB value is (165,185,235).

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

RGB channels and saturation

R 165 of 255 = 65%
G 185 of 255 = 73%
B 235 of 255 = 92%

165
185
235

R + G + B ~ 77%. #A5B9EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 185 + 235 = 585 (100%)
R 165 of 585 ~ 28.21%
G 185 of 585 ~ 31.62%
B 235 of 585 ~ 40.17%

%28.21
%31.62
%40.17

CMYK color model

#A5B9EB color CMYK value is (30,21,0,8).

  • cyan value is 29.79%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(30,21,0,8)
C30M21Y0K8 
(30%,21%,0%,8%)
(0.30/0.21/0.00/0.08)	

CMYK percentages

%29.79
%21.28
%0
%7.84

Codes

Color #A5B9EB in popluar color models

A5B9EB
RGB165185235
HSL223°63.64%78.43%
HSB/HSV223°29.79%92.16%
CMYK29.79%21.28%0.00%
7.84%

Color #A5B9EB in popluar number systems.

HEXA5B9EB
Decimal165185235
Binary101001011011100111101011
Octal245271353

Shades and tints

Shades of #A5B9EB

#A5B9EB
(165,185,235)
#96A9D6
(150,169,214)
#8799C1
(135,153,193)
#7889AC
(120,137,172)
#697997
(105,121,151)
#5A6982
(90,105,130)
#4B596D
(75,89,109)
#3C4958
(60,73,88)
#2D3943
(45,57,67)
#1E292E
(30,41,46)
#0F1919
(15,25,25)
#000000
(0,0,0)

Tints of #A5B9EB

#A5B9EB
(165,185,235)
#ADBFEC
(173,191,236)
#B5C5ED
(181,197,237)
#BDCBEE
(189,203,238)
#C5D1EF
(197,209,239)
#CDD7F0
(205,215,240)
#D5DDF1
(213,221,241)
#DDE3F2
(221,227,242)
#E5E9F3
(229,233,243)
#EDEFF4
(237,239,244)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B9EB; }

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

This text font color is #A5B9EB.


Background Color

.myBgColor { background-color: #A5B9EB; }

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

This div background color is #A5B9EB.


Border color

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

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

This div border color is #A5B9EB.


Opacity

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

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

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

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

This text has shadow with #A5B9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B9EB on black background.


Color preview on white background

This text has color #A5B9EB on white background.



Black color preview on #A5B9EB background

This text has black color on #A5B9EB background.


White color preview on #A5B9EB background

This text has white color on #A5B9EB background.