COLOR #A6BDDB

HEX: #A6BDDB
RGB: (166,189,219)

Color info

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

RGB color model

#A6BDDB color RGB value is (166,189,219).

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

RGB channels and saturation

R 166 of 255 = 65%
G 189 of 255 = 74%
B 219 of 255 = 86%

166
189
219

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

Portions of RGB colors in percentages

R + G + B =
166 + 189 + 219 = 574 (100%)
R 166 of 574 ~ 28.92%
G 189 of 574 ~ 32.93%
B 219 of 574 ~ 38.15%

%28.92
%32.93
%38.15

CMYK color model

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

  • cyan value is 24.20%
  • magenta value is 13.70%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(24,14,0,14)
C24M14Y0K14 
(24%,14%,0%,14%)
(0.24/0.14/0.00/0.14)	

CMYK percentages

%24.2
%13.7
%0
%14.12

Codes

Color #A6BDDB in popluar color models

A6BDDB
RGB166189219
HSL214°42.40%75.49%
HSB/HSV214°24.20%85.88%
CMYK24.20%13.70%0.00%
14.12%

Color #A6BDDB in popluar number systems.

HEXA6BDDB
Decimal166189219
Binary101001101011110111011011
Octal246275333

Shades and tints

Shades of #A6BDDB

#A6BDDB
(166,189,219)
#97ACC8
(151,172,200)
#889BB5
(136,155,181)
#798AA2
(121,138,162)
#6A798F
(106,121,143)
#5B687C
(91,104,124)
#4C5769
(76,87,105)
#3D4656
(61,70,86)
#2E3543
(46,53,67)
#1F2430
(31,36,48)
#10131D
(16,19,29)
#000000
(0,0,0)

Tints of #A6BDDB

#A6BDDB
(166,189,219)
#AEC3DE
(174,195,222)
#B6C9E1
(182,201,225)
#BECFE4
(190,207,228)
#C6D5E7
(198,213,231)
#CEDBEA
(206,219,234)
#D6E1ED
(214,225,237)
#DEE7F0
(222,231,240)
#E6EDF3
(230,237,243)
#EEF3F6
(238,243,246)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BDDB; }

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

This text font color is #A6BDDB.


Background Color

.myBgColor { background-color: #A6BDDB; }

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

This div background color is #A6BDDB.


Border color

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

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

This div border color is #A6BDDB.


Opacity

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

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

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

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

This text has shadow with #A6BDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BDDB on black background.


Color preview on white background

This text has color #A6BDDB on white background.



Black color preview on #A6BDDB background

This text has black color on #A6BDDB background.


White color preview on #A6BDDB background

This text has white color on #A6BDDB background.