COLOR #A1BBC9

HEX: #A1BBC9
RGB: (161,187,201)

Color info

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

RGB color model

#A1BBC9 color RGB value is (161,187,201).

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

RGB channels and saturation

R 161 of 255 = 63%
G 187 of 255 = 73%
B 201 of 255 = 79%

161
187
201

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

Portions of RGB colors in percentages

R + G + B =
161 + 187 + 201 = 549 (100%)
R 161 of 549 ~ 29.33%
G 187 of 549 ~ 34.06%
B 201 of 549 ~ 36.61%

%29.33
%34.06
%36.61

CMYK color model

#A1BBC9 color CMYK value is (20,7,0,21).

  • cyan value is 19.90%
  • magenta value is 6.97%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(20,7,0,21)
C20M7Y0K21 
(20%,7%,0%,21%)
(0.20/0.07/0.00/0.21)	

CMYK percentages

%19.9
%6.97
%0
%21.18

Codes

Color #A1BBC9 in popluar color models

A1BBC9
RGB161187201
HSL201°27.03%70.98%
HSB/HSV201°19.90%78.82%
CMYK19.90%6.97%0.00%
21.18%

Color #A1BBC9 in popluar number systems.

HEXA1BBC9
Decimal161187201
Binary101000011011101111001001
Octal241273311

Shades and tints

Shades of #A1BBC9

#A1BBC9
(161,187,201)
#93AAB7
(147,170,183)
#8599A5
(133,153,165)
#778893
(119,136,147)
#697781
(105,119,129)
#5B666F
(91,102,111)
#4D555D
(77,85,93)
#3F444B
(63,68,75)
#313339
(49,51,57)
#232227
(35,34,39)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #A1BBC9

#A1BBC9
(161,187,201)
#A9C1CD
(169,193,205)
#B1C7D1
(177,199,209)
#B9CDD5
(185,205,213)
#C1D3D9
(193,211,217)
#C9D9DD
(201,217,221)
#D1DFE1
(209,223,225)
#D9E5E5
(217,229,229)
#E1EBE9
(225,235,233)
#E9F1ED
(233,241,237)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BBC9; }

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

This text font color is #A1BBC9.


Background Color

.myBgColor { background-color: #A1BBC9; }

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

This div background color is #A1BBC9.


Border color

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

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

This div border color is #A1BBC9.


Opacity

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

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

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

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

This text has shadow with #A1BBC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BBC9 on black background.


Color preview on white background

This text has color #A1BBC9 on white background.



Black color preview on #A1BBC9 background

This text has black color on #A1BBC9 background.


White color preview on #A1BBC9 background

This text has white color on #A1BBC9 background.