COLOR #A1B6CA

HEX: #A1B6CA RGB: (161,182,202)

Color info

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

RGB color model

#A1B6CA color RGB value is (161,182,202).

RGB: (161,182,202) (63%, 71%, 79%)

RGB channels and saturation

R 161 of 255 = 63%
G 182 of 255 = 71%
B 202 of 255 = 79%

161
182
202

R + G + B ~ 71%. #A1B6CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 182 + 202 = 545 (100%)
R 161 of 545 ~ 29.54%
G 182 of 545 ~ 33.39%
B 202 of 545 ~ 37.06'%

%29.54
%33.39
%37.06

CMYK color model

#A1B6CA color CMYK value is (20,10,0,21).

  • cyan value is 20.30%
  • magenta value is 9.90%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (20,10,0,21)
C20M10Y0K21 (20%, 10%, 0%, 21%)
(0.20 / 0.10 / 0.00 / 0.21)

CMYK percentages

%20.3
%9.9
%0
%20.78

Codes

Color #A1B6CA in popluar color models

A1 B6 CA
RGB 161 182 202
HSL 209° 27.89% 71.18%
HSB/HSV 209° 20.30% 79.22%
CMYK 20.30% 9.90% 0.00%
20.78%

Color #A1B6CA in popluar number systems.

HEX A1 B6 CA
Decimal 161 182 202
Binary 10100001 10110110 11001010
Octal 241 266 312

Shades and tints

Shades of #A1B6CA

#A1B6CA
(161,182,202)
#93A6B8
(147,166,184)
#8596A6
(133,150,166)
#778694
(119,134,148)
#697682
(105,118,130)
#5B6670
(91,102,112)
#4D565E
(77,86,94)
#3F464C
(63,70,76)
#31363A
(49,54,58)
#232628
(35,38,40)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #A1B6CA

#A1B6CA
(161,182,202)
#A9BCCE
(169,188,206)
#B1C2D2
(177,194,210)
#B9C8D6
(185,200,214)
#C1CEDA
(193,206,218)
#C9D4DE
(201,212,222)
#D1DAE2
(209,218,226)
#D9E0E6
(217,224,230)
#E1E6EA
(225,230,234)
#E9ECEE
(233,236,238)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B6CA; }

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

This text font color is #A1B6CA.

Background Color

.myBgColor { background-color: #A1B6CA; }

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

This div background color is #A1B6CA.

Border color

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

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

This div border color is #A1B6CA.

Opacity

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

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

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

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

This text has shadow with #A1B6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B6CA.

Preview

Color preview on black background

This text has color #A1B6CA on black background.


Color preview on white background

This text has color #A1B6CA on white background.


Black color preview on #A1B6CA background

This text has black color on #A1B6CA background.


White color preview on #A1B6CA background

This text has white color on #A1B6CA background.


Related colors

Complementary color

Complementary color for #hex is #5E4935.


I love getcolorcode.com

Triadic colors

1 #CAA1B6 and #B6CAA1 with #A1B6CA are triadic colors.

2 #CAB6A1 and #B6A1CA with #A1B6CA are triadic colors.