COLOR #A6BADD

HEX: #A6BADD
RGB: (166,186,221)

Color info

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

RGB color model

#A6BADD color RGB value is (166,186,221).

  • red value is 166;
  • green value is 186;
  • blue value is 221.
RGB:
(166,186,221)
(65%,73%,87%)

RGB channels and saturation

R 166 of 255 = 65%
G 186 of 255 = 73%
B 221 of 255 = 87%

166
186
221

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

Portions of RGB colors in percentages

R + G + B =
166 + 186 + 221 = 573 (100%)
R 166 of 573 ~ 28.97%
G 186 of 573 ~ 32.46%
B 221 of 573 ~ 38.57%

%28.97
%32.46
%38.57

CMYK color model

#A6BADD color CMYK value is (25,16,0,13).

  • cyan value is 24.89%
  • magenta value is 15.84%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(25,16,0,13)
C25M16Y0K13 
(25%,16%,0%,13%)
(0.25/0.16/0.00/0.13)	

CMYK percentages

%24.89
%15.84
%0
%13.33

Codes

Color #A6BADD in popluar color models

A6BADD
RGB166186221
HSL218°44.72%75.88%
HSB/HSV218°24.89%86.67%
CMYK24.89%15.84%0.00%
13.33%

Color #A6BADD in popluar number systems.

HEXA6BADD
Decimal166186221
Binary101001101011101011011101
Octal246272335

Shades and tints

Shades of #A6BADD

#A6BADD
(166,186,221)
#97AAC9
(151,170,201)
#889AB5
(136,154,181)
#798AA1
(121,138,161)
#6A7A8D
(106,122,141)
#5B6A79
(91,106,121)
#4C5A65
(76,90,101)
#3D4A51
(61,74,81)
#2E3A3D
(46,58,61)
#1F2A29
(31,42,41)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #A6BADD

#A6BADD
(166,186,221)
#AEC0E0
(174,192,224)
#B6C6E3
(182,198,227)
#BECCE6
(190,204,230)
#C6D2E9
(198,210,233)
#CED8EC
(206,216,236)
#D6DEEF
(214,222,239)
#DEE4F2
(222,228,242)
#E6EAF5
(230,234,245)
#EEF0F8
(238,240,248)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BADD; }

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

This text font color is #A6BADD.


Background Color

.myBgColor { background-color: #A6BADD; }

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

This div background color is #A6BADD.


Border color

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

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

This div border color is #A6BADD.


Opacity

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

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

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

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

This text has shadow with #A6BADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BADD on black background.


Color preview on white background

This text has color #A6BADD on white background.



Black color preview on #A6BADD background

This text has black color on #A6BADD background.


White color preview on #A6BADD background

This text has white color on #A6BADD background.