COLOR #A6B9B8

HEX: #A6B9B8
RGB: (166,185,184)

Color info

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

RGB color model

#A6B9B8 color RGB value is (166,185,184).

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

RGB channels and saturation

R 166 of 255 = 65%
G 185 of 255 = 73%
B 184 of 255 = 72%

166
185
184

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

Portions of RGB colors in percentages

R + G + B =
166 + 185 + 184 = 535 (100%)
R 166 of 535 ~ 31.03%
G 185 of 535 ~ 34.58%
B 184 of 535 ~ 34.39%

%31.03
%34.58
%34.39

CMYK color model

#A6B9B8 color CMYK value is (10,0,1,27).

  • cyan value is 10.27%
  • magenta value is 0.00%
  • yellow value is 0.54%
  • key color value is 27.45%
CMYK:
(10,0,1,27)
C10M0Y1K27 
(10%,0%,1%,27%)
(0.10/0.00/0.01/0.27)	

CMYK percentages

%10.27
%0
%0.54
%27.45

Codes

Color #A6B9B8 in popluar color models

A6B9B8
RGB166185184
HSL177°11.95%68.82%
HSB/HSV177°10.27%72.55%
CMYK10.27%0.00%0.54%
27.45%

Color #A6B9B8 in popluar number systems.

HEXA6B9B8
Decimal166185184
Binary101001101011100110111000
Octal246271270

Shades and tints

Shades of #A6B9B8

#A6B9B8
(166,185,184)
#97A9A8
(151,169,168)
#889998
(136,153,152)
#798988
(121,137,136)
#6A7978
(106,121,120)
#5B6968
(91,105,104)
#4C5958
(76,89,88)
#3D4948
(61,73,72)
#2E3938
(46,57,56)
#1F2928
(31,41,40)
#101918
(16,25,24)
#000000
(0,0,0)

Tints of #A6B9B8

#A6B9B8
(166,185,184)
#AEBFBE
(174,191,190)
#B6C5C4
(182,197,196)
#BECBCA
(190,203,202)
#C6D1D0
(198,209,208)
#CED7D6
(206,215,214)
#D6DDDC
(214,221,220)
#DEE3E2
(222,227,226)
#E6E9E8
(230,233,232)
#EEEFEE
(238,239,238)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B9B8; }

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

This text font color is #A6B9B8.


Background Color

.myBgColor { background-color: #A6B9B8; }

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

This div background color is #A6B9B8.


Border color

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

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

This div border color is #A6B9B8.


Opacity

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

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

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

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

This text has shadow with #A6B9B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B9B8 on black background.


Color preview on white background

This text has color #A6B9B8 on white background.



Black color preview on #A6B9B8 background

This text has black color on #A6B9B8 background.


White color preview on #A6B9B8 background

This text has white color on #A6B9B8 background.