COLOR #A6B3CF

HEX: #A6B3CF
RGB: (166,179,207)

Color info

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

RGB color model

#A6B3CF color RGB value is (166,179,207).

  • red value is 166;
  • green value is 179;
  • blue value is 207.
RGB:
(166,179,207)
(65%,70%,81%)

RGB channels and saturation

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

166
179
207

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

Portions of RGB colors in percentages

R + G + B =
166 + 179 + 207 = 552 (100%)
R 166 of 552 ~ 30.07%
G 179 of 552 ~ 32.43%
B 207 of 552 ~ 37.5%

%30.07
%32.43
%37.5

CMYK color model

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

  • cyan value is 19.81%
  • magenta value is 13.53%
  • 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
%13.53
%0
%18.82

Codes

Color #A6B3CF in popluar color models

A6B3CF
RGB166179207
HSL221°29.93%73.14%
HSB/HSV221°19.81%81.18%
CMYK19.81%13.53%0.00%
18.82%

Color #A6B3CF in popluar number systems.

HEXA6B3CF
Decimal166179207
Binary101001101011001111001111
Octal246263317

Shades and tints

Shades of #A6B3CF

#A6B3CF
(166,179,207)
#97A3BD
(151,163,189)
#8893AB
(136,147,171)
#798399
(121,131,153)
#6A7387
(106,115,135)
#5B6375
(91,99,117)
#4C5363
(76,83,99)
#3D4351
(61,67,81)
#2E333F
(46,51,63)
#1F232D
(31,35,45)
#10131B
(16,19,27)
#000000
(0,0,0)

Tints of #A6B3CF

#A6B3CF
(166,179,207)
#AEB9D3
(174,185,211)
#B6BFD7
(182,191,215)
#BEC5DB
(190,197,219)
#C6CBDF
(198,203,223)
#CED1E3
(206,209,227)
#D6D7E7
(214,215,231)
#DEDDEB
(222,221,235)
#E6E3EF
(230,227,239)
#EEE9F3
(238,233,243)
#F6EFF7
(246,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B3CF; }

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

This text font color is #A6B3CF.


Background Color

.myBgColor { background-color: #A6B3CF; }

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

This div background color is #A6B3CF.


Border color

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

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

This div border color is #A6B3CF.


Opacity

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

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

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

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

This text has shadow with #A6B3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B3CF on black background.


Color preview on white background

This text has color #A6B3CF on white background.



Black color preview on #A6B3CF background

This text has black color on #A6B3CF background.


White color preview on #A6B3CF background

This text has white color on #A6B3CF background.