COLOR #A5B9E1

HEX: #A5B9E1
RGB: (165,185,225)

Color info

#A5B9E1 contains mainly green and blue colors. Web safe color of #A5B9E1 is #99CCCC (or #9CC).

RGB color model

#A5B9E1 color RGB value is (165,185,225).

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

RGB channels and saturation

R 165 of 255 = 65%
G 185 of 255 = 73%
B 225 of 255 = 88%

165
185
225

R + G + B ~ 75%. #A5B9E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 185 + 225 = 575 (100%)
R 165 of 575 ~ 28.7%
G 185 of 575 ~ 32.17%
B 225 of 575 ~ 39.13%

%28.7
%32.17
%39.13

CMYK color model

#A5B9E1 color CMYK value is (27,18,0,12).

  • cyan value is 26.67%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(27,18,0,12)
C27M18Y0K12 
(27%,18%,0%,12%)
(0.27/0.18/0.00/0.12)	

CMYK percentages

%26.67
%17.78
%0
%11.76

Codes

Color #A5B9E1 in popluar color models

A5B9E1
RGB165185225
HSL220°50.00%76.47%
HSB/HSV220°26.67%88.24%
CMYK26.67%17.78%0.00%
11.76%

Color #A5B9E1 in popluar number systems.

HEXA5B9E1
Decimal165185225
Binary101001011011100111100001
Octal245271341

Shades and tints

Shades of #A5B9E1

#A5B9E1
(165,185,225)
#96A9CD
(150,169,205)
#8799B9
(135,153,185)
#7889A5
(120,137,165)
#697991
(105,121,145)
#5A697D
(90,105,125)
#4B5969
(75,89,105)
#3C4955
(60,73,85)
#2D3941
(45,57,65)
#1E292D
(30,41,45)
#0F1919
(15,25,25)
#000000
(0,0,0)

Tints of #A5B9E1

#A5B9E1
(165,185,225)
#ADBFE3
(173,191,227)
#B5C5E5
(181,197,229)
#BDCBE7
(189,203,231)
#C5D1E9
(197,209,233)
#CDD7EB
(205,215,235)
#D5DDED
(213,221,237)
#DDE3EF
(221,227,239)
#E5E9F1
(229,233,241)
#EDEFF3
(237,239,243)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B9E1; }

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

This text font color is #A5B9E1.


Background Color

.myBgColor { background-color: #A5B9E1; }

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

This div background color is #A5B9E1.


Border color

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

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

This div border color is #A5B9E1.


Opacity

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

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

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

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

This text has shadow with #A5B9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B9E1 on black background.


Color preview on white background

This text has color #A5B9E1 on white background.



Black color preview on #A5B9E1 background

This text has black color on #A5B9E1 background.


White color preview on #A5B9E1 background

This text has white color on #A5B9E1 background.