COLOR #A5CDDA

HEX: #A5CDDA
RGB: (165,205,218)

Color info

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

RGB color model

#A5CDDA color RGB value is (165,205,218).

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

RGB channels and saturation

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

165
205
218

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

Portions of RGB colors in percentages

R + G + B =
165 + 205 + 218 = 588 (100%)
R 165 of 588 ~ 28.06%
G 205 of 588 ~ 34.86%
B 218 of 588 ~ 37.07%

%28.06
%34.86
%37.07

CMYK color model

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

  • cyan value is 24.31%
  • magenta value is 5.96%
  • 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
%5.96
%0
%14.51

Codes

Color #A5CDDA in popluar color models

A5CDDA
RGB165205218
HSL195°41.73%75.10%
HSB/HSV195°24.31%85.49%
CMYK24.31%5.96%0.00%
14.51%

Color #A5CDDA in popluar number systems.

HEXA5CDDA
Decimal165205218
Binary101001011100110111011010
Octal245315332

Shades and tints

Shades of #A5CDDA

#A5CDDA
(165,205,218)
#96BBC7
(150,187,199)
#87A9B4
(135,169,180)
#7897A1
(120,151,161)
#69858E
(105,133,142)
#5A737B
(90,115,123)
#4B6168
(75,97,104)
#3C4F55
(60,79,85)
#2D3D42
(45,61,66)
#1E2B2F
(30,43,47)
#0F191C
(15,25,28)
#000000
(0,0,0)

Tints of #A5CDDA

#A5CDDA
(165,205,218)
#ADD1DD
(173,209,221)
#B5D5E0
(181,213,224)
#BDD9E3
(189,217,227)
#C5DDE6
(197,221,230)
#CDE1E9
(205,225,233)
#D5E5EC
(213,229,236)
#DDE9EF
(221,233,239)
#E5EDF2
(229,237,242)
#EDF1F5
(237,241,245)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CDDA; }

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

This text font color is #A5CDDA.


Background Color

.myBgColor { background-color: #A5CDDA; }

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

This div background color is #A5CDDA.


Border color

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

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

This div border color is #A5CDDA.


Opacity

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

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

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

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

This text has shadow with #A5CDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CDDA on black background.


Color preview on white background

This text has color #A5CDDA on white background.



Black color preview on #A5CDDA background

This text has black color on #A5CDDA background.


White color preview on #A5CDDA background

This text has white color on #A5CDDA background.