COLOR #A3B1FB

HEX: #A3B1FB RGB: (163,177,251)

Color info

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

RGB color model

#A3B1FB color RGB value is (163,177,251).

RGB: (163,177,251) (64%, 69%, 98%)

RGB channels and saturation

R 163 of 255 = 64%
G 177 of 255 = 69%
B 251 of 255 = 98%

163
177
251

R + G + B ~ 77%. #A3B1FB is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 177 + 251 = 591 (100%)
R 163 of 591 ~ 27.58%
G 177 of 591 ~ 29.95%
B 251 of 591 ~ 42.47'%

%27.58
%29.95
%42.47

CMYK color model

#A3B1FB color CMYK value is (35,29,0,2).

  • cyan value is 35.06%
  • magenta value is 29.48%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (35,29,0,2)
C35M29Y0K2 (35%, 29%, 0%, 2%)
(0.35 / 0.29 / 0.00 / 0.02)

CMYK percentages

%35.06
%29.48
%0
%1.57

Codes

Color #A3B1FB in popluar color models

A3 B1 FB
RGB 163 177 251
HSL 230° 91.67% 81.18%
HSB/HSV 230° 35.06% 98.43%
CMYK 35.06% 29.48% 0.00%
1.57%

Color #A3B1FB in popluar number systems.

HEX A3 B1 FB
Decimal 163 177 251
Binary 10100011 10110001 11111011
Octal 243 261 373

Shades and tints

Shades of #A3B1FB

#A3B1FB
(163,177,251)
#95A1E5
(149,161,229)
#8791CF
(135,145,207)
#7981B9
(121,129,185)
#6B71A3
(107,113,163)
#5D618D
(93,97,141)
#4F5177
(79,81,119)
#414161
(65,65,97)
#33314B
(51,49,75)
#252135
(37,33,53)
#17111F
(23,17,31)
#000000
(0,0,0)

Tints of #A3B1FB

#A3B1FB
(163,177,251)
#ABB8FB
(171,184,251)
#B3BFFB
(179,191,251)
#BBC6FB
(187,198,251)
#C3CDFB
(195,205,251)
#CBD4FB
(203,212,251)
#D3DBFB
(211,219,251)
#DBE2FB
(219,226,251)
#E3E9FB
(227,233,251)
#EBF0FB
(235,240,251)
#F3F7FB
(243,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B1FB color. Also use rgb(163,177,251) instead hex code.

Text Font Color

.myTextColor { color: #A3B1FB; }

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

This text font color is #A3B1FB.

Background Color

.myBgColor { background-color: #A3B1FB; }

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

This div background color is #A3B1FB.

Border color

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

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

This div border color is #A3B1FB.

Opacity

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

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

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

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

This text has shadow with #A3B1FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B1FB.

Preview

Color preview on black background

This text has color #A3B1FB on black background.


Color preview on white background

This text has color #A3B1FB on white background.


Black color preview on #A3B1FB background

This text has black color on #A3B1FB background.


White color preview on #A3B1FB background

This text has white color on #A3B1FB background.


Related colors

Complementary color

Complementary color for #hex is #5C4E04.


I love getcolorcode.com

Triadic colors

1 #FBA3B1 and #B1FBA3 with #A3B1FB are triadic colors.

2 #FBB1A3 and #B1A3FB with #A3B1FB are triadic colors.