COLOR #A6B2BC

HEX: #A6B2BC
RGB: (166,178,188)

Color info

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

RGB color model

#A6B2BC color RGB value is (166,178,188).

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

RGB channels and saturation

R 166 of 255 = 65%
G 178 of 255 = 70%
B 188 of 255 = 74%

166
178
188

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

Portions of RGB colors in percentages

R + G + B =
166 + 178 + 188 = 532 (100%)
R 166 of 532 ~ 31.2%
G 178 of 532 ~ 33.46%
B 188 of 532 ~ 35.34%

%31.2
%33.46
%35.34

CMYK color model

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

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

CMYK percentages

%11.7
%5.32
%0
%26.27

Codes

Color #A6B2BC in popluar color models

A6B2BC
RGB166178188
HSL207°14.10%69.41%
HSB/HSV207°11.70%73.73%
CMYK11.70%5.32%0.00%
26.27%

Color #A6B2BC in popluar number systems.

HEXA6B2BC
Decimal166178188
Binary101001101011001010111100
Octal246262274

Shades and tints

Shades of #A6B2BC

#A6B2BC
(166,178,188)
#97A2AB
(151,162,171)
#88929A
(136,146,154)
#798289
(121,130,137)
#6A7278
(106,114,120)
#5B6267
(91,98,103)
#4C5256
(76,82,86)
#3D4245
(61,66,69)
#2E3234
(46,50,52)
#1F2223
(31,34,35)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #A6B2BC

#A6B2BC
(166,178,188)
#AEB9C2
(174,185,194)
#B6C0C8
(182,192,200)
#BEC7CE
(190,199,206)
#C6CED4
(198,206,212)
#CED5DA
(206,213,218)
#D6DCE0
(214,220,224)
#DEE3E6
(222,227,230)
#E6EAEC
(230,234,236)
#EEF1F2
(238,241,242)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B2BC color. Also use rgb(166,178,188) instead hex code.

Text Font Color

.myTextColor { color: #A6B2BC; }

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

This text font color is #A6B2BC.


Background Color

.myBgColor { background-color: #A6B2BC; }

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

This div background color is #A6B2BC.


Border color

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

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

This div border color is #A6B2BC.


Opacity

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

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

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

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

This text has shadow with #A6B2BC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A6B2BC on black background.


Color preview on white background

This text has color #A6B2BC on white background.



Black color preview on #A6B2BC background

This text has black color on #A6B2BC background.


White color preview on #A6B2BC background

This text has white color on #A6B2BC background.