COLOR #A6B9CF

HEX: #A6B9CF RGB: (166,185,207)

Color info

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

RGB color model

#A6B9CF color RGB value is (166,185,207).

RGB: (166,185,207) (65%, 73%, 81%)

RGB channels and saturation

R 166 of 255 = 65%
G 185 of 255 = 73%
B 207 of 255 = 81%

166
185
207

R + G + B ~ 73%. #A6B9CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 185 + 207 = 558 (100%)
R 166 of 558 ~ 29.75%
G 185 of 558 ~ 33.15%
B 207 of 558 ~ 37.1'%

%29.75
%33.15
%37.1

CMYK color model

#A6B9CF color CMYK value is (20,11,0,19).

  • cyan value is 19.81%
  • magenta value is 10.63%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (20,11,0,19) C20M11Y0K19 (20%,11%,0%,19%) (0.20/0.11/0.00/0.19) 

CMYK percentages

%19.81
%10.63
%0
%18.82

Codes

Color #A6B9CF in popluar color models

A6 B9 CF
RGB 166 185 207
HSL 212° 29.93% 73.14%
HSB/HSV 212° 19.81% 81.18%
CMYK 19.81% 10.63% 0.00%
18.82%

Color #A6B9CF in popluar number systems.

HEX A6 B9 CF
Decimal 166 185 207
Binary 10100110 10111001 11001111
Octal 246 271 317

Shades and tints

Shades of #A6B9CF

#A6B9CF
(166,185,207)
#97A9BD
(151,169,189)
#8899AB
(136,153,171)
#798999
(121,137,153)
#6A7987
(106,121,135)
#5B6975
(91,105,117)
#4C5963
(76,89,99)
#3D4951
(61,73,81)
#2E393F
(46,57,63)
#1F292D
(31,41,45)
#10191B
(16,25,27)
#000000
(0,0,0)

Tints of #A6B9CF

#A6B9CF
(166,185,207)
#AEBFD3
(174,191,211)
#B6C5D7
(182,197,215)
#BECBDB
(190,203,219)
#C6D1DF
(198,209,223)
#CED7E3
(206,215,227)
#D6DDE7
(214,221,231)
#DEE3EB
(222,227,235)
#E6E9EF
(230,233,239)
#EEEFF3
(238,239,243)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B9CF; }

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

This text font color is #A6B9CF.

Background Color

.myBgColor { background-color: #A6B9CF; }

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

This div background color is #A6B9CF.

Border color

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

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

This div border color is #A6B9CF.

Opacity

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

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

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

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

This text has shadow with #A6B9CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B9CF.

Preview

Color preview on black background

This text has color #A6B9CF on black background.


Color preview on white background

This text has color #A6B9CF on white background.


Black color preview on #A6B9CF background

This text has black color on #A6B9CF background.


White color preview on #A6B9CF background

This text has white color on #A6B9CF background.


Related colors

Complementary color

Complementary color for #hex is #594630.


I love getcolorcode.com

Triadic colors

1 #CFA6B9 and #B9CFA6 with #A6B9CF are triadic colors.

2 #CFB9A6 and #B9A6CF with #A6B9CF are triadic colors.