COLOR #A1B9CC

HEX: #A1B9CC RGB: (161,185,204)

Color info

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

RGB color model

#A1B9CC color RGB value is (161,185,204).

RGB: (161,185,204) (63%, 73%, 80%)

RGB channels and saturation

R 161 of 255 = 63%
G 185 of 255 = 73%
B 204 of 255 = 80%

161
185
204

R + G + B ~ 72%. #A1B9CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 185 + 204 = 550 (100%)
R 161 of 550 ~ 29.27%
G 185 of 550 ~ 33.64%
B 204 of 550 ~ 37.09'%

%29.27
%33.64
%37.09

CMYK color model

#A1B9CC color CMYK value is (21,9,0,20).

  • cyan value is 21.08%
  • magenta value is 9.31%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (21,9,0,20)
C21M9Y0K20 (21%, 9%, 0%, 20%)
(0.21 / 0.09 / 0.00 / 0.20)

CMYK percentages

%21.08
%9.31
%0
%20

Codes

Color #A1B9CC in popluar color models

A1 B9 CC
RGB 161 185 204
HSL 207° 29.66% 71.57%
HSB/HSV 207° 21.08% 80.00%
CMYK 21.08% 9.31% 0.00%
20.00%

Color #A1B9CC in popluar number systems.

HEX A1 B9 CC
Decimal 161 185 204
Binary 10100001 10111001 11001100
Octal 241 271 314

Shades and tints

Shades of #A1B9CC

#A1B9CC
(161,185,204)
#93A9BA
(147,169,186)
#8599A8
(133,153,168)
#778996
(119,137,150)
#697984
(105,121,132)
#5B6972
(91,105,114)
#4D5960
(77,89,96)
#3F494E
(63,73,78)
#31393C
(49,57,60)
#23292A
(35,41,42)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #A1B9CC

#A1B9CC
(161,185,204)
#A9BFD0
(169,191,208)
#B1C5D4
(177,197,212)
#B9CBD8
(185,203,216)
#C1D1DC
(193,209,220)
#C9D7E0
(201,215,224)
#D1DDE4
(209,221,228)
#D9E3E8
(217,227,232)
#E1E9EC
(225,233,236)
#E9EFF0
(233,239,240)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B9CC color. Also use rgb(161,185,204) instead hex code.

Text Font Color

.myTextColor { color: #A1B9CC; }

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

This text font color is #A1B9CC.

Background Color

.myBgColor { background-color: #A1B9CC; }

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

This div background color is #A1B9CC.

Border color

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

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

This div border color is #A1B9CC.

Opacity

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

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

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

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

This text has shadow with #A1B9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B9CC.

Preview

Color preview on black background

This text has color #A1B9CC on black background.


Color preview on white background

This text has color #A1B9CC on white background.


Black color preview on #A1B9CC background

This text has black color on #A1B9CC background.


White color preview on #A1B9CC background

This text has white color on #A1B9CC background.


Related colors

Complementary color

Complementary color for #hex is #5E4633.


I love getcolorcode.com

Triadic colors

1 #CCA1B9 and #B9CCA1 with #A1B9CC are triadic colors.

2 #CCB9A1 and #B9A1CC with #A1B9CC are triadic colors.