COLOR #A9C3D7

HEX: #A9C3D7
RGB: (169,195,215)

Color info

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

RGB color model

#A9C3D7 color RGB value is (169,195,215).

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

RGB channels and saturation

R 169 of 255 = 66%
G 195 of 255 = 76%
B 215 of 255 = 84%

169
195
215

R + G + B ~ 75%. #A9C3D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 195 + 215 = 579 (100%)
R 169 of 579 ~ 29.19%
G 195 of 579 ~ 33.68%
B 215 of 579 ~ 37.13%

%29.19
%33.68
%37.13

CMYK color model

#A9C3D7 color CMYK value is (21,9,0,16).

  • cyan value is 21.40%
  • magenta value is 9.30%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(21,9,0,16)
C21M9Y0K16 
(21%,9%,0%,16%)
(0.21/0.09/0.00/0.16)	

CMYK percentages

%21.4
%9.3
%0
%15.69

Codes

Color #A9C3D7 in popluar color models

A9C3D7
RGB169195215
HSL206°36.51%75.29%
HSB/HSV206°21.40%84.31%
CMYK21.40%9.30%0.00%
15.69%

Color #A9C3D7 in popluar number systems.

HEXA9C3D7
Decimal169195215
Binary101010011100001111010111
Octal251303327

Shades and tints

Shades of #A9C3D7

#A9C3D7
(169,195,215)
#9AB2C4
(154,178,196)
#8BA1B1
(139,161,177)
#7C909E
(124,144,158)
#6D7F8B
(109,127,139)
#5E6E78
(94,110,120)
#4F5D65
(79,93,101)
#404C52
(64,76,82)
#313B3F
(49,59,63)
#222A2C
(34,42,44)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #A9C3D7

#A9C3D7
(169,195,215)
#B0C8DA
(176,200,218)
#B7CDDD
(183,205,221)
#BED2E0
(190,210,224)
#C5D7E3
(197,215,227)
#CCDCE6
(204,220,230)
#D3E1E9
(211,225,233)
#DAE6EC
(218,230,236)
#E1EBEF
(225,235,239)
#E8F0F2
(232,240,242)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C3D7; }

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

This text font color is #A9C3D7.


Background Color

.myBgColor { background-color: #A9C3D7; }

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

This div background color is #A9C3D7.


Border color

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

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

This div border color is #A9C3D7.


Opacity

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

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

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

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

This text has shadow with #A9C3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C3D7 on black background.


Color preview on white background

This text has color #A9C3D7 on white background.



Black color preview on #A9C3D7 background

This text has black color on #A9C3D7 background.


White color preview on #A9C3D7 background

This text has white color on #A9C3D7 background.