COLOR #A1BBE6

HEX: #A1BBE6
RGB: (161,187,230)

Color info

#A1BBE6 contains mainly green and blue colors. Web safe color of #A1BBE6 is #99CCCC (or #9CC).

RGB color model

#A1BBE6 color RGB value is (161,187,230).

  • red value is 161;
  • green value is 187;
  • blue value is 230.
RGB:
(161,187,230)
(63%,73%,90%)

RGB channels and saturation

R 161 of 255 = 63%
G 187 of 255 = 73%
B 230 of 255 = 90%

161
187
230

R + G + B ~ 75%. #A1BBE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 187 + 230 = 578 (100%)
R 161 of 578 ~ 27.85%
G 187 of 578 ~ 32.35%
B 230 of 578 ~ 39.79%

%27.85
%32.35
%39.79

CMYK color model

#A1BBE6 color CMYK value is (30,19,0,10).

  • cyan value is 30.00%
  • magenta value is 18.70%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(30,19,0,10)
C30M19Y0K10 
(30%,19%,0%,10%)
(0.30/0.19/0.00/0.10)	

CMYK percentages

%30
%18.7
%0
%9.8

Codes

Color #A1BBE6 in popluar color models

A1BBE6
RGB161187230
HSL217°57.98%76.67%
HSB/HSV217°30.00%90.20%
CMYK30.00%18.70%0.00%
9.80%

Color #A1BBE6 in popluar number systems.

HEXA1BBE6
Decimal161187230
Binary101000011011101111100110
Octal241273346

Shades and tints

Shades of #A1BBE6

#A1BBE6
(161,187,230)
#93AAD2
(147,170,210)
#8599BE
(133,153,190)
#7788AA
(119,136,170)
#697796
(105,119,150)
#5B6682
(91,102,130)
#4D556E
(77,85,110)
#3F445A
(63,68,90)
#313346
(49,51,70)
#232232
(35,34,50)
#15111E
(21,17,30)
#000000
(0,0,0)

Tints of #A1BBE6

#A1BBE6
(161,187,230)
#A9C1E8
(169,193,232)
#B1C7EA
(177,199,234)
#B9CDEC
(185,205,236)
#C1D3EE
(193,211,238)
#C9D9F0
(201,217,240)
#D1DFF2
(209,223,242)
#D9E5F4
(217,229,244)
#E1EBF6
(225,235,246)
#E9F1F8
(233,241,248)
#F1F7FA
(241,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BBE6; }

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

This text font color is #A1BBE6.


Background Color

.myBgColor { background-color: #A1BBE6; }

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

This div background color is #A1BBE6.


Border color

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

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

This div border color is #A1BBE6.


Opacity

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

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

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

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

This text has shadow with #A1BBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BBE6 on black background.


Color preview on white background

This text has color #A1BBE6 on white background.



Black color preview on #A1BBE6 background

This text has black color on #A1BBE6 background.


White color preview on #A1BBE6 background

This text has white color on #A1BBE6 background.