COLOR #A6BAC5

HEX: #A6BAC5
RGB: (166,186,197)

Color info

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

RGB color model

#A6BAC5 color RGB value is (166,186,197).

  • red value is 166;
  • green value is 186;
  • blue value is 197.
RGB:
(166,186,197)
(65%,73%,77%)

RGB channels and saturation

R 166 of 255 = 65%
G 186 of 255 = 73%
B 197 of 255 = 77%

166
186
197

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

Portions of RGB colors in percentages

R + G + B =
166 + 186 + 197 = 549 (100%)
R 166 of 549 ~ 30.24%
G 186 of 549 ~ 33.88%
B 197 of 549 ~ 35.88%

%30.24
%33.88
%35.88

CMYK color model

#A6BAC5 color CMYK value is (16,6,0,23).

  • cyan value is 15.74%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(16,6,0,23)
C16M6Y0K23 
(16%,6%,0%,23%)
(0.16/0.06/0.00/0.23)	

CMYK percentages

%15.74
%5.58
%0
%22.75

Codes

Color #A6BAC5 in popluar color models

A6BAC5
RGB166186197
HSL201°21.09%71.18%
HSB/HSV201°15.74%77.25%
CMYK15.74%5.58%0.00%
22.75%

Color #A6BAC5 in popluar number systems.

HEXA6BAC5
Decimal166186197
Binary101001101011101011000101
Octal246272305

Shades and tints

Shades of #A6BAC5

#A6BAC5
(166,186,197)
#97AAB4
(151,170,180)
#889AA3
(136,154,163)
#798A92
(121,138,146)
#6A7A81
(106,122,129)
#5B6A70
(91,106,112)
#4C5A5F
(76,90,95)
#3D4A4E
(61,74,78)
#2E3A3D
(46,58,61)
#1F2A2C
(31,42,44)
#101A1B
(16,26,27)
#000000
(0,0,0)

Tints of #A6BAC5

#A6BAC5
(166,186,197)
#AEC0CA
(174,192,202)
#B6C6CF
(182,198,207)
#BECCD4
(190,204,212)
#C6D2D9
(198,210,217)
#CED8DE
(206,216,222)
#D6DEE3
(214,222,227)
#DEE4E8
(222,228,232)
#E6EAED
(230,234,237)
#EEF0F2
(238,240,242)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BAC5 color. Also use rgb(166,186,197) instead hex code.

Text Font Color

.myTextColor { color: #A6BAC5; }

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

This text font color is #A6BAC5.


Background Color

.myBgColor { background-color: #A6BAC5; }

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

This div background color is #A6BAC5.


Border color

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

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

This div border color is #A6BAC5.


Opacity

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

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

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

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

This text has shadow with #A6BAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BAC5 on black background.


Color preview on white background

This text has color #A6BAC5 on white background.



Black color preview on #A6BAC5 background

This text has black color on #A6BAC5 background.


White color preview on #A6BAC5 background

This text has white color on #A6BAC5 background.