COLOR #A9B6F6

HEX: #A9B6F6 RGB: (169,182,246)

Color info

#A9B6F6 contains mainly blue color. Web safe color of #A9B6F6 is #99CCFF (or #9CF).

RGB color model

#A9B6F6 color RGB value is (169,182,246).

RGB: (169,182,246) (66%, 71%, 96%)

RGB channels and saturation

R 169 of 255 = 66%
G 182 of 255 = 71%
B 246 of 255 = 96%

169
182
246

R + G + B ~ 78%. #A9B6F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 182 + 246 = 597 (100%)
R 169 of 597 ~ 28.31%
G 182 of 597 ~ 30.49%
B 246 of 597 ~ 41.21'%

%28.31
%30.49
%41.21

CMYK color model

#A9B6F6 color CMYK value is (31,26,0,4).

  • cyan value is 31.30%
  • magenta value is 26.02%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (31,26,0,4) C31M26Y0K4 (31%,26%,0%,4%) (0.31/0.26/0.00/0.04) 

CMYK percentages

%31.3
%26.02
%0
%3.53

Codes

Color #A9B6F6 in popluar color models

A9 B6 F6
RGB 169 182 246
HSL 230° 81.05% 81.37%
HSB/HSV 230° 31.30% 96.47%
CMYK 31.30% 26.02% 0.00%
3.53%

Color #A9B6F6 in popluar number systems.

HEX A9 B6 F6
Decimal 169 182 246
Binary 10101001 10110110 11110110
Octal 251 266 366

Shades and tints

Shades of #A9B6F6

#A9B6F6
(169,182,246)
#9AA6E0
(154,166,224)
#8B96CA
(139,150,202)
#7C86B4
(124,134,180)
#6D769E
(109,118,158)
#5E6688
(94,102,136)
#4F5672
(79,86,114)
#40465C
(64,70,92)
#313646
(49,54,70)
#222630
(34,38,48)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #A9B6F6

#A9B6F6
(169,182,246)
#B0BCF6
(176,188,246)
#B7C2F6
(183,194,246)
#BEC8F6
(190,200,246)
#C5CEF6
(197,206,246)
#CCD4F6
(204,212,246)
#D3DAF6
(211,218,246)
#DAE0F6
(218,224,246)
#E1E6F6
(225,230,246)
#E8ECF6
(232,236,246)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B6F6 color. Also use rgb(169,182,246) instead hex code.

Text Font Color

.myTextColor { color: #A9B6F6; }

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

This text font color is #A9B6F6.

Background Color

.myBgColor { background-color: #A9B6F6; }

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

This div background color is #A9B6F6.

Border color

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

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

This div border color is #A9B6F6.

Opacity

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

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

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

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

This text has shadow with #A9B6F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B6F6.

Preview

Color preview on black background

This text has color #A9B6F6 on black background.


Color preview on white background

This text has color #A9B6F6 on white background.


Black color preview on #A9B6F6 background

This text has black color on #A9B6F6 background.


White color preview on #A9B6F6 background

This text has white color on #A9B6F6 background.


Related colors

Complementary color

Complementary color for #hex is #564909.


I love getcolorcode.com

Triadic colors

1 #F6A9B6 and #B6F6A9 with #A9B6F6 are triadic colors.

2 #F6B6A9 and #B6A9F6 with #A9B6F6 are triadic colors.