COLOR #A9B2FB

HEX: #A9B2FB RGB: (169,178,251)

Color info

#A9B2FB contains mainly blue color. Web safe color of #A9B2FB is #9999FF (or #99F).

RGB color model

#A9B2FB color RGB value is (169,178,251).

RGB: (169,178,251) (66%, 70%, 98%)

RGB channels and saturation

R 169 of 255 = 66%
G 178 of 255 = 70%
B 251 of 255 = 98%

169
178
251

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

Portions of RGB colors in percentages

R + G + B = 169 + 178 + 251 = 598 (100%)
R 169 of 598 ~ 28.26%
G 178 of 598 ~ 29.77%
B 251 of 598 ~ 41.97'%

%28.26
%29.77
%41.97

CMYK color model

#A9B2FB color CMYK value is (33,29,0,2).

  • cyan value is 32.67%
  • magenta value is 29.08%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (33,29,0,2)
C33M29Y0K2 (33%, 29%, 0%, 2%)
(0.33 / 0.29 / 0.00 / 0.02)

CMYK percentages

%32.67
%29.08
%0
%1.57

Codes

Color #A9B2FB in popluar color models

A9 B2 FB
RGB 169 178 251
HSL 233° 91.11% 82.35%
HSB/HSV 233° 32.67% 98.43%
CMYK 32.67% 29.08% 0.00%
1.57%

Color #A9B2FB in popluar number systems.

HEX A9 B2 FB
Decimal 169 178 251
Binary 10101001 10110010 11111011
Octal 251 262 373

Shades and tints

Shades of #A9B2FB

#A9B2FB
(169,178,251)
#9AA2E5
(154,162,229)
#8B92CF
(139,146,207)
#7C82B9
(124,130,185)
#6D72A3
(109,114,163)
#5E628D
(94,98,141)
#4F5277
(79,82,119)
#404261
(64,66,97)
#31324B
(49,50,75)
#222235
(34,34,53)
#13121F
(19,18,31)
#000000
(0,0,0)

Tints of #A9B2FB

#A9B2FB
(169,178,251)
#B0B9FB
(176,185,251)
#B7C0FB
(183,192,251)
#BEC7FB
(190,199,251)
#C5CEFB
(197,206,251)
#CCD5FB
(204,213,251)
#D3DCFB
(211,220,251)
#DAE3FB
(218,227,251)
#E1EAFB
(225,234,251)
#E8F1FB
(232,241,251)
#EFF8FB
(239,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B2FB color. Also use rgb(169,178,251) instead hex code.

Text Font Color

.myTextColor { color: #A9B2FB; }

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

This text font color is #A9B2FB.

Background Color

.myBgColor { background-color: #A9B2FB; }

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

This div background color is #A9B2FB.

Border color

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

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

This div border color is #A9B2FB.

Opacity

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

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

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

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

This text has shadow with #A9B2FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B2FB.

Preview

Color preview on black background

This text has color #A9B2FB on black background.


Color preview on white background

This text has color #A9B2FB on white background.


Black color preview on #A9B2FB background

This text has black color on #A9B2FB background.


White color preview on #A9B2FB background

This text has white color on #A9B2FB background.


Related colors

Complementary color

Complementary color for #hex is #564D04.


I love getcolorcode.com

Triadic colors

1 #FBA9B2 and #B2FBA9 with #A9B2FB are triadic colors.

2 #FBB2A9 and #B2A9FB with #A9B2FB are triadic colors.