COLOR #A5CDD7

HEX: #A5CDD7
RGB: (165,205,215)

Color info

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

RGB color model

#A5CDD7 color RGB value is (165,205,215).

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

RGB channels and saturation

R 165 of 255 = 65%
G 205 of 255 = 80%
B 215 of 255 = 84%

165
205
215

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

Portions of RGB colors in percentages

R + G + B =
165 + 205 + 215 = 585 (100%)
R 165 of 585 ~ 28.21%
G 205 of 585 ~ 35.04%
B 215 of 585 ~ 36.75%

%28.21
%35.04
%36.75

CMYK color model

#A5CDD7 color CMYK value is (23,5,0,16).

  • cyan value is 23.26%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(23,5,0,16)
C23M5Y0K16 
(23%,5%,0%,16%)
(0.23/0.05/0.00/0.16)	

CMYK percentages

%23.26
%4.65
%0
%15.69

Codes

Color #A5CDD7 in popluar color models

A5CDD7
RGB165205215
HSL192°38.46%74.51%
HSB/HSV192°23.26%84.31%
CMYK23.26%4.65%0.00%
15.69%

Color #A5CDD7 in popluar number systems.

HEXA5CDD7
Decimal165205215
Binary101001011100110111010111
Octal245315327

Shades and tints

Shades of #A5CDD7

#A5CDD7
(165,205,215)
#96BBC4
(150,187,196)
#87A9B1
(135,169,177)
#78979E
(120,151,158)
#69858B
(105,133,139)
#5A7378
(90,115,120)
#4B6165
(75,97,101)
#3C4F52
(60,79,82)
#2D3D3F
(45,61,63)
#1E2B2C
(30,43,44)
#0F1919
(15,25,25)
#000000
(0,0,0)

Tints of #A5CDD7

#A5CDD7
(165,205,215)
#ADD1DA
(173,209,218)
#B5D5DD
(181,213,221)
#BDD9E0
(189,217,224)
#C5DDE3
(197,221,227)
#CDE1E6
(205,225,230)
#D5E5E9
(213,229,233)
#DDE9EC
(221,233,236)
#E5EDEF
(229,237,239)
#EDF1F2
(237,241,242)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CDD7; }

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

This text font color is #A5CDD7.


Background Color

.myBgColor { background-color: #A5CDD7; }

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

This div background color is #A5CDD7.


Border color

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

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

This div border color is #A5CDD7.


Opacity

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

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

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

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

This text has shadow with #A5CDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CDD7 on black background.


Color preview on white background

This text has color #A5CDD7 on white background.



Black color preview on #A5CDD7 background

This text has black color on #A5CDD7 background.


White color preview on #A5CDD7 background

This text has white color on #A5CDD7 background.