COLOR #A1BAC7

HEX: #A1BAC7
RGB: (161,186,199)

Color info

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

RGB color model

#A1BAC7 color RGB value is (161,186,199).

  • red value is 161;
  • green value is 186;
  • blue value is 199.
RGB:
(161,186,199)
(63%,73%,78%)

RGB channels and saturation

R 161 of 255 = 63%
G 186 of 255 = 73%
B 199 of 255 = 78%

161
186
199

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

Portions of RGB colors in percentages

R + G + B =
161 + 186 + 199 = 546 (100%)
R 161 of 546 ~ 29.49%
G 186 of 546 ~ 34.07%
B 199 of 546 ~ 36.45%

%29.49
%34.07
%36.45

CMYK color model

#A1BAC7 color CMYK value is (19,7,0,22).

  • cyan value is 19.10%
  • magenta value is 6.53%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(19,7,0,22)
C19M7Y0K22 
(19%,7%,0%,22%)
(0.19/0.07/0.00/0.22)	

CMYK percentages

%19.1
%6.53
%0
%21.96

Codes

Color #A1BAC7 in popluar color models

A1BAC7
RGB161186199
HSL201°25.33%70.59%
HSB/HSV201°19.10%78.04%
CMYK19.10%6.53%0.00%
21.96%

Color #A1BAC7 in popluar number systems.

HEXA1BAC7
Decimal161186199
Binary101000011011101011000111
Octal241272307

Shades and tints

Shades of #A1BAC7

#A1BAC7
(161,186,199)
#93AAB5
(147,170,181)
#859AA3
(133,154,163)
#778A91
(119,138,145)
#697A7F
(105,122,127)
#5B6A6D
(91,106,109)
#4D5A5B
(77,90,91)
#3F4A49
(63,74,73)
#313A37
(49,58,55)
#232A25
(35,42,37)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #A1BAC7

#A1BAC7
(161,186,199)
#A9C0CC
(169,192,204)
#B1C6D1
(177,198,209)
#B9CCD6
(185,204,214)
#C1D2DB
(193,210,219)
#C9D8E0
(201,216,224)
#D1DEE5
(209,222,229)
#D9E4EA
(217,228,234)
#E1EAEF
(225,234,239)
#E9F0F4
(233,240,244)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1BAC7 color. Also use rgb(161,186,199) instead hex code.

Text Font Color

.myTextColor { color: #A1BAC7; }

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

This text font color is #A1BAC7.


Background Color

.myBgColor { background-color: #A1BAC7; }

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

This div background color is #A1BAC7.


Border color

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

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

This div border color is #A1BAC7.


Opacity

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

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

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

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

This text has shadow with #A1BAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BAC7 on black background.


Color preview on white background

This text has color #A1BAC7 on white background.



Black color preview on #A1BAC7 background

This text has black color on #A1BAC7 background.


White color preview on #A1BAC7 background

This text has white color on #A1BAC7 background.