COLOR #A6B9BA

HEX: #A6B9BA
RGB: (166,185,186)

Color info

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

RGB color model

#A6B9BA color RGB value is (166,185,186).

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

RGB channels and saturation

R 166 of 255 = 65%
G 185 of 255 = 73%
B 186 of 255 = 73%

166
185
186

R + G + B ~ 70%. #A6B9BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 185 + 186 = 537 (100%)
R 166 of 537 ~ 30.91%
G 185 of 537 ~ 34.45%
B 186 of 537 ~ 34.64%

%30.91
%34.45
%34.64

CMYK color model

#A6B9BA color CMYK value is (11,1,0,27).

  • cyan value is 10.75%
  • magenta value is 0.54%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(11,1,0,27)
C11M1Y0K27 
(11%,1%,0%,27%)
(0.11/0.01/0.00/0.27)	

CMYK percentages

%10.75
%0.54
%0
%27.06

Codes

Color #A6B9BA in popluar color models

A6B9BA
RGB166185186
HSL183°12.66%69.02%
HSB/HSV183°10.75%72.94%
CMYK10.75%0.54%0.00%
27.06%

Color #A6B9BA in popluar number systems.

HEXA6B9BA
Decimal166185186
Binary101001101011100110111010
Octal246271272

Shades and tints

Shades of #A6B9BA

#A6B9BA
(166,185,186)
#97A9AA
(151,169,170)
#88999A
(136,153,154)
#79898A
(121,137,138)
#6A797A
(106,121,122)
#5B696A
(91,105,106)
#4C595A
(76,89,90)
#3D494A
(61,73,74)
#2E393A
(46,57,58)
#1F292A
(31,41,42)
#10191A
(16,25,26)
#000000
(0,0,0)

Tints of #A6B9BA

#A6B9BA
(166,185,186)
#AEBFC0
(174,191,192)
#B6C5C6
(182,197,198)
#BECBCC
(190,203,204)
#C6D1D2
(198,209,210)
#CED7D8
(206,215,216)
#D6DDDE
(214,221,222)
#DEE3E4
(222,227,228)
#E6E9EA
(230,233,234)
#EEEFF0
(238,239,240)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B9BA; }

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

This text font color is #A6B9BA.


Background Color

.myBgColor { background-color: #A6B9BA; }

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

This div background color is #A6B9BA.


Border color

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

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

This div border color is #A6B9BA.


Opacity

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

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

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

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

This text has shadow with #A6B9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B9BA on black background.


Color preview on white background

This text has color #A6B9BA on white background.



Black color preview on #A6B9BA background

This text has black color on #A6B9BA background.


White color preview on #A6B9BA background

This text has white color on #A6B9BA background.