COLOR #A1B1FF

HEX: #A1B1FF
RGB: (161,177,255)

Color info

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

RGB color model

#A1B1FF color RGB value is (161,177,255).

  • red value is 161;
  • green value is 177;
  • blue value is 255.
RGB:
(161,177,255)
(63%,69%,100%)

RGB channels and saturation

R 161 of 255 = 63%
G 177 of 255 = 69%
B 255 of 255 = 100%

161
177
255

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

Portions of RGB colors in percentages

R + G + B =
161 + 177 + 255 = 593 (100%)
R 161 of 593 ~ 27.15%
G 177 of 593 ~ 29.85%
B 255 of 593 ~ 43%

%27.15
%29.85
%43

CMYK color model

#A1B1FF color CMYK value is (37,31,0,0).

  • cyan value is 36.86%
  • magenta value is 30.59%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(37,31,0,0)
C37M31Y0K0 
(37%,31%,0%,0%)
(0.37/0.31/0.00/0.00)	

CMYK percentages

%36.86
%30.59
%0
%0

Codes

Color #A1B1FF in popluar color models

A1B1FF
RGB161177255
HSL230°100.00%81.57%
HSB/HSV230°36.86%100.00%
CMYK36.86%30.59%0.00%
0.00%

Color #A1B1FF in popluar number systems.

HEXA1B1FF
Decimal161177255
Binary101000011011000111111111
Octal241261377

Shades and tints

Shades of #A1B1FF

#A1B1FF
(161,177,255)
#93A1E8
(147,161,232)
#8591D1
(133,145,209)
#7781BA
(119,129,186)
#6971A3
(105,113,163)
#5B618C
(91,97,140)
#4D5175
(77,81,117)
#3F415E
(63,65,94)
#313147
(49,49,71)
#232130
(35,33,48)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #A1B1FF

#A1B1FF
(161,177,255)
#A9B8FF
(169,184,255)
#B1BFFF
(177,191,255)
#B9C6FF
(185,198,255)
#C1CDFF
(193,205,255)
#C9D4FF
(201,212,255)
#D1DBFF
(209,219,255)
#D9E2FF
(217,226,255)
#E1E9FF
(225,233,255)
#E9F0FF
(233,240,255)
#F1F7FF
(241,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B1FF color. Also use rgb(161,177,255) instead hex code.

Text Font Color

.myTextColor { color: #A1B1FF; }

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

This text font color is #A1B1FF.


Background Color

.myBgColor { background-color: #A1B1FF; }

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

This div background color is #A1B1FF.


Border color

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

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

This div border color is #A1B1FF.


Opacity

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

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

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

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

This text has shadow with #A1B1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B1FF on black background.


Color preview on white background

This text has color #A1B1FF on white background.



Black color preview on #A1B1FF background

This text has black color on #A1B1FF background.


White color preview on #A1B1FF background

This text has white color on #A1B1FF background.