COLOR #A5B3FF

HEX: #A5B3FF
RGB: (165,179,255)

Color info

#A5B3FF contains mainly blue color. Web safe color of #A5B3FF is #9999FF (or #99F).

RGB color model

#A5B3FF color RGB value is (165,179,255).

  • red value is 165;
  • green value is 179;
  • blue value is 255.
RGB:
(165,179,255)
(65%,70%,100%)

RGB channels and saturation

R 165 of 255 = 65%
G 179 of 255 = 70%
B 255 of 255 = 100%

165
179
255

R + G + B ~ 78%. #A5B3FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 179 + 255 = 599 (100%)
R 165 of 599 ~ 27.55%
G 179 of 599 ~ 29.88%
B 255 of 599 ~ 42.57%

%27.55
%29.88
%42.57

CMYK color model

#A5B3FF color CMYK value is (35,30,0,0).

  • cyan value is 35.29%
  • magenta value is 29.80%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(35,30,0,0)
C35M30Y0K0 
(35%,30%,0%,0%)
(0.35/0.30/0.00/0.00)	

CMYK percentages

%35.29
%29.8
%0
%0

Codes

Color #A5B3FF in popluar color models

A5B3FF
RGB165179255
HSL231°100.00%82.35%
HSB/HSV231°35.29%100.00%
CMYK35.29%29.80%0.00%
0.00%

Color #A5B3FF in popluar number systems.

HEXA5B3FF
Decimal165179255
Binary101001011011001111111111
Octal245263377

Shades and tints

Shades of #A5B3FF

#A5B3FF
(165,179,255)
#96A3E8
(150,163,232)
#8793D1
(135,147,209)
#7883BA
(120,131,186)
#6973A3
(105,115,163)
#5A638C
(90,99,140)
#4B5375
(75,83,117)
#3C435E
(60,67,94)
#2D3347
(45,51,71)
#1E2330
(30,35,48)
#0F1319
(15,19,25)
#000000
(0,0,0)

Tints of #A5B3FF

#A5B3FF
(165,179,255)
#ADB9FF
(173,185,255)
#B5BFFF
(181,191,255)
#BDC5FF
(189,197,255)
#C5CBFF
(197,203,255)
#CDD1FF
(205,209,255)
#D5D7FF
(213,215,255)
#DDDDFF
(221,221,255)
#E5E3FF
(229,227,255)
#EDE9FF
(237,233,255)
#F5EFFF
(245,239,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B3FF color. Also use rgb(165,179,255) instead hex code.

Text Font Color

.myTextColor { color: #A5B3FF; }

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

This text font color is #A5B3FF.


Background Color

.myBgColor { background-color: #A5B3FF; }

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

This div background color is #A5B3FF.


Border color

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

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

This div border color is #A5B3FF.


Opacity

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

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

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

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

This text has shadow with #A5B3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B3FF on black background.


Color preview on white background

This text has color #A5B3FF on white background.



Black color preview on #A5B3FF background

This text has black color on #A5B3FF background.


White color preview on #A5B3FF background

This text has white color on #A5B3FF background.