COLOR #A6B5FB

HEX: #A6B5FB RGB: (166,181,251)

Color info

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

RGB color model

#A6B5FB color RGB value is (166,181,251).

RGB: (166,181,251) (65%, 71%, 98%)

RGB channels and saturation

R 166 of 255 = 65%
G 181 of 255 = 71%
B 251 of 255 = 98%

166
181
251

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

Portions of RGB colors in percentages

R + G + B = 166 + 181 + 251 = 598 (100%)
R 166 of 598 ~ 27.76%
G 181 of 598 ~ 30.27%
B 251 of 598 ~ 41.97'%

%27.76
%30.27
%41.97

CMYK color model

#A6B5FB color CMYK value is (34,28,0,2).

  • cyan value is 33.86%
  • magenta value is 27.89%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (34,28,0,2) C34M28Y0K2 (34%,28%,0%,2%) (0.34/0.28/0.00/0.02) 

CMYK percentages

%33.86
%27.89
%0
%1.57

Codes

Color #A6B5FB in popluar color models

A6 B5 FB
RGB 166 181 251
HSL 229° 91.40% 81.76%
HSB/HSV 229° 33.86% 98.43%
CMYK 33.86% 27.89% 0.00%
1.57%

Color #A6B5FB in popluar number systems.

HEX A6 B5 FB
Decimal 166 181 251
Binary 10100110 10110101 11111011
Octal 246 265 373

Shades and tints

Shades of #A6B5FB

#A6B5FB
(166,181,251)
#97A5E5
(151,165,229)
#8895CF
(136,149,207)
#7985B9
(121,133,185)
#6A75A3
(106,117,163)
#5B658D
(91,101,141)
#4C5577
(76,85,119)
#3D4561
(61,69,97)
#2E354B
(46,53,75)
#1F2535
(31,37,53)
#10151F
(16,21,31)
#000000
(0,0,0)

Tints of #A6B5FB

#A6B5FB
(166,181,251)
#AEBBFB
(174,187,251)
#B6C1FB
(182,193,251)
#BEC7FB
(190,199,251)
#C6CDFB
(198,205,251)
#CED3FB
(206,211,251)
#D6D9FB
(214,217,251)
#DEDFFB
(222,223,251)
#E6E5FB
(230,229,251)
#EEEBFB
(238,235,251)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B5FB; }

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

This text font color is #A6B5FB.

Background Color

.myBgColor { background-color: #A6B5FB; }

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

This div background color is #A6B5FB.

Border color

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

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

This div border color is #A6B5FB.

Opacity

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

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

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

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

This text has shadow with #A6B5FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B5FB.

Preview

Color preview on black background

This text has color #A6B5FB on black background.


Color preview on white background

This text has color #A6B5FB on white background.


Black color preview on #A6B5FB background

This text has black color on #A6B5FB background.


White color preview on #A6B5FB background

This text has white color on #A6B5FB background.


Related colors

Complementary color

Complementary color for #hex is #594A04.


I love getcolorcode.com

Triadic colors

1 #FBA6B5 and #B5FBA6 with #A6B5FB are triadic colors.

2 #FBB5A6 and #B5A6FB with #A6B5FB are triadic colors.