COLOR #A5C6EC

HEX: #A5C6EC
RGB: (165,198,236)

Color info

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

RGB color model

#A5C6EC color RGB value is (165,198,236).

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

RGB channels and saturation

R 165 of 255 = 65%
G 198 of 255 = 78%
B 236 of 255 = 93%

165
198
236

R + G + B ~ 79%. #A5C6EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 198 + 236 = 599 (100%)
R 165 of 599 ~ 27.55%
G 198 of 599 ~ 33.06%
B 236 of 599 ~ 39.4%

%27.55
%33.06
%39.4

CMYK color model

#A5C6EC color CMYK value is (30,16,0,7).

  • cyan value is 30.08%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(30,16,0,7)
C30M16Y0K7 
(30%,16%,0%,7%)
(0.30/0.16/0.00/0.07)	

CMYK percentages

%30.08
%16.1
%0
%7.45

Codes

Color #A5C6EC in popluar color models

A5C6EC
RGB165198236
HSL212°65.14%78.63%
HSB/HSV212°30.08%92.55%
CMYK30.08%16.10%0.00%
7.45%

Color #A5C6EC in popluar number systems.

HEXA5C6EC
Decimal165198236
Binary101001011100011011101100
Octal245306354

Shades and tints

Shades of #A5C6EC

#A5C6EC
(165,198,236)
#96B4D7
(150,180,215)
#87A2C2
(135,162,194)
#7890AD
(120,144,173)
#697E98
(105,126,152)
#5A6C83
(90,108,131)
#4B5A6E
(75,90,110)
#3C4859
(60,72,89)
#2D3644
(45,54,68)
#1E242F
(30,36,47)
#0F121A
(15,18,26)
#000000
(0,0,0)

Tints of #A5C6EC

#A5C6EC
(165,198,236)
#ADCBED
(173,203,237)
#B5D0EE
(181,208,238)
#BDD5EF
(189,213,239)
#C5DAF0
(197,218,240)
#CDDFF1
(205,223,241)
#D5E4F2
(213,228,242)
#DDE9F3
(221,233,243)
#E5EEF4
(229,238,244)
#EDF3F5
(237,243,245)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C6EC; }

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

This text font color is #A5C6EC.


Background Color

.myBgColor { background-color: #A5C6EC; }

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

This div background color is #A5C6EC.


Border color

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

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

This div border color is #A5C6EC.


Opacity

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

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

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

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

This text has shadow with #A5C6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C6EC on black background.


Color preview on white background

This text has color #A5C6EC on white background.



Black color preview on #A5C6EC background

This text has black color on #A5C6EC background.


White color preview on #A5C6EC background

This text has white color on #A5C6EC background.