COLOR #A6B0DA

HEX: #A6B0DA RGB: (166,176,218)

Color info

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

RGB color model

#A6B0DA color RGB value is (166,176,218).

RGB: (166,176,218) (65%, 69%, 85%)

RGB channels and saturation

R 166 of 255 = 65%
G 176 of 255 = 69%
B 218 of 255 = 85%

166
176
218

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

Portions of RGB colors in percentages

R + G + B = 166 + 176 + 218 = 560 (100%)
R 166 of 560 ~ 29.64%
G 176 of 560 ~ 31.43%
B 218 of 560 ~ 38.93'%

%29.64
%31.43
%38.93

CMYK color model

#A6B0DA color CMYK value is (24,19,0,15).

  • cyan value is 23.85%
  • magenta value is 19.27%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (24,19,0,15)
C24M19Y0K15 (24%, 19%, 0%, 15%)
(0.24 / 0.19 / 0.00 / 0.15)

CMYK percentages

%23.85
%19.27
%0
%14.51

Codes

Color #A6B0DA in popluar color models

A6 B0 DA
RGB 166 176 218
HSL 228° 41.27% 75.29%
HSB/HSV 228° 23.85% 85.49%
CMYK 23.85% 19.27% 0.00%
14.51%

Color #A6B0DA in popluar number systems.

HEX A6 B0 DA
Decimal 166 176 218
Binary 10100110 10110000 11011010
Octal 246 260 332

Shades and tints

Shades of #A6B0DA

#A6B0DA
(166,176,218)
#97A0C7
(151,160,199)
#8890B4
(136,144,180)
#7980A1
(121,128,161)
#6A708E
(106,112,142)
#5B607B
(91,96,123)
#4C5068
(76,80,104)
#3D4055
(61,64,85)
#2E3042
(46,48,66)
#1F202F
(31,32,47)
#10101C
(16,16,28)
#000000
(0,0,0)

Tints of #A6B0DA

#A6B0DA
(166,176,218)
#AEB7DD
(174,183,221)
#B6BEE0
(182,190,224)
#BEC5E3
(190,197,227)
#C6CCE6
(198,204,230)
#CED3E9
(206,211,233)
#D6DAEC
(214,218,236)
#DEE1EF
(222,225,239)
#E6E8F2
(230,232,242)
#EEEFF5
(238,239,245)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B0DA color. Also use rgb(166,176,218) instead hex code.

Text Font Color

.myTextColor { color: #A6B0DA; }

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

This text font color is #A6B0DA.

Background Color

.myBgColor { background-color: #A6B0DA; }

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

This div background color is #A6B0DA.

Border color

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

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

This div border color is #A6B0DA.

Opacity

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

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

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

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

This text has shadow with #A6B0DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B0DA.

Preview

Color preview on black background

This text has color #A6B0DA on black background.


Color preview on white background

This text has color #A6B0DA on white background.


Black color preview on #A6B0DA background

This text has black color on #A6B0DA background.


White color preview on #A6B0DA background

This text has white color on #A6B0DA background.


Related colors

Complementary color

Complementary color for #hex is #594F25.


I love getcolorcode.com

Triadic colors

1 #DAA6B0 and #B0DAA6 with #A6B0DA are triadic colors.

2 #DAB0A6 and #B0A6DA with #A6B0DA are triadic colors.