COLOR #A6BADB

HEX: #A6BADB
RGB: (166,186,219)

Color info

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

RGB color model

#A6BADB color RGB value is (166,186,219).

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

RGB channels and saturation

R 166 of 255 = 65%
G 186 of 255 = 73%
B 219 of 255 = 86%

166
186
219

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

Portions of RGB colors in percentages

R + G + B =
166 + 186 + 219 = 571 (100%)
R 166 of 571 ~ 29.07%
G 186 of 571 ~ 32.57%
B 219 of 571 ~ 38.35%

%29.07
%32.57
%38.35

CMYK color model

#A6BADB color CMYK value is (24,15,0,14).

  • cyan value is 24.20%
  • magenta value is 15.07%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(24,15,0,14)
C24M15Y0K14 
(24%,15%,0%,14%)
(0.24/0.15/0.00/0.14)	

CMYK percentages

%24.2
%15.07
%0
%14.12

Codes

Color #A6BADB in popluar color models

A6BADB
RGB166186219
HSL217°42.40%75.49%
HSB/HSV217°24.20%85.88%
CMYK24.20%15.07%0.00%
14.12%

Color #A6BADB in popluar number systems.

HEXA6BADB
Decimal166186219
Binary101001101011101011011011
Octal246272333

Shades and tints

Shades of #A6BADB

#A6BADB
(166,186,219)
#97AAC8
(151,170,200)
#889AB5
(136,154,181)
#798AA2
(121,138,162)
#6A7A8F
(106,122,143)
#5B6A7C
(91,106,124)
#4C5A69
(76,90,105)
#3D4A56
(61,74,86)
#2E3A43
(46,58,67)
#1F2A30
(31,42,48)
#101A1D
(16,26,29)
#000000
(0,0,0)

Tints of #A6BADB

#A6BADB
(166,186,219)
#AEC0DE
(174,192,222)
#B6C6E1
(182,198,225)
#BECCE4
(190,204,228)
#C6D2E7
(198,210,231)
#CED8EA
(206,216,234)
#D6DEED
(214,222,237)
#DEE4F0
(222,228,240)
#E6EAF3
(230,234,243)
#EEF0F6
(238,240,246)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BADB; }

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

This text font color is #A6BADB.


Background Color

.myBgColor { background-color: #A6BADB; }

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

This div background color is #A6BADB.


Border color

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

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

This div border color is #A6BADB.


Opacity

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

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

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

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

This text has shadow with #A6BADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BADB on black background.


Color preview on white background

This text has color #A6BADB on white background.



Black color preview on #A6BADB background

This text has black color on #A6BADB background.


White color preview on #A6BADB background

This text has white color on #A6BADB background.