COLOR #A5C9D4

HEX: #A5C9D4
RGB: (165,201,212)

Color info

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

RGB color model

#A5C9D4 color RGB value is (165,201,212).

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

RGB channels and saturation

R 165 of 255 = 65%
G 201 of 255 = 79%
B 212 of 255 = 83%

165
201
212

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

Portions of RGB colors in percentages

R + G + B =
165 + 201 + 212 = 578 (100%)
R 165 of 578 ~ 28.55%
G 201 of 578 ~ 34.78%
B 212 of 578 ~ 36.68%

%28.55
%34.78
%36.68

CMYK color model

#A5C9D4 color CMYK value is (22,5,0,17).

  • cyan value is 22.17%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(22,5,0,17)
C22M5Y0K17 
(22%,5%,0%,17%)
(0.22/0.05/0.00/0.17)	

CMYK percentages

%22.17
%5.19
%0
%16.86

Codes

Color #A5C9D4 in popluar color models

A5C9D4
RGB165201212
HSL194°35.34%73.92%
HSB/HSV194°22.17%83.14%
CMYK22.17%5.19%0.00%
16.86%

Color #A5C9D4 in popluar number systems.

HEXA5C9D4
Decimal165201212
Binary101001011100100111010100
Octal245311324

Shades and tints

Shades of #A5C9D4

#A5C9D4
(165,201,212)
#96B7C1
(150,183,193)
#87A5AE
(135,165,174)
#78939B
(120,147,155)
#698188
(105,129,136)
#5A6F75
(90,111,117)
#4B5D62
(75,93,98)
#3C4B4F
(60,75,79)
#2D393C
(45,57,60)
#1E2729
(30,39,41)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #A5C9D4

#A5C9D4
(165,201,212)
#ADCDD7
(173,205,215)
#B5D1DA
(181,209,218)
#BDD5DD
(189,213,221)
#C5D9E0
(197,217,224)
#CDDDE3
(205,221,227)
#D5E1E6
(213,225,230)
#DDE5E9
(221,229,233)
#E5E9EC
(229,233,236)
#EDEDEF
(237,237,239)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C9D4; }

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

This text font color is #A5C9D4.


Background Color

.myBgColor { background-color: #A5C9D4; }

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

This div background color is #A5C9D4.


Border color

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

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

This div border color is #A5C9D4.


Opacity

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

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

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

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

This text has shadow with #A5C9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C9D4 on black background.


Color preview on white background

This text has color #A5C9D4 on white background.



Black color preview on #A5C9D4 background

This text has black color on #A5C9D4 background.


White color preview on #A5C9D4 background

This text has white color on #A5C9D4 background.