COLOR #A6B6C1

HEX: #A6B6C1
RGB: (166,182,193)

Color info

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

RGB color model

#A6B6C1 color RGB value is (166,182,193).

  • red value is 166;
  • green value is 182;
  • blue value is 193.
RGB:
(166,182,193)
(65%,71%,76%)

RGB channels and saturation

R 166 of 255 = 65%
G 182 of 255 = 71%
B 193 of 255 = 76%

166
182
193

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

Portions of RGB colors in percentages

R + G + B =
166 + 182 + 193 = 541 (100%)
R 166 of 541 ~ 30.68%
G 182 of 541 ~ 33.64%
B 193 of 541 ~ 35.67%

%30.68
%33.64
%35.67

CMYK color model

#A6B6C1 color CMYK value is (14,6,0,24).

  • cyan value is 13.99%
  • magenta value is 5.70%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(14,6,0,24)
C14M6Y0K24 
(14%,6%,0%,24%)
(0.14/0.06/0.00/0.24)	

CMYK percentages

%13.99
%5.7
%0
%24.31

Codes

Color #A6B6C1 in popluar color models

A6B6C1
RGB166182193
HSL204°17.88%70.39%
HSB/HSV204°13.99%75.69%
CMYK13.99%5.70%0.00%
24.31%

Color #A6B6C1 in popluar number systems.

HEXA6B6C1
Decimal166182193
Binary101001101011011011000001
Octal246266301

Shades and tints

Shades of #A6B6C1

#A6B6C1
(166,182,193)
#97A6B0
(151,166,176)
#88969F
(136,150,159)
#79868E
(121,134,142)
#6A767D
(106,118,125)
#5B666C
(91,102,108)
#4C565B
(76,86,91)
#3D464A
(61,70,74)
#2E3639
(46,54,57)
#1F2628
(31,38,40)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #A6B6C1

#A6B6C1
(166,182,193)
#AEBCC6
(174,188,198)
#B6C2CB
(182,194,203)
#BEC8D0
(190,200,208)
#C6CED5
(198,206,213)
#CED4DA
(206,212,218)
#D6DADF
(214,218,223)
#DEE0E4
(222,224,228)
#E6E6E9
(230,230,233)
#EEECEE
(238,236,238)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B6C1 color. Also use rgb(166,182,193) instead hex code.

Text Font Color

.myTextColor { color: #A6B6C1; }

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

This text font color is #A6B6C1.


Background Color

.myBgColor { background-color: #A6B6C1; }

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

This div background color is #A6B6C1.


Border color

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

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

This div border color is #A6B6C1.


Opacity

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

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

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

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

This text has shadow with #A6B6C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B6C1 on black background.


Color preview on white background

This text has color #A6B6C1 on white background.



Black color preview on #A6B6C1 background

This text has black color on #A6B6C1 background.


White color preview on #A6B6C1 background

This text has white color on #A6B6C1 background.