COLOR #A6B9AF

HEX: #A6B9AF
RGB: (166,185,175)

Color info

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

RGB color model

#A6B9AF color RGB value is (166,185,175).

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

RGB channels and saturation

R 166 of 255 = 65%
G 185 of 255 = 73%
B 175 of 255 = 69%

166
185
175

R + G + B ~ 69%. #A6B9AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 185 + 175 = 526 (100%)
R 166 of 526 ~ 31.56%
G 185 of 526 ~ 35.17%
B 175 of 526 ~ 33.27%

%31.56
%35.17
%33.27

CMYK color model

#A6B9AF color CMYK value is (10,0,5,27).

  • cyan value is 10.27%
  • magenta value is 0.00%
  • yellow value is 5.41%
  • key color value is 27.45%
CMYK:
(10,0,5,27)
C10M0Y5K27 
(10%,0%,5%,27%)
(0.10/0.00/0.05/0.27)	

CMYK percentages

%10.27
%0
%5.41
%27.45

Codes

Color #A6B9AF in popluar color models

A6B9AF
RGB166185175
HSL148°11.95%68.82%
HSB/HSV148°10.27%72.55%
CMYK10.27%0.00%5.41%
27.45%

Color #A6B9AF in popluar number systems.

HEXA6B9AF
Decimal166185175
Binary101001101011100110101111
Octal246271257

Shades and tints

Shades of #A6B9AF

#A6B9AF
(166,185,175)
#97A9A0
(151,169,160)
#889991
(136,153,145)
#798982
(121,137,130)
#6A7973
(106,121,115)
#5B6964
(91,105,100)
#4C5955
(76,89,85)
#3D4946
(61,73,70)
#2E3937
(46,57,55)
#1F2928
(31,41,40)
#101919
(16,25,25)
#000000
(0,0,0)

Tints of #A6B9AF

#A6B9AF
(166,185,175)
#AEBFB6
(174,191,182)
#B6C5BD
(182,197,189)
#BECBC4
(190,203,196)
#C6D1CB
(198,209,203)
#CED7D2
(206,215,210)
#D6DDD9
(214,221,217)
#DEE3E0
(222,227,224)
#E6E9E7
(230,233,231)
#EEEFEE
(238,239,238)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B9AF; }

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

This text font color is #A6B9AF.


Background Color

.myBgColor { background-color: #A6B9AF; }

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

This div background color is #A6B9AF.


Border color

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

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

This div border color is #A6B9AF.


Opacity

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

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

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

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

This text has shadow with #A6B9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B9AF on black background.


Color preview on white background

This text has color #A6B9AF on white background.



Black color preview on #A6B9AF background

This text has black color on #A6B9AF background.


White color preview on #A6B9AF background

This text has white color on #A6B9AF background.