COLOR #A1BBE7

HEX: #A1BBE7 RGB: (161,187,231)

Color info

#A1BBE7 contains mainly green and blue colors. Web safe color of #A1BBE7 is #99CCFF (or #9CF).

RGB color model

#A1BBE7 color RGB value is (161,187,231).

RGB: (161,187,231) (63%, 73%, 91%)

RGB channels and saturation

R 161 of 255 = 63%
G 187 of 255 = 73%
B 231 of 255 = 91%

161
187
231

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

Portions of RGB colors in percentages

R + G + B = 161 + 187 + 231 = 579 (100%)
R 161 of 579 ~ 27.81%
G 187 of 579 ~ 32.3%
B 231 of 579 ~ 39.9'%

%27.81
%32.3
%39.9

CMYK color model

#A1BBE7 color CMYK value is (30,19,0,9).

  • cyan value is 30.30%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (30,19,0,9)
C30M19Y0K9 (30%, 19%, 0%, 9%)
(0.30 / 0.19 / 0.00 / 0.09)

CMYK percentages

%30.3
%19.05
%0
%9.41

Codes

Color #A1BBE7 in popluar color models

A1 BB E7
RGB 161 187 231
HSL 218° 59.32% 76.86%
HSB/HSV 218° 30.30% 90.59%
CMYK 30.30% 19.05% 0.00%
9.41%

Color #A1BBE7 in popluar number systems.

HEX A1 BB E7
Decimal 161 187 231
Binary 10100001 10111011 11100111
Octal 241 273 347

Shades and tints

Shades of #A1BBE7

#A1BBE7
(161,187,231)
#93AAD2
(147,170,210)
#8599BD
(133,153,189)
#7788A8
(119,136,168)
#697793
(105,119,147)
#5B667E
(91,102,126)
#4D5569
(77,85,105)
#3F4454
(63,68,84)
#31333F
(49,51,63)
#23222A
(35,34,42)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #A1BBE7

#A1BBE7
(161,187,231)
#A9C1E9
(169,193,233)
#B1C7EB
(177,199,235)
#B9CDED
(185,205,237)
#C1D3EF
(193,211,239)
#C9D9F1
(201,217,241)
#D1DFF3
(209,223,243)
#D9E5F5
(217,229,245)
#E1EBF7
(225,235,247)
#E9F1F9
(233,241,249)
#F1F7FB
(241,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BBE7; }

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

This text font color is #A1BBE7.

Background Color

.myBgColor { background-color: #A1BBE7; }

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

This div background color is #A1BBE7.

Border color

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

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

This div border color is #A1BBE7.

Opacity

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

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

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

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

This text has shadow with #A1BBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BBE7.

Preview

Color preview on black background

This text has color #A1BBE7 on black background.


Color preview on white background

This text has color #A1BBE7 on white background.


Black color preview on #A1BBE7 background

This text has black color on #A1BBE7 background.


White color preview on #A1BBE7 background

This text has white color on #A1BBE7 background.


Related colors

Complementary color

Complementary color for #hex is #5E4418.


I love getcolorcode.com

Triadic colors

1 #E7A1BB and #BBE7A1 with #A1BBE7 are triadic colors.

2 #E7BBA1 and #BBA1E7 with #A1BBE7 are triadic colors.