COLOR #A5C6DB

HEX: #A5C6DB
RGB: (165,198,219)

Color info

#A5C6DB contains red, green and blue colors in about the same proportion. Web safe color of #A5C6DB is #99CCCC (or #9CC).

RGB color model

#A5C6DB color RGB value is (165,198,219).

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

RGB channels and saturation

R 165 of 255 = 65%
G 198 of 255 = 78%
B 219 of 255 = 86%

165
198
219

R + G + B ~ 76%. #A5C6DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 198 + 219 = 582 (100%)
R 165 of 582 ~ 28.35%
G 198 of 582 ~ 34.02%
B 219 of 582 ~ 37.63%

%28.35
%34.02
%37.63

CMYK color model

#A5C6DB color CMYK value is (25,10,0,14).

  • cyan value is 24.66%
  • magenta value is 9.59%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(25,10,0,14)
C25M10Y0K14 
(25%,10%,0%,14%)
(0.25/0.10/0.00/0.14)	

CMYK percentages

%24.66
%9.59
%0
%14.12

Codes

Color #A5C6DB in popluar color models

A5C6DB
RGB165198219
HSL203°42.86%75.29%
HSB/HSV203°24.66%85.88%
CMYK24.66%9.59%0.00%
14.12%

Color #A5C6DB in popluar number systems.

HEXA5C6DB
Decimal165198219
Binary101001011100011011011011
Octal245306333

Shades and tints

Shades of #A5C6DB

#A5C6DB
(165,198,219)
#96B4C8
(150,180,200)
#87A2B5
(135,162,181)
#7890A2
(120,144,162)
#697E8F
(105,126,143)
#5A6C7C
(90,108,124)
#4B5A69
(75,90,105)
#3C4856
(60,72,86)
#2D3643
(45,54,67)
#1E2430
(30,36,48)
#0F121D
(15,18,29)
#000000
(0,0,0)

Tints of #A5C6DB

#A5C6DB
(165,198,219)
#ADCBDE
(173,203,222)
#B5D0E1
(181,208,225)
#BDD5E4
(189,213,228)
#C5DAE7
(197,218,231)
#CDDFEA
(205,223,234)
#D5E4ED
(213,228,237)
#DDE9F0
(221,233,240)
#E5EEF3
(229,238,243)
#EDF3F6
(237,243,246)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C6DB; }

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

This text font color is #A5C6DB.


Background Color

.myBgColor { background-color: #A5C6DB; }

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

This div background color is #A5C6DB.


Border color

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

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

This div border color is #A5C6DB.


Opacity

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

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

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

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

This text has shadow with #A5C6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C6DB on black background.


Color preview on white background

This text has color #A5C6DB on white background.



Black color preview on #A5C6DB background

This text has black color on #A5C6DB background.


White color preview on #A5C6DB background

This text has white color on #A5C6DB background.