COLOR #A1B6CD

HEX: #A1B6CD RGB: (161,182,205)

Color info

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

RGB color model

#A1B6CD color RGB value is (161,182,205).

RGB: (161,182,205) (63%, 71%, 80%)

RGB channels and saturation

R 161 of 255 = 63%
G 182 of 255 = 71%
B 205 of 255 = 80%

161
182
205

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

Portions of RGB colors in percentages

R + G + B = 161 + 182 + 205 = 548 (100%)
R 161 of 548 ~ 29.38%
G 182 of 548 ~ 33.21%
B 205 of 548 ~ 37.41'%

%29.38
%33.21
%37.41

CMYK color model

#A1B6CD color CMYK value is (21,11,0,20).

  • cyan value is 21.46%
  • magenta value is 11.22%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (21,11,0,20)
C21M11Y0K20 (21%, 11%, 0%, 20%)
(0.21 / 0.11 / 0.00 / 0.20)

CMYK percentages

%21.46
%11.22
%0
%19.61

Codes

Color #A1B6CD in popluar color models

A1 B6 CD
RGB 161 182 205
HSL 211° 30.56% 71.76%
HSB/HSV 211° 21.46% 80.39%
CMYK 21.46% 11.22% 0.00%
19.61%

Color #A1B6CD in popluar number systems.

HEX A1 B6 CD
Decimal 161 182 205
Binary 10100001 10110110 11001101
Octal 241 266 315

Shades and tints

Shades of #A1B6CD

#A1B6CD
(161,182,205)
#93A6BB
(147,166,187)
#8596A9
(133,150,169)
#778697
(119,134,151)
#697685
(105,118,133)
#5B6673
(91,102,115)
#4D5661
(77,86,97)
#3F464F
(63,70,79)
#31363D
(49,54,61)
#23262B
(35,38,43)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #A1B6CD

#A1B6CD
(161,182,205)
#A9BCD1
(169,188,209)
#B1C2D5
(177,194,213)
#B9C8D9
(185,200,217)
#C1CEDD
(193,206,221)
#C9D4E1
(201,212,225)
#D1DAE5
(209,218,229)
#D9E0E9
(217,224,233)
#E1E6ED
(225,230,237)
#E9ECF1
(233,236,241)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B6CD; }

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

This text font color is #A1B6CD.

Background Color

.myBgColor { background-color: #A1B6CD; }

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

This div background color is #A1B6CD.

Border color

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

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

This div border color is #A1B6CD.

Opacity

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

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

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

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

This text has shadow with #A1B6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B6CD.

Preview

Color preview on black background

This text has color #A1B6CD on black background.


Color preview on white background

This text has color #A1B6CD on white background.


Black color preview on #A1B6CD background

This text has black color on #A1B6CD background.


White color preview on #A1B6CD background

This text has white color on #A1B6CD background.


Related colors

Complementary color

Complementary color for #hex is #5E4932.


I love getcolorcode.com

Triadic colors

1 #CDA1B6 and #B6CDA1 with #A1B6CD are triadic colors.

2 #CDB6A1 and #B6A1CD with #A1B6CD are triadic colors.