COLOR #A1B0F1

HEX: #A1B0F1
RGB: (161,176,241)

Color info

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

RGB color model

#A1B0F1 color RGB value is (161,176,241).

  • red value is 161;
  • green value is 176;
  • blue value is 241.
RGB:
(161,176,241)
(63%,69%,95%)

RGB channels and saturation

R 161 of 255 = 63%
G 176 of 255 = 69%
B 241 of 255 = 95%

161
176
241

R + G + B ~ 76%. #A1B0F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 176 + 241 = 578 (100%)
R 161 of 578 ~ 27.85%
G 176 of 578 ~ 30.45%
B 241 of 578 ~ 41.7%

%27.85
%30.45
%41.7

CMYK color model

#A1B0F1 color CMYK value is (33,27,0,5).

  • cyan value is 33.20%
  • magenta value is 26.97%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(33,27,0,5)
C33M27Y0K5 
(33%,27%,0%,5%)
(0.33/0.27/0.00/0.05)	

CMYK percentages

%33.2
%26.97
%0
%5.49

Codes

Color #A1B0F1 in popluar color models

A1B0F1
RGB161176241
HSL229°74.07%78.82%
HSB/HSV229°33.20%94.51%
CMYK33.20%26.97%0.00%
5.49%

Color #A1B0F1 in popluar number systems.

HEXA1B0F1
Decimal161176241
Binary101000011011000011110001
Octal241260361

Shades and tints

Shades of #A1B0F1

#A1B0F1
(161,176,241)
#93A0DC
(147,160,220)
#8590C7
(133,144,199)
#7780B2
(119,128,178)
#69709D
(105,112,157)
#5B6088
(91,96,136)
#4D5073
(77,80,115)
#3F405E
(63,64,94)
#313049
(49,48,73)
#232034
(35,32,52)
#15101F
(21,16,31)
#000000
(0,0,0)

Tints of #A1B0F1

#A1B0F1
(161,176,241)
#A9B7F2
(169,183,242)
#B1BEF3
(177,190,243)
#B9C5F4
(185,197,244)
#C1CCF5
(193,204,245)
#C9D3F6
(201,211,246)
#D1DAF7
(209,218,247)
#D9E1F8
(217,225,248)
#E1E8F9
(225,232,249)
#E9EFFA
(233,239,250)
#F1F6FB
(241,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B0F1 color. Also use rgb(161,176,241) instead hex code.

Text Font Color

.myTextColor { color: #A1B0F1; }

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

This text font color is #A1B0F1.


Background Color

.myBgColor { background-color: #A1B0F1; }

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

This div background color is #A1B0F1.


Border color

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

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

This div border color is #A1B0F1.


Opacity

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

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

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

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

This text has shadow with #A1B0F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B0F1 on black background.


Color preview on white background

This text has color #A1B0F1 on white background.



Black color preview on #A1B0F1 background

This text has black color on #A1B0F1 background.


White color preview on #A1B0F1 background

This text has white color on #A1B0F1 background.