COLOR #A6B6DD

HEX: #A6B6DD RGB: (166,182,221)

Color info

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

RGB color model

#A6B6DD color RGB value is (166,182,221).

RGB: (166,182,221) (65%, 71%, 87%)

RGB channels and saturation

R 166 of 255 = 65%
G 182 of 255 = 71%
B 221 of 255 = 87%

166
182
221

R + G + B ~ 74%. #A6B6DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 182 + 221 = 569 (100%)
R 166 of 569 ~ 29.17%
G 182 of 569 ~ 31.99%
B 221 of 569 ~ 38.84'%

%29.17
%31.99
%38.84

CMYK color model

#A6B6DD color CMYK value is (25,18,0,13).

  • cyan value is 24.89%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (25,18,0,13)
C25M18Y0K13 (25%, 18%, 0%, 13%)
(0.25 / 0.18 / 0.00 / 0.13)

CMYK percentages

%24.89
%17.65
%0
%13.33

Codes

Color #A6B6DD in popluar color models

A6 B6 DD
RGB 166 182 221
HSL 223° 44.72% 75.88%
HSB/HSV 223° 24.89% 86.67%
CMYK 24.89% 17.65% 0.00%
13.33%

Color #A6B6DD in popluar number systems.

HEX A6 B6 DD
Decimal 166 182 221
Binary 10100110 10110110 11011101
Octal 246 266 335

Shades and tints

Shades of #A6B6DD

#A6B6DD
(166,182,221)
#97A6C9
(151,166,201)
#8896B5
(136,150,181)
#7986A1
(121,134,161)
#6A768D
(106,118,141)
#5B6679
(91,102,121)
#4C5665
(76,86,101)
#3D4651
(61,70,81)
#2E363D
(46,54,61)
#1F2629
(31,38,41)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #A6B6DD

#A6B6DD
(166,182,221)
#AEBCE0
(174,188,224)
#B6C2E3
(182,194,227)
#BEC8E6
(190,200,230)
#C6CEE9
(198,206,233)
#CED4EC
(206,212,236)
#D6DAEF
(214,218,239)
#DEE0F2
(222,224,242)
#E6E6F5
(230,230,245)
#EEECF8
(238,236,248)
#F6F2FB
(246,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B6DD color. Also use rgb(166,182,221) instead hex code.

Text Font Color

.myTextColor { color: #A6B6DD; }

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

This text font color is #A6B6DD.

Background Color

.myBgColor { background-color: #A6B6DD; }

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

This div background color is #A6B6DD.

Border color

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

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

This div border color is #A6B6DD.

Opacity

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

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

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

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

This text has shadow with #A6B6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B6DD.

Preview

Color preview on black background

This text has color #A6B6DD on black background.


Color preview on white background

This text has color #A6B6DD on white background.


Black color preview on #A6B6DD background

This text has black color on #A6B6DD background.


White color preview on #A6B6DD background

This text has white color on #A6B6DD background.


Related colors

Complementary color

Complementary color for #hex is #594922.


I love getcolorcode.com

Triadic colors

1 #DDA6B6 and #B6DDA6 with #A6B6DD are triadic colors.

2 #DDB6A6 and #B6A6DD with #A6B6DD are triadic colors.