COLOR #A6B8BF

HEX: #A6B8BF RGB: (166,184,191)

Color info

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

RGB color model

#A6B8BF color RGB value is (166,184,191).

RGB: (166,184,191) (65%, 72%, 75%)

RGB channels and saturation

R 166 of 255 = 65%
G 184 of 255 = 72%
B 191 of 255 = 75%

166
184
191

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

Portions of RGB colors in percentages

R + G + B = 166 + 184 + 191 = 541 (100%)
R 166 of 541 ~ 30.68%
G 184 of 541 ~ 34.01%
B 191 of 541 ~ 35.3'%

%30.68
%34.01
%35.3

CMYK color model

#A6B8BF color CMYK value is (13,4,0,25).

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

CMYK: (13,4,0,25)
C13M4Y0K25 (13%, 4%, 0%, 25%)
(0.13 / 0.04 / 0.00 / 0.25)

CMYK percentages

%13.09
%3.66
%0
%25.1

Codes

Color #A6B8BF in popluar color models

A6 B8 BF
RGB 166 184 191
HSL 197° 16.34% 70.00%
HSB/HSV 197° 13.09% 74.90%
CMYK 13.09% 3.66% 0.00%
25.10%

Color #A6B8BF in popluar number systems.

HEX A6 B8 BF
Decimal 166 184 191
Binary 10100110 10111000 10111111
Octal 246 270 277

Shades and tints

Shades of #A6B8BF

#A6B8BF
(166,184,191)
#97A8AE
(151,168,174)
#88989D
(136,152,157)
#79888C
(121,136,140)
#6A787B
(106,120,123)
#5B686A
(91,104,106)
#4C5859
(76,88,89)
#3D4848
(61,72,72)
#2E3837
(46,56,55)
#1F2826
(31,40,38)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #A6B8BF

#A6B8BF
(166,184,191)
#AEBEC4
(174,190,196)
#B6C4C9
(182,196,201)
#BECACE
(190,202,206)
#C6D0D3
(198,208,211)
#CED6D8
(206,214,216)
#D6DCDD
(214,220,221)
#DEE2E2
(222,226,226)
#E6E8E7
(230,232,231)
#EEEEEC
(238,238,236)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B8BF; }

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

This text font color is #A6B8BF.

Background Color

.myBgColor { background-color: #A6B8BF; }

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

This div background color is #A6B8BF.

Border color

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

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

This div border color is #A6B8BF.

Opacity

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

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

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

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

This text has shadow with #A6B8BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B8BF.

Preview

Color preview on black background

This text has color #A6B8BF on black background.


Color preview on white background

This text has color #A6B8BF on white background.


Black color preview on #A6B8BF background

This text has black color on #A6B8BF background.


White color preview on #A6B8BF background

This text has white color on #A6B8BF background.


Related colors

Complementary color

Complementary color for #hex is #594740.


I love getcolorcode.com

Triadic colors

1 #BFA6B8 and #B8BFA6 with #A6B8BF are triadic colors.

2 #BFB8A6 and #B8A6BF with #A6B8BF are triadic colors.