COLOR #A1B6E1

HEX: #A1B6E1 RGB: (161,182,225)

Color info

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

RGB color model

#A1B6E1 color RGB value is (161,182,225).

RGB: (161,182,225) (63%, 71%, 88%)

RGB channels and saturation

R 161 of 255 = 63%
G 182 of 255 = 71%
B 225 of 255 = 88%

161
182
225

R + G + B ~ 74%. #A1B6E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 182 + 225 = 568 (100%)
R 161 of 568 ~ 28.35%
G 182 of 568 ~ 32.04%
B 225 of 568 ~ 39.61'%

%28.35
%32.04
%39.61

CMYK color model

#A1B6E1 color CMYK value is (28,19,0,12).

  • cyan value is 28.44%
  • magenta value is 19.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (28,19,0,12) C28M19Y0K12 (28%,19%,0%,12%) (0.28/0.19/0.00/0.12) 

CMYK percentages

%28.44
%19.11
%0
%11.76

Codes

Color #A1B6E1 in popluar color models

A1 B6 E1
RGB 161 182 225
HSL 220° 51.61% 75.69%
HSB/HSV 220° 28.44% 88.24%
CMYK 28.44% 19.11% 0.00%
11.76%

Color #A1B6E1 in popluar number systems.

HEX A1 B6 E1
Decimal 161 182 225
Binary 10100001 10110110 11100001
Octal 241 266 341

Shades and tints

Shades of #A1B6E1

#A1B6E1
(161,182,225)
#93A6CD
(147,166,205)
#8596B9
(133,150,185)
#7786A5
(119,134,165)
#697691
(105,118,145)
#5B667D
(91,102,125)
#4D5669
(77,86,105)
#3F4655
(63,70,85)
#313641
(49,54,65)
#23262D
(35,38,45)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #A1B6E1

#A1B6E1
(161,182,225)
#A9BCE3
(169,188,227)
#B1C2E5
(177,194,229)
#B9C8E7
(185,200,231)
#C1CEE9
(193,206,233)
#C9D4EB
(201,212,235)
#D1DAED
(209,218,237)
#D9E0EF
(217,224,239)
#E1E6F1
(225,230,241)
#E9ECF3
(233,236,243)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B6E1; }

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

This text font color is #A1B6E1.

Background Color

.myBgColor { background-color: #A1B6E1; }

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

This div background color is #A1B6E1.

Border color

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

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

This div border color is #A1B6E1.

Opacity

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

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

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

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

This text has shadow with #A1B6E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B6E1.

Preview

Color preview on black background

This text has color #A1B6E1 on black background.


Color preview on white background

This text has color #A1B6E1 on white background.


Black color preview on #A1B6E1 background

This text has black color on #A1B6E1 background.


White color preview on #A1B6E1 background

This text has white color on #A1B6E1 background.


Related colors

Complementary color

Complementary color for #hex is #5E491E.


I love getcolorcode.com

Triadic colors

1 #E1A1B6 and #B6E1A1 with #A1B6E1 are triadic colors.

2 #E1B6A1 and #B6A1E1 with #A1B6E1 are triadic colors.