COLOR #A9CAF0

HEX: #A9CAF0 RGB: (169,202,240)

Color info

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

RGB color model

#A9CAF0 color RGB value is (169,202,240).

RGB: (169,202,240) (66%, 79%, 94%)

RGB channels and saturation

R 169 of 255 = 66%
G 202 of 255 = 79%
B 240 of 255 = 94%

169
202
240

R + G + B ~ 80%. #A9CAF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 202 + 240 = 611 (100%)
R 169 of 611 ~ 27.66%
G 202 of 611 ~ 33.06%
B 240 of 611 ~ 39.28'%

%27.66
%33.06
%39.28

CMYK color model

#A9CAF0 color CMYK value is (30,16,0,6).

  • cyan value is 29.58%
  • magenta value is 15.83%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (30,16,0,6)
C30M16Y0K6 (30%, 16%, 0%, 6%)
(0.30 / 0.16 / 0.00 / 0.06)

CMYK percentages

%29.58
%15.83
%0
%5.88

Codes

Color #A9CAF0 in popluar color models

A9 CA F0
RGB 169 202 240
HSL 212° 70.30% 80.20%
HSB/HSV 212° 29.58% 94.12%
CMYK 29.58% 15.83% 0.00%
5.88%

Color #A9CAF0 in popluar number systems.

HEX A9 CA F0
Decimal 169 202 240
Binary 10101001 11001010 11110000
Octal 251 312 360

Shades and tints

Shades of #A9CAF0

#A9CAF0
(169,202,240)
#9AB8DB
(154,184,219)
#8BA6C6
(139,166,198)
#7C94B1
(124,148,177)
#6D829C
(109,130,156)
#5E7087
(94,112,135)
#4F5E72
(79,94,114)
#404C5D
(64,76,93)
#313A48
(49,58,72)
#222833
(34,40,51)
#13161E
(19,22,30)
#000000
(0,0,0)

Tints of #A9CAF0

#A9CAF0
(169,202,240)
#B0CEF1
(176,206,241)
#B7D2F2
(183,210,242)
#BED6F3
(190,214,243)
#C5DAF4
(197,218,244)
#CCDEF5
(204,222,245)
#D3E2F6
(211,226,246)
#DAE6F7
(218,230,247)
#E1EAF8
(225,234,248)
#E8EEF9
(232,238,249)
#EFF2FA
(239,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9CAF0 color. Also use rgb(169,202,240) instead hex code.

Text Font Color

.myTextColor { color: #A9CAF0; }

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

This text font color is #A9CAF0.

Background Color

.myBgColor { background-color: #A9CAF0; }

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

This div background color is #A9CAF0.

Border color

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

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

This div border color is #A9CAF0.

Opacity

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

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

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

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

This text has shadow with #A9CAF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9CAF0.

Preview

Color preview on black background

This text has color #A9CAF0 on black background.


Color preview on white background

This text has color #A9CAF0 on white background.


Black color preview on #A9CAF0 background

This text has black color on #A9CAF0 background.


White color preview on #A9CAF0 background

This text has white color on #A9CAF0 background.


Related colors

Complementary color

Complementary color for #hex is #56350F.


I love getcolorcode.com

Triadic colors

1 #F0A9CA and #CAF0A9 with #A9CAF0 are triadic colors.

2 #F0CAA9 and #CAA9F0 with #A9CAF0 are triadic colors.