COLOR #A5C6E6

HEX: #A5C6E6
RGB: (165,198,230)

Color info

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

RGB color model

#A5C6E6 color RGB value is (165,198,230).

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

RGB channels and saturation

R 165 of 255 = 65%
G 198 of 255 = 78%
B 230 of 255 = 90%

165
198
230

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

Portions of RGB colors in percentages

R + G + B =
165 + 198 + 230 = 593 (100%)
R 165 of 593 ~ 27.82%
G 198 of 593 ~ 33.39%
B 230 of 593 ~ 38.79%

%27.82
%33.39
%38.79

CMYK color model

#A5C6E6 color CMYK value is (28,14,0,10).

  • cyan value is 28.26%
  • magenta value is 13.91%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(28,14,0,10)
C28M14Y0K10 
(28%,14%,0%,10%)
(0.28/0.14/0.00/0.10)	

CMYK percentages

%28.26
%13.91
%0
%9.8

Codes

Color #A5C6E6 in popluar color models

A5C6E6
RGB165198230
HSL210°56.52%77.45%
HSB/HSV210°28.26%90.20%
CMYK28.26%13.91%0.00%
9.80%

Color #A5C6E6 in popluar number systems.

HEXA5C6E6
Decimal165198230
Binary101001011100011011100110
Octal245306346

Shades and tints

Shades of #A5C6E6

#A5C6E6
(165,198,230)
#96B4D2
(150,180,210)
#87A2BE
(135,162,190)
#7890AA
(120,144,170)
#697E96
(105,126,150)
#5A6C82
(90,108,130)
#4B5A6E
(75,90,110)
#3C485A
(60,72,90)
#2D3646
(45,54,70)
#1E2432
(30,36,50)
#0F121E
(15,18,30)
#000000
(0,0,0)

Tints of #A5C6E6

#A5C6E6
(165,198,230)
#ADCBE8
(173,203,232)
#B5D0EA
(181,208,234)
#BDD5EC
(189,213,236)
#C5DAEE
(197,218,238)
#CDDFF0
(205,223,240)
#D5E4F2
(213,228,242)
#DDE9F4
(221,233,244)
#E5EEF6
(229,238,246)
#EDF3F8
(237,243,248)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C6E6; }

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

This text font color is #A5C6E6.


Background Color

.myBgColor { background-color: #A5C6E6; }

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

This div background color is #A5C6E6.


Border color

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

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

This div border color is #A5C6E6.


Opacity

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

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

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

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

This text has shadow with #A5C6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C6E6 on black background.


Color preview on white background

This text has color #A5C6E6 on white background.



Black color preview on #A5C6E6 background

This text has black color on #A5C6E6 background.


White color preview on #A5C6E6 background

This text has white color on #A5C6E6 background.