COLOR #A9C3DA

HEX: #A9C3DA
RGB: (169,195,218)

Color info

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

RGB color model

#A9C3DA color RGB value is (169,195,218).

  • red value is 169;
  • green value is 195;
  • blue value is 218.
RGB:
(169,195,218)
(66%,76%,85%)

RGB channels and saturation

R 169 of 255 = 66%
G 195 of 255 = 76%
B 218 of 255 = 85%

169
195
218

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

Portions of RGB colors in percentages

R + G + B =
169 + 195 + 218 = 582 (100%)
R 169 of 582 ~ 29.04%
G 195 of 582 ~ 33.51%
B 218 of 582 ~ 37.46%

%29.04
%33.51
%37.46

CMYK color model

#A9C3DA color CMYK value is (22,11,0,15).

  • cyan value is 22.48%
  • magenta value is 10.55%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(22,11,0,15)
C22M11Y0K15 
(22%,11%,0%,15%)
(0.22/0.11/0.00/0.15)	

CMYK percentages

%22.48
%10.55
%0
%14.51

Codes

Color #A9C3DA in popluar color models

A9C3DA
RGB169195218
HSL208°39.84%75.88%
HSB/HSV208°22.48%85.49%
CMYK22.48%10.55%0.00%
14.51%

Color #A9C3DA in popluar number systems.

HEXA9C3DA
Decimal169195218
Binary101010011100001111011010
Octal251303332

Shades and tints

Shades of #A9C3DA

#A9C3DA
(169,195,218)
#9AB2C7
(154,178,199)
#8BA1B4
(139,161,180)
#7C90A1
(124,144,161)
#6D7F8E
(109,127,142)
#5E6E7B
(94,110,123)
#4F5D68
(79,93,104)
#404C55
(64,76,85)
#313B42
(49,59,66)
#222A2F
(34,42,47)
#13191C
(19,25,28)
#000000
(0,0,0)

Tints of #A9C3DA

#A9C3DA
(169,195,218)
#B0C8DD
(176,200,221)
#B7CDE0
(183,205,224)
#BED2E3
(190,210,227)
#C5D7E6
(197,215,230)
#CCDCE9
(204,220,233)
#D3E1EC
(211,225,236)
#DAE6EF
(218,230,239)
#E1EBF2
(225,235,242)
#E8F0F5
(232,240,245)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C3DA color. Also use rgb(169,195,218) instead hex code.

Text Font Color

.myTextColor { color: #A9C3DA; }

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

This text font color is #A9C3DA.


Background Color

.myBgColor { background-color: #A9C3DA; }

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

This div background color is #A9C3DA.


Border color

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

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

This div border color is #A9C3DA.


Opacity

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

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

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

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

This text has shadow with #A9C3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C3DA on black background.


Color preview on white background

This text has color #A9C3DA on white background.



Black color preview on #A9C3DA background

This text has black color on #A9C3DA background.


White color preview on #A9C3DA background

This text has white color on #A9C3DA background.