COLOR #A6B9DC

HEX: #A6B9DC
RGB: (166,185,220)

Color info

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

RGB color model

#A6B9DC color RGB value is (166,185,220).

  • red value is 166;
  • green value is 185;
  • blue value is 220.
RGB:
(166,185,220)
(65%,73%,86%)

RGB channels and saturation

R 166 of 255 = 65%
G 185 of 255 = 73%
B 220 of 255 = 86%

166
185
220

R + G + B ~ 75%. #A6B9DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 185 + 220 = 571 (100%)
R 166 of 571 ~ 29.07%
G 185 of 571 ~ 32.4%
B 220 of 571 ~ 38.53%

%29.07
%32.4
%38.53

CMYK color model

#A6B9DC color CMYK value is (25,16,0,14).

  • cyan value is 24.55%
  • magenta value is 15.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(25,16,0,14)
C25M16Y0K14 
(25%,16%,0%,14%)
(0.25/0.16/0.00/0.14)	

CMYK percentages

%24.55
%15.91
%0
%13.73

Codes

Color #A6B9DC in popluar color models

A6B9DC
RGB166185220
HSL219°43.55%75.69%
HSB/HSV219°24.55%86.27%
CMYK24.55%15.91%0.00%
13.73%

Color #A6B9DC in popluar number systems.

HEXA6B9DC
Decimal166185220
Binary101001101011100111011100
Octal246271334

Shades and tints

Shades of #A6B9DC

#A6B9DC
(166,185,220)
#97A9C8
(151,169,200)
#8899B4
(136,153,180)
#7989A0
(121,137,160)
#6A798C
(106,121,140)
#5B6978
(91,105,120)
#4C5964
(76,89,100)
#3D4950
(61,73,80)
#2E393C
(46,57,60)
#1F2928
(31,41,40)
#101914
(16,25,20)
#000000
(0,0,0)

Tints of #A6B9DC

#A6B9DC
(166,185,220)
#AEBFDF
(174,191,223)
#B6C5E2
(182,197,226)
#BECBE5
(190,203,229)
#C6D1E8
(198,209,232)
#CED7EB
(206,215,235)
#D6DDEE
(214,221,238)
#DEE3F1
(222,227,241)
#E6E9F4
(230,233,244)
#EEEFF7
(238,239,247)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B9DC; }

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

This text font color is #A6B9DC.


Background Color

.myBgColor { background-color: #A6B9DC; }

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

This div background color is #A6B9DC.


Border color

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

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

This div border color is #A6B9DC.


Opacity

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

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

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

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

This text has shadow with #A6B9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B9DC on black background.


Color preview on white background

This text has color #A6B9DC on white background.



Black color preview on #A6B9DC background

This text has black color on #A6B9DC background.


White color preview on #A6B9DC background

This text has white color on #A6B9DC background.