COLOR #A6B9BF

HEX: #A6B9BF RGB: (166,185,191)

Color info

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

RGB color model

#A6B9BF color RGB value is (166,185,191).

RGB: (166,185,191) (65%, 73%, 75%)

RGB channels and saturation

R 166 of 255 = 65%
G 185 of 255 = 73%
B 191 of 255 = 75%

166
185
191

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

Portions of RGB colors in percentages

R + G + B = 166 + 185 + 191 = 542 (100%)
R 166 of 542 ~ 30.63%
G 185 of 542 ~ 34.13%
B 191 of 542 ~ 35.24'%

%30.63
%34.13
%35.24

CMYK color model

#A6B9BF color CMYK value is (13,3,0,25).

  • cyan value is 13.09%
  • magenta value is 3.14%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (13,3,0,25)
C13M3Y0K25 (13%, 3%, 0%, 25%)
(0.13 / 0.03 / 0.00 / 0.25)

CMYK percentages

%13.09
%3.14
%0
%25.1

Codes

Color #A6B9BF in popluar color models

A6 B9 BF
RGB 166 185 191
HSL 194° 16.34% 70.00%
HSB/HSV 194° 13.09% 74.90%
CMYK 13.09% 3.14% 0.00%
25.10%

Color #A6B9BF in popluar number systems.

HEX A6 B9 BF
Decimal 166 185 191
Binary 10100110 10111001 10111111
Octal 246 271 277

Shades and tints

Shades of #A6B9BF

#A6B9BF
(166,185,191)
#97A9AE
(151,169,174)
#88999D
(136,153,157)
#79898C
(121,137,140)
#6A797B
(106,121,123)
#5B696A
(91,105,106)
#4C5959
(76,89,89)
#3D4948
(61,73,72)
#2E3937
(46,57,55)
#1F2926
(31,41,38)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #A6B9BF

#A6B9BF
(166,185,191)
#AEBFC4
(174,191,196)
#B6C5C9
(182,197,201)
#BECBCE
(190,203,206)
#C6D1D3
(198,209,211)
#CED7D8
(206,215,216)
#D6DDDD
(214,221,221)
#DEE3E2
(222,227,226)
#E6E9E7
(230,233,231)
#EEEFEC
(238,239,236)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B9BF; }

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

This text font color is #A6B9BF.

Background Color

.myBgColor { background-color: #A6B9BF; }

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

This div background color is #A6B9BF.

Border color

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

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

This div border color is #A6B9BF.

Opacity

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

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

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

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

This text has shadow with #A6B9BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B9BF.

Preview

Color preview on black background

This text has color #A6B9BF on black background.


Color preview on white background

This text has color #A6B9BF on white background.


Black color preview on #A6B9BF background

This text has black color on #A6B9BF background.


White color preview on #A6B9BF background

This text has white color on #A6B9BF background.


Related colors

Complementary color

Complementary color for #hex is #594640.


I love getcolorcode.com

Triadic colors

1 #BFA6B9 and #B9BFA6 with #A6B9BF are triadic colors.

2 #BFB9A6 and #B9A6BF with #A6B9BF are triadic colors.