COLOR #A5C8DA

HEX: #A5C8DA
RGB: (165,200,218)

Color info

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

RGB color model

#A5C8DA color RGB value is (165,200,218).

  • red value is 165;
  • green value is 200;
  • blue value is 218.
RGB: (165,200,218) (65%,78%,85%)

RGB channels and saturation

R 165 of 255 = 65%
G 200 of 255 = 78%
B 218 of 255 = 85%

165
200
218

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

Portions of RGB colors in percentages

R + G + B =
165 + 200 + 218 = 583 (100%)
R 165 of 583 ~ 28.3%
G 200 of 583 ~ 34.31%
B 218 of 583 ~ 37.39%

%28.3
%34.31
%37.39

CMYK color model

#A5C8DA color CMYK value is (24,8,0,15).

  • cyan value is 24.31%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (24,8,0,15) C24M8Y0K15 (24%,8%,0%,15%) (0.24/0.08/0.00/0.15)

CMYK percentages

%24.31
%8.26
%0
%14.51

Codes

Color #A5C8DA in popluar color models

A5C8DA
RGB165200218
HSL200°41.73%75.10%
HSB/HSV200°24.31%85.49%
CMYK24.31%8.26%0.00%
14.51%

Color #A5C8DA in popluar number systems.

HEXA5C8DA
Decimal165200218
Binary101001011100100011011010
Octal245310332

Shades and tints

Shades of #A5C8DA

#A5C8DA
(165,200,218)
#96B6C7
(150,182,199)
#87A4B4
(135,164,180)
#7892A1
(120,146,161)
#69808E
(105,128,142)
#5A6E7B
(90,110,123)
#4B5C68
(75,92,104)
#3C4A55
(60,74,85)
#2D3842
(45,56,66)
#1E262F
(30,38,47)
#0F141C
(15,20,28)
#000000
(0,0,0)

Tints of #A5C8DA

#A5C8DA
(165,200,218)
#ADCDDD
(173,205,221)
#B5D2E0
(181,210,224)
#BDD7E3
(189,215,227)
#C5DCE6
(197,220,230)
#CDE1E9
(205,225,233)
#D5E6EC
(213,230,236)
#DDEBEF
(221,235,239)
#E5F0F2
(229,240,242)
#EDF5F5
(237,245,245)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C8DA color. Also use rgb(165,200,218) instead hex code.

Text Font Color

.myTextColor { color: #A5C8DA; }

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

This text font color is #A5C8DA.


Background Color

.myBgColor { background-color: #A5C8DA; }

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

This div background color is #A5C8DA.


Border color

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

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

This div border color is #A5C8DA.


Opacity

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

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

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

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

This text has shadow with #A5C8DA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A5C8DA on black background.


Color preview on white background

This text has color #A5C8DA on white background.



Black color preview on #A5C8DA background

This text has black color on #A5C8DA background.


White color preview on #A5C8DA background

This text has white color on #A5C8DA background.