COLOR #A6BADA

HEX: #A6BADA
RGB: (166,186,218)

Color info

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

RGB color model

#A6BADA color RGB value is (166,186,218).

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

RGB channels and saturation

R 166 of 255 = 65%
G 186 of 255 = 73%
B 218 of 255 = 85%

166
186
218

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

Portions of RGB colors in percentages

R + G + B =
166 + 186 + 218 = 570 (100%)
R 166 of 570 ~ 29.12%
G 186 of 570 ~ 32.63%
B 218 of 570 ~ 38.25%

%29.12
%32.63
%38.25

CMYK color model

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

  • cyan value is 23.85%
  • magenta value is 14.68%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(24,15,0,15)
C24M15Y0K15 
(24%,15%,0%,15%)
(0.24/0.15/0.00/0.15)	

CMYK percentages

%23.85
%14.68
%0
%14.51

Codes

Color #A6BADA in popluar color models

A6BADA
RGB166186218
HSL217°41.27%75.29%
HSB/HSV217°23.85%85.49%
CMYK23.85%14.68%0.00%
14.51%

Color #A6BADA in popluar number systems.

HEXA6BADA
Decimal166186218
Binary101001101011101011011010
Octal246272332

Shades and tints

Shades of #A6BADA

#A6BADA
(166,186,218)
#97AAC7
(151,170,199)
#889AB4
(136,154,180)
#798AA1
(121,138,161)
#6A7A8E
(106,122,142)
#5B6A7B
(91,106,123)
#4C5A68
(76,90,104)
#3D4A55
(61,74,85)
#2E3A42
(46,58,66)
#1F2A2F
(31,42,47)
#101A1C
(16,26,28)
#000000
(0,0,0)

Tints of #A6BADA

#A6BADA
(166,186,218)
#AEC0DD
(174,192,221)
#B6C6E0
(182,198,224)
#BECCE3
(190,204,227)
#C6D2E6
(198,210,230)
#CED8E9
(206,216,233)
#D6DEEC
(214,222,236)
#DEE4EF
(222,228,239)
#E6EAF2
(230,234,242)
#EEF0F5
(238,240,245)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BADA; }

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

This text font color is #A6BADA.


Background Color

.myBgColor { background-color: #A6BADA; }

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

This div background color is #A6BADA.


Border color

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

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

This div border color is #A6BADA.


Opacity

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

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

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

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

This text has shadow with #A6BADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BADA on black background.


Color preview on white background

This text has color #A6BADA on white background.



Black color preview on #A6BADA background

This text has black color on #A6BADA background.


White color preview on #A6BADA background

This text has white color on #A6BADA background.