COLOR #A5CCDA

HEX: #A5CCDA
RGB: (165,204,218)

Color info

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

RGB color model

#A5CCDA color RGB value is (165,204,218).

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

RGB channels and saturation

R 165 of 255 = 65%
G 204 of 255 = 80%
B 218 of 255 = 85%

165
204
218

R + G + B ~ 77%. #A5CCDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 204 + 218 = 587 (100%)
R 165 of 587 ~ 28.11%
G 204 of 587 ~ 34.75%
B 218 of 587 ~ 37.14%

%28.11
%34.75
%37.14

CMYK color model

#A5CCDA color CMYK value is (24,6,0,15).

  • cyan value is 24.31%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(24,6,0,15)
C24M6Y0K15 
(24%,6%,0%,15%)
(0.24/0.06/0.00/0.15)	

CMYK percentages

%24.31
%6.42
%0
%14.51

Codes

Color #A5CCDA in popluar color models

A5CCDA
RGB165204218
HSL196°41.73%75.10%
HSB/HSV196°24.31%85.49%
CMYK24.31%6.42%0.00%
14.51%

Color #A5CCDA in popluar number systems.

HEXA5CCDA
Decimal165204218
Binary101001011100110011011010
Octal245314332

Shades and tints

Shades of #A5CCDA

#A5CCDA
(165,204,218)
#96BAC7
(150,186,199)
#87A8B4
(135,168,180)
#7896A1
(120,150,161)
#69848E
(105,132,142)
#5A727B
(90,114,123)
#4B6068
(75,96,104)
#3C4E55
(60,78,85)
#2D3C42
(45,60,66)
#1E2A2F
(30,42,47)
#0F181C
(15,24,28)
#000000
(0,0,0)

Tints of #A5CCDA

#A5CCDA
(165,204,218)
#ADD0DD
(173,208,221)
#B5D4E0
(181,212,224)
#BDD8E3
(189,216,227)
#C5DCE6
(197,220,230)
#CDE0E9
(205,224,233)
#D5E4EC
(213,228,236)
#DDE8EF
(221,232,239)
#E5ECF2
(229,236,242)
#EDF0F5
(237,240,245)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CCDA; }

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

This text font color is #A5CCDA.


Background Color

.myBgColor { background-color: #A5CCDA; }

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

This div background color is #A5CCDA.


Border color

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

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

This div border color is #A5CCDA.


Opacity

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

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

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

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

This text has shadow with #A5CCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CCDA on black background.


Color preview on white background

This text has color #A5CCDA on white background.



Black color preview on #A5CCDA background

This text has black color on #A5CCDA background.


White color preview on #A5CCDA background

This text has white color on #A5CCDA background.