COLOR #A9B5FB

HEX: #A9B5FB RGB: (169,181,251)

Color info

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

RGB color model

#A9B5FB color RGB value is (169,181,251).

RGB: (169,181,251) (66%, 71%, 98%)

RGB channels and saturation

R 169 of 255 = 66%
G 181 of 255 = 71%
B 251 of 255 = 98%

169
181
251

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

Portions of RGB colors in percentages

R + G + B = 169 + 181 + 251 = 601 (100%)
R 169 of 601 ~ 28.12%
G 181 of 601 ~ 30.12%
B 251 of 601 ~ 41.76'%

%28.12
%30.12
%41.76

CMYK color model

#A9B5FB color CMYK value is (33,28,0,2).

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

CMYK: (33,28,0,2)
C33M28Y0K2 (33%, 28%, 0%, 2%)
(0.33 / 0.28 / 0.00 / 0.02)

CMYK percentages

%32.67
%27.89
%0
%1.57

Codes

Color #A9B5FB in popluar color models

A9 B5 FB
RGB 169 181 251
HSL 231° 91.11% 82.35%
HSB/HSV 231° 32.67% 98.43%
CMYK 32.67% 27.89% 0.00%
1.57%

Color #A9B5FB in popluar number systems.

HEX A9 B5 FB
Decimal 169 181 251
Binary 10101001 10110101 11111011
Octal 251 265 373

Shades and tints

Shades of #A9B5FB

#A9B5FB
(169,181,251)
#9AA5E5
(154,165,229)
#8B95CF
(139,149,207)
#7C85B9
(124,133,185)
#6D75A3
(109,117,163)
#5E658D
(94,101,141)
#4F5577
(79,85,119)
#404561
(64,69,97)
#31354B
(49,53,75)
#222535
(34,37,53)
#13151F
(19,21,31)
#000000
(0,0,0)

Tints of #A9B5FB

#A9B5FB
(169,181,251)
#B0BBFB
(176,187,251)
#B7C1FB
(183,193,251)
#BEC7FB
(190,199,251)
#C5CDFB
(197,205,251)
#CCD3FB
(204,211,251)
#D3D9FB
(211,217,251)
#DADFFB
(218,223,251)
#E1E5FB
(225,229,251)
#E8EBFB
(232,235,251)
#EFF1FB
(239,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B5FB; }

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

This text font color is #A9B5FB.

Background Color

.myBgColor { background-color: #A9B5FB; }

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

This div background color is #A9B5FB.

Border color

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

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

This div border color is #A9B5FB.

Opacity

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

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

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

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

This text has shadow with #A9B5FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B5FB.

Preview

Color preview on black background

This text has color #A9B5FB on black background.


Color preview on white background

This text has color #A9B5FB on white background.


Black color preview on #A9B5FB background

This text has black color on #A9B5FB background.


White color preview on #A9B5FB background

This text has white color on #A9B5FB background.


Related colors

Complementary color

Complementary color for #A9B5FB is #564A04.


I love getcolorcode.com

Triadic colors

1 #FBA9B5 and #B5FBA9 with #A9B5FB are triadic colors.

2 #FBB5A9 and #B5A9FB with #A9B5FB are triadic colors.