COLOR #A5C1FC

HEX: #A5C1FC
RGB: (165,193,252)

Color info

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

RGB color model

#A5C1FC color RGB value is (165,193,252).

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

RGB channels and saturation

R 165 of 255 = 65%
G 193 of 255 = 76%
B 252 of 255 = 99%

165
193
252

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

Portions of RGB colors in percentages

R + G + B =
165 + 193 + 252 = 610 (100%)
R 165 of 610 ~ 27.05%
G 193 of 610 ~ 31.64%
B 252 of 610 ~ 41.31%

%27.05
%31.64
%41.31

CMYK color model

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

  • cyan value is 34.52%
  • magenta value is 23.41%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(35,23,0,1)
C35M23Y0K1 
(35%,23%,0%,1%)
(0.35/0.23/0.00/0.01)	

CMYK percentages

%34.52
%23.41
%0
%1.18

Codes

Color #A5C1FC in popluar color models

A5C1FC
RGB165193252
HSL221°93.55%81.76%
HSB/HSV221°34.52%98.82%
CMYK34.52%23.41%0.00%
1.18%

Color #A5C1FC in popluar number systems.

HEXA5C1FC
Decimal165193252
Binary101001011100000111111100
Octal245301374

Shades and tints

Shades of #A5C1FC

#A5C1FC
(165,193,252)
#96B0E6
(150,176,230)
#879FD0
(135,159,208)
#788EBA
(120,142,186)
#697DA4
(105,125,164)
#5A6C8E
(90,108,142)
#4B5B78
(75,91,120)
#3C4A62
(60,74,98)
#2D394C
(45,57,76)
#1E2836
(30,40,54)
#0F1720
(15,23,32)
#000000
(0,0,0)

Tints of #A5C1FC

#A5C1FC
(165,193,252)
#ADC6FC
(173,198,252)
#B5CBFC
(181,203,252)
#BDD0FC
(189,208,252)
#C5D5FC
(197,213,252)
#CDDAFC
(205,218,252)
#D5DFFC
(213,223,252)
#DDE4FC
(221,228,252)
#E5E9FC
(229,233,252)
#EDEEFC
(237,238,252)
#F5F3FC
(245,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C1FC; }

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

This text font color is #A5C1FC.


Background Color

.myBgColor { background-color: #A5C1FC; }

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

This div background color is #A5C1FC.


Border color

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

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

This div border color is #A5C1FC.


Opacity

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

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

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

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

This text has shadow with #A5C1FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C1FC on black background.


Color preview on white background

This text has color #A5C1FC on white background.



Black color preview on #A5C1FC background

This text has black color on #A5C1FC background.


White color preview on #A5C1FC background

This text has white color on #A5C1FC background.