COLOR #A6B2C0

HEX: #A6B2C0 RGB: (166,178,192)

Color info

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

RGB color model

#A6B2C0 color RGB value is (166,178,192).

RGB: (166,178,192) (65%, 70%, 75%)

RGB channels and saturation

R 166 of 255 = 65%
G 178 of 255 = 70%
B 192 of 255 = 75%

166
178
192

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

Portions of RGB colors in percentages

R + G + B = 166 + 178 + 192 = 536 (100%)
R 166 of 536 ~ 30.97%
G 178 of 536 ~ 33.21%
B 192 of 536 ~ 35.82'%

%30.97
%33.21
%35.82

CMYK color model

#A6B2C0 color CMYK value is (14,7,0,25).

  • cyan value is 13.54%
  • magenta value is 7.29%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (14,7,0,25)
C14M7Y0K25 (14%, 7%, 0%, 25%)
(0.14 / 0.07 / 0.00 / 0.25)

CMYK percentages

%13.54
%7.29
%0
%24.71

Codes

Color #A6B2C0 in popluar color models

A6 B2 C0
RGB 166 178 192
HSL 212° 17.11% 70.20%
HSB/HSV 212° 13.54% 75.29%
CMYK 13.54% 7.29% 0.00%
24.71%

Color #A6B2C0 in popluar number systems.

HEX A6 B2 C0
Decimal 166 178 192
Binary 10100110 10110010 11000000
Octal 246 262 300

Shades and tints

Shades of #A6B2C0

#A6B2C0
(166,178,192)
#97A2AF
(151,162,175)
#88929E
(136,146,158)
#79828D
(121,130,141)
#6A727C
(106,114,124)
#5B626B
(91,98,107)
#4C525A
(76,82,90)
#3D4249
(61,66,73)
#2E3238
(46,50,56)
#1F2227
(31,34,39)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #A6B2C0

#A6B2C0
(166,178,192)
#AEB9C5
(174,185,197)
#B6C0CA
(182,192,202)
#BEC7CF
(190,199,207)
#C6CED4
(198,206,212)
#CED5D9
(206,213,217)
#D6DCDE
(214,220,222)
#DEE3E3
(222,227,227)
#E6EAE8
(230,234,232)
#EEF1ED
(238,241,237)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B2C0; }

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

This text font color is #A6B2C0.

Background Color

.myBgColor { background-color: #A6B2C0; }

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

This div background color is #A6B2C0.

Border color

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

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

This div border color is #A6B2C0.

Opacity

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

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

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

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

This text has shadow with #A6B2C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B2C0.

Preview

Color preview on black background

This text has color #A6B2C0 on black background.


Color preview on white background

This text has color #A6B2C0 on white background.


Black color preview on #A6B2C0 background

This text has black color on #A6B2C0 background.


White color preview on #A6B2C0 background

This text has white color on #A6B2C0 background.


Related colors

Complementary color

Complementary color for #hex is #594D3F.


I love getcolorcode.com

Triadic colors

1 #C0A6B2 and #B2C0A6 with #A6B2C0 are triadic colors.

2 #C0B2A6 and #B2A6C0 with #A6B2C0 are triadic colors.