COLOR #A6B2CF

HEX: #A6B2CF RGB: (166,178,207)

Color info

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

RGB color model

#A6B2CF color RGB value is (166,178,207).

RGB: (166,178,207) (65%, 70%, 81%)

RGB channels and saturation

R 166 of 255 = 65%
G 178 of 255 = 70%
B 207 of 255 = 81%

166
178
207

R + G + B ~ 72%. #A6B2CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 178 + 207 = 551 (100%)
R 166 of 551 ~ 30.13%
G 178 of 551 ~ 32.3%
B 207 of 551 ~ 37.57'%

%30.13
%32.3
%37.57

CMYK color model

#A6B2CF color CMYK value is (20,14,0,19).

  • cyan value is 19.81%
  • magenta value is 14.01%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (20,14,0,19)
C20M14Y0K19 (20%, 14%, 0%, 19%)
(0.20 / 0.14 / 0.00 / 0.19)

CMYK percentages

%19.81
%14.01
%0
%18.82

Codes

Color #A6B2CF in popluar color models

A6 B2 CF
RGB 166 178 207
HSL 222° 29.93% 73.14%
HSB/HSV 222° 19.81% 81.18%
CMYK 19.81% 14.01% 0.00%
18.82%

Color #A6B2CF in popluar number systems.

HEX A6 B2 CF
Decimal 166 178 207
Binary 10100110 10110010 11001111
Octal 246 262 317

Shades and tints

Shades of #A6B2CF

#A6B2CF
(166,178,207)
#97A2BD
(151,162,189)
#8892AB
(136,146,171)
#798299
(121,130,153)
#6A7287
(106,114,135)
#5B6275
(91,98,117)
#4C5263
(76,82,99)
#3D4251
(61,66,81)
#2E323F
(46,50,63)
#1F222D
(31,34,45)
#10121B
(16,18,27)
#000000
(0,0,0)

Tints of #A6B2CF

#A6B2CF
(166,178,207)
#AEB9D3
(174,185,211)
#B6C0D7
(182,192,215)
#BEC7DB
(190,199,219)
#C6CEDF
(198,206,223)
#CED5E3
(206,213,227)
#D6DCE7
(214,220,231)
#DEE3EB
(222,227,235)
#E6EAEF
(230,234,239)
#EEF1F3
(238,241,243)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B2CF; }

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

This text font color is #A6B2CF.

Background Color

.myBgColor { background-color: #A6B2CF; }

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

This div background color is #A6B2CF.

Border color

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

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

This div border color is #A6B2CF.

Opacity

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

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

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

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

This text has shadow with #A6B2CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B2CF.

Preview

Color preview on black background

This text has color #A6B2CF on black background.


Color preview on white background

This text has color #A6B2CF on white background.


Black color preview on #A6B2CF background

This text has black color on #A6B2CF background.


White color preview on #A6B2CF background

This text has white color on #A6B2CF background.


Related colors

Complementary color

Complementary color for #hex is #594D30.


I love getcolorcode.com

Triadic colors

1 #CFA6B2 and #B2CFA6 with #A6B2CF are triadic colors.

2 #CFB2A6 and #B2A6CF with #A6B2CF are triadic colors.