COLOR #A6B0BD

HEX: #A6B0BD
RGB: (166,176,189)

Color info

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

RGB color model

#A6B0BD color RGB value is (166,176,189).

  • red value is 166;
  • green value is 176;
  • blue value is 189.
RGB:
(166,176,189)
(65%,69%,74%)

RGB channels and saturation

R 166 of 255 = 65%
G 176 of 255 = 69%
B 189 of 255 = 74%

166
176
189

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

Portions of RGB colors in percentages

R + G + B =
166 + 176 + 189 = 531 (100%)
R 166 of 531 ~ 31.26%
G 176 of 531 ~ 33.15%
B 189 of 531 ~ 35.59%

%31.26
%33.15
%35.59

CMYK color model

#A6B0BD color CMYK value is (12,7,0,26).

  • cyan value is 12.17%
  • magenta value is 6.88%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(12,7,0,26)
C12M7Y0K26 
(12%,7%,0%,26%)
(0.12/0.07/0.00/0.26)	

CMYK percentages

%12.17
%6.88
%0
%25.88

Codes

Color #A6B0BD in popluar color models

A6B0BD
RGB166176189
HSL214°14.84%69.61%
HSB/HSV214°12.17%74.12%
CMYK12.17%6.88%0.00%
25.88%

Color #A6B0BD in popluar number systems.

HEXA6B0BD
Decimal166176189
Binary101001101011000010111101
Octal246260275

Shades and tints

Shades of #A6B0BD

#A6B0BD
(166,176,189)
#97A0AC
(151,160,172)
#88909B
(136,144,155)
#79808A
(121,128,138)
#6A7079
(106,112,121)
#5B6068
(91,96,104)
#4C5057
(76,80,87)
#3D4046
(61,64,70)
#2E3035
(46,48,53)
#1F2024
(31,32,36)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #A6B0BD

#A6B0BD
(166,176,189)
#AEB7C3
(174,183,195)
#B6BEC9
(182,190,201)
#BEC5CF
(190,197,207)
#C6CCD5
(198,204,213)
#CED3DB
(206,211,219)
#D6DAE1
(214,218,225)
#DEE1E7
(222,225,231)
#E6E8ED
(230,232,237)
#EEEFF3
(238,239,243)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B0BD color. Also use rgb(166,176,189) instead hex code.

Text Font Color

.myTextColor { color: #A6B0BD; }

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

This text font color is #A6B0BD.


Background Color

.myBgColor { background-color: #A6B0BD; }

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

This div background color is #A6B0BD.


Border color

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

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

This div border color is #A6B0BD.


Opacity

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

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

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

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

This text has shadow with #A6B0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B0BD on black background.


Color preview on white background

This text has color #A6B0BD on white background.



Black color preview on #A6B0BD background

This text has black color on #A6B0BD background.


White color preview on #A6B0BD background

This text has white color on #A6B0BD background.