COLOR #A1BBF9

HEX: #A1BBF9 RGB: (161,187,249)

Color info

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

RGB color model

#A1BBF9 color RGB value is (161,187,249).

RGB: (161,187,249) (63%, 73%, 98%)

RGB channels and saturation

R 161 of 255 = 63%
G 187 of 255 = 73%
B 249 of 255 = 98%

161
187
249

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

Portions of RGB colors in percentages

R + G + B = 161 + 187 + 249 = 597 (100%)
R 161 of 597 ~ 26.97%
G 187 of 597 ~ 31.32%
B 249 of 597 ~ 41.71'%

%26.97
%31.32
%41.71

CMYK color model

#A1BBF9 color CMYK value is (35,25,0,2).

  • cyan value is 35.34%
  • magenta value is 24.90%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (35,25,0,2)
C35M25Y0K2 (35%, 25%, 0%, 2%)
(0.35 / 0.25 / 0.00 / 0.02)

CMYK percentages

%35.34
%24.9
%0
%2.35

Codes

Color #A1BBF9 in popluar color models

A1 BB F9
RGB 161 187 249
HSL 222° 88.00% 80.39%
HSB/HSV 222° 35.34% 97.65%
CMYK 35.34% 24.90% 0.00%
2.35%

Color #A1BBF9 in popluar number systems.

HEX A1 BB F9
Decimal 161 187 249
Binary 10100001 10111011 11111001
Octal 241 273 371

Shades and tints

Shades of #A1BBF9

#A1BBF9
(161,187,249)
#93AAE3
(147,170,227)
#8599CD
(133,153,205)
#7788B7
(119,136,183)
#6977A1
(105,119,161)
#5B668B
(91,102,139)
#4D5575
(77,85,117)
#3F445F
(63,68,95)
#313349
(49,51,73)
#232233
(35,34,51)
#15111D
(21,17,29)
#000000
(0,0,0)

Tints of #A1BBF9

#A1BBF9
(161,187,249)
#A9C1F9
(169,193,249)
#B1C7F9
(177,199,249)
#B9CDF9
(185,205,249)
#C1D3F9
(193,211,249)
#C9D9F9
(201,217,249)
#D1DFF9
(209,223,249)
#D9E5F9
(217,229,249)
#E1EBF9
(225,235,249)
#E9F1F9
(233,241,249)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1BBF9 color. Also use rgb(161,187,249) instead hex code.

Text Font Color

.myTextColor { color: #A1BBF9; }

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

This text font color is #A1BBF9.

Background Color

.myBgColor { background-color: #A1BBF9; }

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

This div background color is #A1BBF9.

Border color

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

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

This div border color is #A1BBF9.

Opacity

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

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

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

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

This text has shadow with #A1BBF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BBF9.

Preview

Color preview on black background

This text has color #A1BBF9 on black background.


Color preview on white background

This text has color #A1BBF9 on white background.


Black color preview on #A1BBF9 background

This text has black color on #A1BBF9 background.


White color preview on #A1BBF9 background

This text has white color on #A1BBF9 background.


Related colors

Complementary color

Complementary color for #hex is #5E4406.


I love getcolorcode.com

Triadic colors

1 #F9A1BB and #BBF9A1 with #A1BBF9 are triadic colors.

2 #F9BBA1 and #BBA1F9 with #A1BBF9 are triadic colors.