COLOR #A5C3E8

HEX: #A5C3E8
RGB: (165,195,232)

Color info

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

RGB color model

#A5C3E8 color RGB value is (165,195,232).

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

RGB channels and saturation

R 165 of 255 = 65%
G 195 of 255 = 76%
B 232 of 255 = 91%

165
195
232

R + G + B ~ 77%. #A5C3E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 195 + 232 = 592 (100%)
R 165 of 592 ~ 27.87%
G 195 of 592 ~ 32.94%
B 232 of 592 ~ 39.19%

%27.87
%32.94
%39.19

CMYK color model

#A5C3E8 color CMYK value is (29,16,0,9).

  • cyan value is 28.88%
  • magenta value is 15.95%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(29,16,0,9)
C29M16Y0K9 
(29%,16%,0%,9%)
(0.29/0.16/0.00/0.09)	

CMYK percentages

%28.88
%15.95
%0
%9.02

Codes

Color #A5C3E8 in popluar color models

A5C3E8
RGB165195232
HSL213°59.29%77.84%
HSB/HSV213°28.88%90.98%
CMYK28.88%15.95%0.00%
9.02%

Color #A5C3E8 in popluar number systems.

HEXA5C3E8
Decimal165195232
Binary101001011100001111101000
Octal245303350

Shades and tints

Shades of #A5C3E8

#A5C3E8
(165,195,232)
#96B2D3
(150,178,211)
#87A1BE
(135,161,190)
#7890A9
(120,144,169)
#697F94
(105,127,148)
#5A6E7F
(90,110,127)
#4B5D6A
(75,93,106)
#3C4C55
(60,76,85)
#2D3B40
(45,59,64)
#1E2A2B
(30,42,43)
#0F1916
(15,25,22)
#000000
(0,0,0)

Tints of #A5C3E8

#A5C3E8
(165,195,232)
#ADC8EA
(173,200,234)
#B5CDEC
(181,205,236)
#BDD2EE
(189,210,238)
#C5D7F0
(197,215,240)
#CDDCF2
(205,220,242)
#D5E1F4
(213,225,244)
#DDE6F6
(221,230,246)
#E5EBF8
(229,235,248)
#EDF0FA
(237,240,250)
#F5F5FC
(245,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C3E8; }

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

This text font color is #A5C3E8.


Background Color

.myBgColor { background-color: #A5C3E8; }

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

This div background color is #A5C3E8.


Border color

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

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

This div border color is #A5C3E8.


Opacity

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

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

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

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

This text has shadow with #A5C3E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C3E8 on black background.


Color preview on white background

This text has color #A5C3E8 on white background.



Black color preview on #A5C3E8 background

This text has black color on #A5C3E8 background.


White color preview on #A5C3E8 background

This text has white color on #A5C3E8 background.