COLOR #A6B1BF

HEX: #A6B1BF
RGB: (166,177,191)

Color info

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

RGB color model

#A6B1BF color RGB value is (166,177,191).

  • red value is 166;
  • green value is 177;
  • blue value is 191.
RGB:
(166,177,191)
(65%,69%,75%)

RGB channels and saturation

R 166 of 255 = 65%
G 177 of 255 = 69%
B 191 of 255 = 75%

166
177
191

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

Portions of RGB colors in percentages

R + G + B =
166 + 177 + 191 = 534 (100%)
R 166 of 534 ~ 31.09%
G 177 of 534 ~ 33.15%
B 191 of 534 ~ 35.77%

%31.09
%33.15
%35.77

CMYK color model

#A6B1BF color CMYK value is (13,7,0,25).

  • cyan value is 13.09%
  • magenta value is 7.33%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(13,7,0,25)
C13M7Y0K25 
(13%,7%,0%,25%)
(0.13/0.07/0.00/0.25)	

CMYK percentages

%13.09
%7.33
%0
%25.1

Codes

Color #A6B1BF in popluar color models

A6B1BF
RGB166177191
HSL214°16.34%70.00%
HSB/HSV214°13.09%74.90%
CMYK13.09%7.33%0.00%
25.10%

Color #A6B1BF in popluar number systems.

HEXA6B1BF
Decimal166177191
Binary101001101011000110111111
Octal246261277

Shades and tints

Shades of #A6B1BF

#A6B1BF
(166,177,191)
#97A1AE
(151,161,174)
#88919D
(136,145,157)
#79818C
(121,129,140)
#6A717B
(106,113,123)
#5B616A
(91,97,106)
#4C5159
(76,81,89)
#3D4148
(61,65,72)
#2E3137
(46,49,55)
#1F2126
(31,33,38)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #A6B1BF

#A6B1BF
(166,177,191)
#AEB8C4
(174,184,196)
#B6BFC9
(182,191,201)
#BEC6CE
(190,198,206)
#C6CDD3
(198,205,211)
#CED4D8
(206,212,216)
#D6DBDD
(214,219,221)
#DEE2E2
(222,226,226)
#E6E9E7
(230,233,231)
#EEF0EC
(238,240,236)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B1BF; }

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

This text font color is #A6B1BF.


Background Color

.myBgColor { background-color: #A6B1BF; }

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

This div background color is #A6B1BF.


Border color

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

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

This div border color is #A6B1BF.


Opacity

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

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

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

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

This text has shadow with #A6B1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B1BF on black background.


Color preview on white background

This text has color #A6B1BF on white background.



Black color preview on #A6B1BF background

This text has black color on #A6B1BF background.


White color preview on #A6B1BF background

This text has white color on #A6B1BF background.