COLOR #A1B9FF

HEX: #A1B9FF
RGB: (161,185,255)

Color info

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

RGB color model

#A1B9FF color RGB value is (161,185,255).

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

RGB channels and saturation

R 161 of 255 = 63%
G 185 of 255 = 73%
B 255 of 255 = 100%

161
185
255

R + G + B ~ 79%. #A1B9FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 185 + 255 = 601 (100%)
R 161 of 601 ~ 26.79%
G 185 of 601 ~ 30.78%
B 255 of 601 ~ 42.43%

%26.79
%30.78
%42.43

CMYK color model

#A1B9FF color CMYK value is (37,27,0,0).

  • cyan value is 36.86%
  • magenta value is 27.45%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(37,27,0,0)
C37M27Y0K0 
(37%,27%,0%,0%)
(0.37/0.27/0.00/0.00)	

CMYK percentages

%36.86
%27.45
%0
%0

Codes

Color #A1B9FF in popluar color models

A1B9FF
RGB161185255
HSL225°100.00%81.57%
HSB/HSV225°36.86%100.00%
CMYK36.86%27.45%0.00%
0.00%

Color #A1B9FF in popluar number systems.

HEXA1B9FF
Decimal161185255
Binary101000011011100111111111
Octal241271377

Shades and tints

Shades of #A1B9FF

#A1B9FF
(161,185,255)
#93A9E8
(147,169,232)
#8599D1
(133,153,209)
#7789BA
(119,137,186)
#6979A3
(105,121,163)
#5B698C
(91,105,140)
#4D5975
(77,89,117)
#3F495E
(63,73,94)
#313947
(49,57,71)
#232930
(35,41,48)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #A1B9FF

#A1B9FF
(161,185,255)
#A9BFFF
(169,191,255)
#B1C5FF
(177,197,255)
#B9CBFF
(185,203,255)
#C1D1FF
(193,209,255)
#C9D7FF
(201,215,255)
#D1DDFF
(209,221,255)
#D9E3FF
(217,227,255)
#E1E9FF
(225,233,255)
#E9EFFF
(233,239,255)
#F1F5FF
(241,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B9FF; }

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

This text font color is #A1B9FF.


Background Color

.myBgColor { background-color: #A1B9FF; }

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

This div background color is #A1B9FF.


Border color

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

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

This div border color is #A1B9FF.


Opacity

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

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

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

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

This text has shadow with #A1B9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B9FF on black background.


Color preview on white background

This text has color #A1B9FF on white background.



Black color preview on #A1B9FF background

This text has black color on #A1B9FF background.


White color preview on #A1B9FF background

This text has white color on #A1B9FF background.