COLOR #A5C5FF

HEX: #A5C5FF
RGB: (165,197,255)

Color info

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

RGB color model

#A5C5FF color RGB value is (165,197,255).

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

RGB channels and saturation

R 165 of 255 = 65%
G 197 of 255 = 77%
B 255 of 255 = 100%

165
197
255

R + G + B ~ 81%. #A5C5FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 197 + 255 = 617 (100%)
R 165 of 617 ~ 26.74%
G 197 of 617 ~ 31.93%
B 255 of 617 ~ 41.33%

%26.74
%31.93
%41.33

CMYK color model

#A5C5FF color CMYK value is (35,23,0,0).

  • cyan value is 35.29%
  • magenta value is 22.75%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(35,23,0,0)
C35M23Y0K0 
(35%,23%,0%,0%)
(0.35/0.23/0.00/0.00)	

CMYK percentages

%35.29
%22.75
%0
%0

Codes

Color #A5C5FF in popluar color models

A5C5FF
RGB165197255
HSL219°100.00%82.35%
HSB/HSV219°35.29%100.00%
CMYK35.29%22.75%0.00%
0.00%

Color #A5C5FF in popluar number systems.

HEXA5C5FF
Decimal165197255
Binary101001011100010111111111
Octal245305377

Shades and tints

Shades of #A5C5FF

#A5C5FF
(165,197,255)
#96B4E8
(150,180,232)
#87A3D1
(135,163,209)
#7892BA
(120,146,186)
#6981A3
(105,129,163)
#5A708C
(90,112,140)
#4B5F75
(75,95,117)
#3C4E5E
(60,78,94)
#2D3D47
(45,61,71)
#1E2C30
(30,44,48)
#0F1B19
(15,27,25)
#000000
(0,0,0)

Tints of #A5C5FF

#A5C5FF
(165,197,255)
#ADCAFF
(173,202,255)
#B5CFFF
(181,207,255)
#BDD4FF
(189,212,255)
#C5D9FF
(197,217,255)
#CDDEFF
(205,222,255)
#D5E3FF
(213,227,255)
#DDE8FF
(221,232,255)
#E5EDFF
(229,237,255)
#EDF2FF
(237,242,255)
#F5F7FF
(245,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C5FF; }

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

This text font color is #A5C5FF.


Background Color

.myBgColor { background-color: #A5C5FF; }

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

This div background color is #A5C5FF.


Border color

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

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

This div border color is #A5C5FF.


Opacity

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

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

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

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

This text has shadow with #A5C5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C5FF on black background.


Color preview on white background

This text has color #A5C5FF on white background.



Black color preview on #A5C5FF background

This text has black color on #A5C5FF background.


White color preview on #A5C5FF background

This text has white color on #A5C5FF background.