COLOR #A5C9DE

HEX: #A5C9DE
RGB: (165,201,222)

Color info

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

RGB color model

#A5C9DE color RGB value is (165,201,222).

  • red value is 165;
  • green value is 201;
  • blue value is 222.
RGB:
(165,201,222)
(65%,79%,87%)

RGB channels and saturation

R 165 of 255 = 65%
G 201 of 255 = 79%
B 222 of 255 = 87%

165
201
222

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

Portions of RGB colors in percentages

R + G + B =
165 + 201 + 222 = 588 (100%)
R 165 of 588 ~ 28.06%
G 201 of 588 ~ 34.18%
B 222 of 588 ~ 37.76%

%28.06
%34.18
%37.76

CMYK color model

#A5C9DE color CMYK value is (26,9,0,13).

  • cyan value is 25.68%
  • magenta value is 9.46%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(26,9,0,13)
C26M9Y0K13 
(26%,9%,0%,13%)
(0.26/0.09/0.00/0.13)	

CMYK percentages

%25.68
%9.46
%0
%12.94

Codes

Color #A5C9DE in popluar color models

A5C9DE
RGB165201222
HSL202°46.34%75.88%
HSB/HSV202°25.68%87.06%
CMYK25.68%9.46%0.00%
12.94%

Color #A5C9DE in popluar number systems.

HEXA5C9DE
Decimal165201222
Binary101001011100100111011110
Octal245311336

Shades and tints

Shades of #A5C9DE

#A5C9DE
(165,201,222)
#96B7CA
(150,183,202)
#87A5B6
(135,165,182)
#7893A2
(120,147,162)
#69818E
(105,129,142)
#5A6F7A
(90,111,122)
#4B5D66
(75,93,102)
#3C4B52
(60,75,82)
#2D393E
(45,57,62)
#1E272A
(30,39,42)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #A5C9DE

#A5C9DE
(165,201,222)
#ADCDE1
(173,205,225)
#B5D1E4
(181,209,228)
#BDD5E7
(189,213,231)
#C5D9EA
(197,217,234)
#CDDDED
(205,221,237)
#D5E1F0
(213,225,240)
#DDE5F3
(221,229,243)
#E5E9F6
(229,233,246)
#EDEDF9
(237,237,249)
#F5F1FC
(245,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C9DE color. Also use rgb(165,201,222) instead hex code.

Text Font Color

.myTextColor { color: #A5C9DE; }

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

This text font color is #A5C9DE.


Background Color

.myBgColor { background-color: #A5C9DE; }

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

This div background color is #A5C9DE.


Border color

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

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

This div border color is #A5C9DE.


Opacity

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

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

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

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

This text has shadow with #A5C9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C9DE on black background.


Color preview on white background

This text has color #A5C9DE on white background.



Black color preview on #A5C9DE background

This text has black color on #A5C9DE background.


White color preview on #A5C9DE background

This text has white color on #A5C9DE background.