COLOR #A9D1F1

HEX: #A9D1F1
RGB: (169,209,241)

Color info

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

RGB color model

#A9D1F1 color RGB value is (169,209,241).

  • red value is 169;
  • green value is 209;
  • blue value is 241.
RGB:
(169,209,241)
(66%,82%,95%)

RGB channels and saturation

R 169 of 255 = 66%
G 209 of 255 = 82%
B 241 of 255 = 95%

169
209
241

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

Portions of RGB colors in percentages

R + G + B =
169 + 209 + 241 = 619 (100%)
R 169 of 619 ~ 27.3%
G 209 of 619 ~ 33.76%
B 241 of 619 ~ 38.93%

%27.3
%33.76
%38.93

CMYK color model

#A9D1F1 color CMYK value is (30,13,0,5).

  • cyan value is 29.88%
  • magenta value is 13.28%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(30,13,0,5)
C30M13Y0K5 
(30%,13%,0%,5%)
(0.30/0.13/0.00/0.05)	

CMYK percentages

%29.88
%13.28
%0
%5.49

Codes

Color #A9D1F1 in popluar color models

A9D1F1
RGB169209241
HSL207°72.00%80.39%
HSB/HSV207°29.88%94.51%
CMYK29.88%13.28%0.00%
5.49%

Color #A9D1F1 in popluar number systems.

HEXA9D1F1
Decimal169209241
Binary101010011101000111110001
Octal251321361

Shades and tints

Shades of #A9D1F1

#A9D1F1
(169,209,241)
#9ABEDC
(154,190,220)
#8BABC7
(139,171,199)
#7C98B2
(124,152,178)
#6D859D
(109,133,157)
#5E7288
(94,114,136)
#4F5F73
(79,95,115)
#404C5E
(64,76,94)
#313949
(49,57,73)
#222634
(34,38,52)
#13131F
(19,19,31)
#000000
(0,0,0)

Tints of #A9D1F1

#A9D1F1
(169,209,241)
#B0D5F2
(176,213,242)
#B7D9F3
(183,217,243)
#BEDDF4
(190,221,244)
#C5E1F5
(197,225,245)
#CCE5F6
(204,229,246)
#D3E9F7
(211,233,247)
#DAEDF8
(218,237,248)
#E1F1F9
(225,241,249)
#E8F5FA
(232,245,250)
#EFF9FB
(239,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D1F1 color. Also use rgb(169,209,241) instead hex code.

Text Font Color

.myTextColor { color: #A9D1F1; }

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

This text font color is #A9D1F1.


Background Color

.myBgColor { background-color: #A9D1F1; }

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

This div background color is #A9D1F1.


Border color

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

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

This div border color is #A9D1F1.


Opacity

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

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

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

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

This text has shadow with #A9D1F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D1F1 on black background.


Color preview on white background

This text has color #A9D1F1 on white background.



Black color preview on #A9D1F1 background

This text has black color on #A9D1F1 background.


White color preview on #A9D1F1 background

This text has white color on #A9D1F1 background.