COLOR #A5C8D6

HEX: #A5C8D6
RGB: (165,200,214)

Color info

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

RGB color model

#A5C8D6 color RGB value is (165,200,214).

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

RGB channels and saturation

R 165 of 255 = 65%
G 200 of 255 = 78%
B 214 of 255 = 84%

165
200
214

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

Portions of RGB colors in percentages

R + G + B =
165 + 200 + 214 = 579 (100%)
R 165 of 579 ~ 28.5%
G 200 of 579 ~ 34.54%
B 214 of 579 ~ 36.96%

%28.5
%34.54
%36.96

CMYK color model

#A5C8D6 color CMYK value is (23,7,0,16).

  • cyan value is 22.90%
  • magenta value is 6.54%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (23,7,0,16) C23M7Y0K16 (23%,7%,0%,16%) (0.23/0.07/0.00/0.16)

CMYK percentages

%22.9
%6.54
%0
%16.08

Codes

Color #A5C8D6 in popluar color models

A5C8D6
RGB165200214
HSL197°37.40%74.31%
HSB/HSV197°22.90%83.92%
CMYK22.90%6.54%0.00%
16.08%

Color #A5C8D6 in popluar number systems.

HEXA5C8D6
Decimal165200214
Binary101001011100100011010110
Octal245310326

Shades and tints

Shades of #A5C8D6

#A5C8D6
(165,200,214)
#96B6C3
(150,182,195)
#87A4B0
(135,164,176)
#78929D
(120,146,157)
#69808A
(105,128,138)
#5A6E77
(90,110,119)
#4B5C64
(75,92,100)
#3C4A51
(60,74,81)
#2D383E
(45,56,62)
#1E262B
(30,38,43)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #A5C8D6

#A5C8D6
(165,200,214)
#ADCDD9
(173,205,217)
#B5D2DC
(181,210,220)
#BDD7DF
(189,215,223)
#C5DCE2
(197,220,226)
#CDE1E5
(205,225,229)
#D5E6E8
(213,230,232)
#DDEBEB
(221,235,235)
#E5F0EE
(229,240,238)
#EDF5F1
(237,245,241)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C8D6; }

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

This text font color is #A5C8D6.


Background Color

.myBgColor { background-color: #A5C8D6; }

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

This div background color is #A5C8D6.


Border color

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

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

This div border color is #A5C8D6.


Opacity

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

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

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

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

This text has shadow with #A5C8D6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A5C8D6 on black background.


Color preview on white background

This text has color #A5C8D6 on white background.



Black color preview on #A5C8D6 background

This text has black color on #A5C8D6 background.


White color preview on #A5C8D6 background

This text has white color on #A5C8D6 background.