COLOR #A5C3EC

HEX: #A5C3EC
RGB: (165,195,236)

Color info

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

RGB color model

#A5C3EC color RGB value is (165,195,236).

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

RGB channels and saturation

R 165 of 255 = 65%
G 195 of 255 = 76%
B 236 of 255 = 93%

165
195
236

R + G + B ~ 78%. #A5C3EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 195 + 236 = 596 (100%)
R 165 of 596 ~ 27.68%
G 195 of 596 ~ 32.72%
B 236 of 596 ~ 39.6%

%27.68
%32.72
%39.6

CMYK color model

#A5C3EC color CMYK value is (30,17,0,7).

  • cyan value is 30.08%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(30,17,0,7)
C30M17Y0K7 
(30%,17%,0%,7%)
(0.30/0.17/0.00/0.07)	

CMYK percentages

%30.08
%17.37
%0
%7.45

Codes

Color #A5C3EC in popluar color models

A5C3EC
RGB165195236
HSL215°65.14%78.63%
HSB/HSV215°30.08%92.55%
CMYK30.08%17.37%0.00%
7.45%

Color #A5C3EC in popluar number systems.

HEXA5C3EC
Decimal165195236
Binary101001011100001111101100
Octal245303354

Shades and tints

Shades of #A5C3EC

#A5C3EC
(165,195,236)
#96B2D7
(150,178,215)
#87A1C2
(135,161,194)
#7890AD
(120,144,173)
#697F98
(105,127,152)
#5A6E83
(90,110,131)
#4B5D6E
(75,93,110)
#3C4C59
(60,76,89)
#2D3B44
(45,59,68)
#1E2A2F
(30,42,47)
#0F191A
(15,25,26)
#000000
(0,0,0)

Tints of #A5C3EC

#A5C3EC
(165,195,236)
#ADC8ED
(173,200,237)
#B5CDEE
(181,205,238)
#BDD2EF
(189,210,239)
#C5D7F0
(197,215,240)
#CDDCF1
(205,220,241)
#D5E1F2
(213,225,242)
#DDE6F3
(221,230,243)
#E5EBF4
(229,235,244)
#EDF0F5
(237,240,245)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C3EC; }

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

This text font color is #A5C3EC.


Background Color

.myBgColor { background-color: #A5C3EC; }

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

This div background color is #A5C3EC.


Border color

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

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

This div border color is #A5C3EC.


Opacity

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

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

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

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

This text has shadow with #A5C3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C3EC on black background.


Color preview on white background

This text has color #A5C3EC on white background.



Black color preview on #A5C3EC background

This text has black color on #A5C3EC background.


White color preview on #A5C3EC background

This text has white color on #A5C3EC background.