COLOR #A1BCC9

HEX: #A1BCC9
RGB: (161,188,201)

Color info

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

RGB color model

#A1BCC9 color RGB value is (161,188,201).

  • red value is 161;
  • green value is 188;
  • blue value is 201.
RGB:
(161,188,201)
(63%,74%,79%)

RGB channels and saturation

R 161 of 255 = 63%
G 188 of 255 = 74%
B 201 of 255 = 79%

161
188
201

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

Portions of RGB colors in percentages

R + G + B =
161 + 188 + 201 = 550 (100%)
R 161 of 550 ~ 29.27%
G 188 of 550 ~ 34.18%
B 201 of 550 ~ 36.55%

%29.27
%34.18
%36.55

CMYK color model

#A1BCC9 color CMYK value is (20,6,0,21).

  • cyan value is 19.90%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(20,6,0,21)
C20M6Y0K21 
(20%,6%,0%,21%)
(0.20/0.06/0.00/0.21)	

CMYK percentages

%19.9
%6.47
%0
%21.18

Codes

Color #A1BCC9 in popluar color models

A1BCC9
RGB161188201
HSL200°27.03%70.98%
HSB/HSV200°19.90%78.82%
CMYK19.90%6.47%0.00%
21.18%

Color #A1BCC9 in popluar number systems.

HEXA1BCC9
Decimal161188201
Binary101000011011110011001001
Octal241274311

Shades and tints

Shades of #A1BCC9

#A1BCC9
(161,188,201)
#93ABB7
(147,171,183)
#859AA5
(133,154,165)
#778993
(119,137,147)
#697881
(105,120,129)
#5B676F
(91,103,111)
#4D565D
(77,86,93)
#3F454B
(63,69,75)
#313439
(49,52,57)
#232327
(35,35,39)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #A1BCC9

#A1BCC9
(161,188,201)
#A9C2CD
(169,194,205)
#B1C8D1
(177,200,209)
#B9CED5
(185,206,213)
#C1D4D9
(193,212,217)
#C9DADD
(201,218,221)
#D1E0E1
(209,224,225)
#D9E6E5
(217,230,229)
#E1ECE9
(225,236,233)
#E9F2ED
(233,242,237)
#F1F8F1
(241,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1BCC9 color. Also use rgb(161,188,201) instead hex code.

Text Font Color

.myTextColor { color: #A1BCC9; }

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

This text font color is #A1BCC9.


Background Color

.myBgColor { background-color: #A1BCC9; }

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

This div background color is #A1BCC9.


Border color

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

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

This div border color is #A1BCC9.


Opacity

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

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

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

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

This text has shadow with #A1BCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BCC9 on black background.


Color preview on white background

This text has color #A1BCC9 on white background.



Black color preview on #A1BCC9 background

This text has black color on #A1BCC9 background.


White color preview on #A1BCC9 background

This text has white color on #A1BCC9 background.