COLOR #A5B9EA

HEX: #A5B9EA
RGB: (165,185,234)

Color info

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

RGB color model

#A5B9EA color RGB value is (165,185,234).

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

RGB channels and saturation

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

165
185
234

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

Portions of RGB colors in percentages

R + G + B =
165 + 185 + 234 = 584 (100%)
R 165 of 584 ~ 28.25%
G 185 of 584 ~ 31.68%
B 234 of 584 ~ 40.07%

%28.25
%31.68
%40.07

CMYK color model

#A5B9EA color CMYK value is (29,21,0,8).

  • cyan value is 29.49%
  • magenta value is 20.94%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(29,21,0,8)
C29M21Y0K8 
(29%,21%,0%,8%)
(0.29/0.21/0.00/0.08)	

CMYK percentages

%29.49
%20.94
%0
%8.24

Codes

Color #A5B9EA in popluar color models

A5B9EA
RGB165185234
HSL223°62.16%78.24%
HSB/HSV223°29.49%91.76%
CMYK29.49%20.94%0.00%
8.24%

Color #A5B9EA in popluar number systems.

HEXA5B9EA
Decimal165185234
Binary101001011011100111101010
Octal245271352

Shades and tints

Shades of #A5B9EA

#A5B9EA
(165,185,234)
#96A9D5
(150,169,213)
#8799C0
(135,153,192)
#7889AB
(120,137,171)
#697996
(105,121,150)
#5A6981
(90,105,129)
#4B596C
(75,89,108)
#3C4957
(60,73,87)
#2D3942
(45,57,66)
#1E292D
(30,41,45)
#0F1918
(15,25,24)
#000000
(0,0,0)

Tints of #A5B9EA

#A5B9EA
(165,185,234)
#ADBFEB
(173,191,235)
#B5C5EC
(181,197,236)
#BDCBED
(189,203,237)
#C5D1EE
(197,209,238)
#CDD7EF
(205,215,239)
#D5DDF0
(213,221,240)
#DDE3F1
(221,227,241)
#E5E9F2
(229,233,242)
#EDEFF3
(237,239,243)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B9EA; }

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

This text font color is #A5B9EA.


Background Color

.myBgColor { background-color: #A5B9EA; }

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

This div background color is #A5B9EA.


Border color

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

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

This div border color is #A5B9EA.


Opacity

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

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

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

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

This text has shadow with #A5B9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B9EA on black background.


Color preview on white background

This text has color #A5B9EA on white background.



Black color preview on #A5B9EA background

This text has black color on #A5B9EA background.


White color preview on #A5B9EA background

This text has white color on #A5B9EA background.