COLOR #A9C7FA

HEX: #A9C7FA
RGB: (169,199,250)

Color info

#A9C7FA contains mainly green and blue colors. Web safe color of #A9C7FA is #99CCFF (or #9CF).

RGB color model

#A9C7FA color RGB value is (169,199,250).

  • red value is 169;
  • green value is 199;
  • blue value is 250.
RGB:
(169,199,250)
(66%,78%,98%)

RGB channels and saturation

R 169 of 255 = 66%
G 199 of 255 = 78%
B 250 of 255 = 98%

169
199
250

R + G + B ~ 81%. #A9C7FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 199 + 250 = 618 (100%)
R 169 of 618 ~ 27.35%
G 199 of 618 ~ 32.2%
B 250 of 618 ~ 40.45%

%27.35
%32.2
%40.45

CMYK color model

#A9C7FA color CMYK value is (32,20,0,2).

  • cyan value is 32.40%
  • magenta value is 20.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(32,20,0,2)
C32M20Y0K2 
(32%,20%,0%,2%)
(0.32/0.20/0.00/0.02)	

CMYK percentages

%32.4
%20.4
%0
%1.96

Codes

Color #A9C7FA in popluar color models

A9C7FA
RGB169199250
HSL218°89.01%82.16%
HSB/HSV218°32.40%98.04%
CMYK32.40%20.40%0.00%
1.96%

Color #A9C7FA in popluar number systems.

HEXA9C7FA
Decimal169199250
Binary101010011100011111111010
Octal251307372

Shades and tints

Shades of #A9C7FA

#A9C7FA
(169,199,250)
#9AB5E4
(154,181,228)
#8BA3CE
(139,163,206)
#7C91B8
(124,145,184)
#6D7FA2
(109,127,162)
#5E6D8C
(94,109,140)
#4F5B76
(79,91,118)
#404960
(64,73,96)
#31374A
(49,55,74)
#222534
(34,37,52)
#13131E
(19,19,30)
#000000
(0,0,0)

Tints of #A9C7FA

#A9C7FA
(169,199,250)
#B0CCFA
(176,204,250)
#B7D1FA
(183,209,250)
#BED6FA
(190,214,250)
#C5DBFA
(197,219,250)
#CCE0FA
(204,224,250)
#D3E5FA
(211,229,250)
#DAEAFA
(218,234,250)
#E1EFFA
(225,239,250)
#E8F4FA
(232,244,250)
#EFF9FA
(239,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C7FA color. Also use rgb(169,199,250) instead hex code.

Text Font Color

.myTextColor { color: #A9C7FA; }

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

This text font color is #A9C7FA.


Background Color

.myBgColor { background-color: #A9C7FA; }

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

This div background color is #A9C7FA.


Border color

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

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

This div border color is #A9C7FA.


Opacity

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

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

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

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

This text has shadow with #A9C7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C7FA on black background.


Color preview on white background

This text has color #A9C7FA on white background.



Black color preview on #A9C7FA background

This text has black color on #A9C7FA background.


White color preview on #A9C7FA background

This text has white color on #A9C7FA background.