COLOR #A1B6D9

HEX: #A1B6D9
RGB: (161,182,217)

Color info

#A1B6D9 contains red, green and blue colors in about the same proportion. Web safe color of #A1B6D9 is #99CCCC (or #9CC).

RGB color model

#A1B6D9 color RGB value is (161,182,217).

  • red value is 161;
  • green value is 182;
  • blue value is 217.
RGB:
(161,182,217)
(63%,71%,85%)

RGB channels and saturation

R 161 of 255 = 63%
G 182 of 255 = 71%
B 217 of 255 = 85%

161
182
217

R + G + B ~ 73%. #A1B6D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 182 + 217 = 560 (100%)
R 161 of 560 ~ 28.75%
G 182 of 560 ~ 32.5%
B 217 of 560 ~ 38.75%

%28.75
%32.5
%38.75

CMYK color model

#A1B6D9 color CMYK value is (26,16,0,15).

  • cyan value is 25.81%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(26,16,0,15)
C26M16Y0K15 
(26%,16%,0%,15%)
(0.26/0.16/0.00/0.15)	

CMYK percentages

%25.81
%16.13
%0
%14.9

Codes

Color #A1B6D9 in popluar color models

A1B6D9
RGB161182217
HSL218°42.42%74.12%
HSB/HSV218°25.81%85.10%
CMYK25.81%16.13%0.00%
14.90%

Color #A1B6D9 in popluar number systems.

HEXA1B6D9
Decimal161182217
Binary101000011011011011011001
Octal241266331

Shades and tints

Shades of #A1B6D9

#A1B6D9
(161,182,217)
#93A6C6
(147,166,198)
#8596B3
(133,150,179)
#7786A0
(119,134,160)
#69768D
(105,118,141)
#5B667A
(91,102,122)
#4D5667
(77,86,103)
#3F4654
(63,70,84)
#313641
(49,54,65)
#23262E
(35,38,46)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #A1B6D9

#A1B6D9
(161,182,217)
#A9BCDC
(169,188,220)
#B1C2DF
(177,194,223)
#B9C8E2
(185,200,226)
#C1CEE5
(193,206,229)
#C9D4E8
(201,212,232)
#D1DAEB
(209,218,235)
#D9E0EE
(217,224,238)
#E1E6F1
(225,230,241)
#E9ECF4
(233,236,244)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B6D9 color. Also use rgb(161,182,217) instead hex code.

Text Font Color

.myTextColor { color: #A1B6D9; }

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

This text font color is #A1B6D9.


Background Color

.myBgColor { background-color: #A1B6D9; }

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

This div background color is #A1B6D9.


Border color

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

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

This div border color is #A1B6D9.


Opacity

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

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

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

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

This text has shadow with #A1B6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B6D9 on black background.


Color preview on white background

This text has color #A1B6D9 on white background.



Black color preview on #A1B6D9 background

This text has black color on #A1B6D9 background.


White color preview on #A1B6D9 background

This text has white color on #A1B6D9 background.