COLOR #A5C3FF

HEX: #A5C3FF
RGB: (165,195,255)

Color info

#A5C3FF contains mainly blue color. Web safe color of #A5C3FF is #99CCFF (or #9CF).

RGB color model

#A5C3FF color RGB value is (165,195,255).

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

RGB channels and saturation

R 165 of 255 = 65%
G 195 of 255 = 76%
B 255 of 255 = 100%

165
195
255

R + G + B ~ 80%. #A5C3FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 195 + 255 = 615 (100%)
R 165 of 615 ~ 26.83%
G 195 of 615 ~ 31.71%
B 255 of 615 ~ 41.46%

%26.83
%31.71
%41.46

CMYK color model

#A5C3FF color CMYK value is (35,24,0,0).

  • cyan value is 35.29%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(35,24,0,0)
C35M24Y0K0 
(35%,24%,0%,0%)
(0.35/0.24/0.00/0.00)	

CMYK percentages

%35.29
%23.53
%0
%0

Codes

Color #A5C3FF in popluar color models

A5C3FF
RGB165195255
HSL220°100.00%82.35%
HSB/HSV220°35.29%100.00%
CMYK35.29%23.53%0.00%
0.00%

Color #A5C3FF in popluar number systems.

HEXA5C3FF
Decimal165195255
Binary101001011100001111111111
Octal245303377

Shades and tints

Shades of #A5C3FF

#A5C3FF
(165,195,255)
#96B2E8
(150,178,232)
#87A1D1
(135,161,209)
#7890BA
(120,144,186)
#697FA3
(105,127,163)
#5A6E8C
(90,110,140)
#4B5D75
(75,93,117)
#3C4C5E
(60,76,94)
#2D3B47
(45,59,71)
#1E2A30
(30,42,48)
#0F1919
(15,25,25)
#000000
(0,0,0)

Tints of #A5C3FF

#A5C3FF
(165,195,255)
#ADC8FF
(173,200,255)
#B5CDFF
(181,205,255)
#BDD2FF
(189,210,255)
#C5D7FF
(197,215,255)
#CDDCFF
(205,220,255)
#D5E1FF
(213,225,255)
#DDE6FF
(221,230,255)
#E5EBFF
(229,235,255)
#EDF0FF
(237,240,255)
#F5F5FF
(245,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C3FF; }

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

This text font color is #A5C3FF.


Background Color

.myBgColor { background-color: #A5C3FF; }

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

This div background color is #A5C3FF.


Border color

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

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

This div border color is #A5C3FF.


Opacity

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

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

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

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

This text has shadow with #A5C3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C3FF on black background.


Color preview on white background

This text has color #A5C3FF on white background.



Black color preview on #A5C3FF background

This text has black color on #A5C3FF background.


White color preview on #A5C3FF background

This text has white color on #A5C3FF background.