COLOR #A5C8FC

HEX: #A5C8FC
RGB: (165,200,252)

Color info

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

RGB color model

#A5C8FC color RGB value is (165,200,252).

  • red value is 165;
  • green value is 200;
  • blue value is 252.
RGB:
(165,200,252)
(65%,78%,99%)

RGB channels and saturation

R 165 of 255 = 65%
G 200 of 255 = 78%
B 252 of 255 = 99%

165
200
252

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

Portions of RGB colors in percentages

R + G + B =
165 + 200 + 252 = 617 (100%)
R 165 of 617 ~ 26.74%
G 200 of 617 ~ 32.41%
B 252 of 617 ~ 40.84%

%26.74
%32.41
%40.84

CMYK color model

#A5C8FC color CMYK value is (35,21,0,1).

  • cyan value is 34.52%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(35,21,0,1)
C35M21Y0K1 
(35%,21%,0%,1%)
(0.35/0.21/0.00/0.01)	

CMYK percentages

%34.52
%20.63
%0
%1.18

Codes

Color #A5C8FC in popluar color models

A5C8FC
RGB165200252
HSL216°93.55%81.76%
HSB/HSV216°34.52%98.82%
CMYK34.52%20.63%0.00%
1.18%

Color #A5C8FC in popluar number systems.

HEXA5C8FC
Decimal165200252
Binary101001011100100011111100
Octal245310374

Shades and tints

Shades of #A5C8FC

#A5C8FC
(165,200,252)
#96B6E6
(150,182,230)
#87A4D0
(135,164,208)
#7892BA
(120,146,186)
#6980A4
(105,128,164)
#5A6E8E
(90,110,142)
#4B5C78
(75,92,120)
#3C4A62
(60,74,98)
#2D384C
(45,56,76)
#1E2636
(30,38,54)
#0F1420
(15,20,32)
#000000
(0,0,0)

Tints of #A5C8FC

#A5C8FC
(165,200,252)
#ADCDFC
(173,205,252)
#B5D2FC
(181,210,252)
#BDD7FC
(189,215,252)
#C5DCFC
(197,220,252)
#CDE1FC
(205,225,252)
#D5E6FC
(213,230,252)
#DDEBFC
(221,235,252)
#E5F0FC
(229,240,252)
#EDF5FC
(237,245,252)
#F5FAFC
(245,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C8FC color. Also use rgb(165,200,252) instead hex code.

Text Font Color

.myTextColor { color: #A5C8FC; }

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

This text font color is #A5C8FC.


Background Color

.myBgColor { background-color: #A5C8FC; }

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

This div background color is #A5C8FC.


Border color

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

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

This div border color is #A5C8FC.


Opacity

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

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

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

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

This text has shadow with #A5C8FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C8FC on black background.


Color preview on white background

This text has color #A5C8FC on white background.



Black color preview on #A5C8FC background

This text has black color on #A5C8FC background.


White color preview on #A5C8FC background

This text has white color on #A5C8FC background.