COLOR #A5C3E4

HEX: #A5C3E4
RGB: (165,195,228)

Color info

#A5C3E4 contains mainly green and blue colors. Web safe color of #A5C3E4 is #99CCCC (or #9CC).

RGB color model

#A5C3E4 color RGB value is (165,195,228).

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

RGB channels and saturation

R 165 of 255 = 65%
G 195 of 255 = 76%
B 228 of 255 = 89%

165
195
228

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

Portions of RGB colors in percentages

R + G + B =
165 + 195 + 228 = 588 (100%)
R 165 of 588 ~ 28.06%
G 195 of 588 ~ 33.16%
B 228 of 588 ~ 38.78%

%28.06
%33.16
%38.78

CMYK color model

#A5C3E4 color CMYK value is (28,14,0,11).

  • cyan value is 27.63%
  • magenta value is 14.47%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(28,14,0,11)
C28M14Y0K11 
(28%,14%,0%,11%)
(0.28/0.14/0.00/0.11)	

CMYK percentages

%27.63
%14.47
%0
%10.59

Codes

Color #A5C3E4 in popluar color models

A5C3E4
RGB165195228
HSL211°53.85%77.06%
HSB/HSV211°27.63%89.41%
CMYK27.63%14.47%0.00%
10.59%

Color #A5C3E4 in popluar number systems.

HEXA5C3E4
Decimal165195228
Binary101001011100001111100100
Octal245303344

Shades and tints

Shades of #A5C3E4

#A5C3E4
(165,195,228)
#96B2D0
(150,178,208)
#87A1BC
(135,161,188)
#7890A8
(120,144,168)
#697F94
(105,127,148)
#5A6E80
(90,110,128)
#4B5D6C
(75,93,108)
#3C4C58
(60,76,88)
#2D3B44
(45,59,68)
#1E2A30
(30,42,48)
#0F191C
(15,25,28)
#000000
(0,0,0)

Tints of #A5C3E4

#A5C3E4
(165,195,228)
#ADC8E6
(173,200,230)
#B5CDE8
(181,205,232)
#BDD2EA
(189,210,234)
#C5D7EC
(197,215,236)
#CDDCEE
(205,220,238)
#D5E1F0
(213,225,240)
#DDE6F2
(221,230,242)
#E5EBF4
(229,235,244)
#EDF0F6
(237,240,246)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C3E4; }

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

This text font color is #A5C3E4.


Background Color

.myBgColor { background-color: #A5C3E4; }

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

This div background color is #A5C3E4.


Border color

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

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

This div border color is #A5C3E4.


Opacity

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

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

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

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

This text has shadow with #A5C3E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C3E4 on black background.


Color preview on white background

This text has color #A5C3E4 on white background.



Black color preview on #A5C3E4 background

This text has black color on #A5C3E4 background.


White color preview on #A5C3E4 background

This text has white color on #A5C3E4 background.