COLOR #A6B3BD

HEX: #A6B3BD
RGB: (166,179,189)

Color info

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

RGB color model

#A6B3BD color RGB value is (166,179,189).

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

RGB channels and saturation

R 166 of 255 = 65%
G 179 of 255 = 70%
B 189 of 255 = 74%

166
179
189

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

Portions of RGB colors in percentages

R + G + B =
166 + 179 + 189 = 534 (100%)
R 166 of 534 ~ 31.09%
G 179 of 534 ~ 33.52%
B 189 of 534 ~ 35.39%

%31.09
%33.52
%35.39

CMYK color model

#A6B3BD color CMYK value is (12,5,0,26).

  • cyan value is 12.17%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(12,5,0,26)
C12M5Y0K26 
(12%,5%,0%,26%)
(0.12/0.05/0.00/0.26)	

CMYK percentages

%12.17
%5.29
%0
%25.88

Codes

Color #A6B3BD in popluar color models

A6B3BD
RGB166179189
HSL206°14.84%69.61%
HSB/HSV206°12.17%74.12%
CMYK12.17%5.29%0.00%
25.88%

Color #A6B3BD in popluar number systems.

HEXA6B3BD
Decimal166179189
Binary101001101011001110111101
Octal246263275

Shades and tints

Shades of #A6B3BD

#A6B3BD
(166,179,189)
#97A3AC
(151,163,172)
#88939B
(136,147,155)
#79838A
(121,131,138)
#6A7379
(106,115,121)
#5B6368
(91,99,104)
#4C5357
(76,83,87)
#3D4346
(61,67,70)
#2E3335
(46,51,53)
#1F2324
(31,35,36)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #A6B3BD

#A6B3BD
(166,179,189)
#AEB9C3
(174,185,195)
#B6BFC9
(182,191,201)
#BEC5CF
(190,197,207)
#C6CBD5
(198,203,213)
#CED1DB
(206,209,219)
#D6D7E1
(214,215,225)
#DEDDE7
(222,221,231)
#E6E3ED
(230,227,237)
#EEE9F3
(238,233,243)
#F6EFF9
(246,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B3BD; }

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

This text font color is #A6B3BD.


Background Color

.myBgColor { background-color: #A6B3BD; }

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

This div background color is #A6B3BD.


Border color

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

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

This div border color is #A6B3BD.


Opacity

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

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

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

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

This text has shadow with #A6B3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B3BD on black background.


Color preview on white background

This text has color #A6B3BD on white background.



Black color preview on #A6B3BD background

This text has black color on #A6B3BD background.


White color preview on #A6B3BD background

This text has white color on #A6B3BD background.