COLOR #A6B8DB

HEX: #A6B8DB RGB: (166,184,219)

Color info

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

RGB color model

#A6B8DB color RGB value is (166,184,219).

RGB: (166,184,219) (65%, 72%, 86%)

RGB channels and saturation

R 166 of 255 = 65%
G 184 of 255 = 72%
B 219 of 255 = 86%

166
184
219

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

Portions of RGB colors in percentages

R + G + B = 166 + 184 + 219 = 569 (100%)
R 166 of 569 ~ 29.17%
G 184 of 569 ~ 32.34%
B 219 of 569 ~ 38.49'%

%29.17
%32.34
%38.49

CMYK color model

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

  • cyan value is 24.20%
  • magenta value is 15.98%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (24,16,0,14) C24M16Y0K14 (24%,16%,0%,14%) (0.24/0.16/0.00/0.14) 

CMYK percentages

%24.2
%15.98
%0
%14.12

Codes

Color #A6B8DB in popluar color models

A6 B8 DB
RGB 166 184 219
HSL 220° 42.40% 75.49%
HSB/HSV 220° 24.20% 85.88%
CMYK 24.20% 15.98% 0.00%
14.12%

Color #A6B8DB in popluar number systems.

HEX A6 B8 DB
Decimal 166 184 219
Binary 10100110 10111000 11011011
Octal 246 270 333

Shades and tints

Shades of #A6B8DB

#A6B8DB
(166,184,219)
#97A8C8
(151,168,200)
#8898B5
(136,152,181)
#7988A2
(121,136,162)
#6A788F
(106,120,143)
#5B687C
(91,104,124)
#4C5869
(76,88,105)
#3D4856
(61,72,86)
#2E3843
(46,56,67)
#1F2830
(31,40,48)
#10181D
(16,24,29)
#000000
(0,0,0)

Tints of #A6B8DB

#A6B8DB
(166,184,219)
#AEBEDE
(174,190,222)
#B6C4E1
(182,196,225)
#BECAE4
(190,202,228)
#C6D0E7
(198,208,231)
#CED6EA
(206,214,234)
#D6DCED
(214,220,237)
#DEE2F0
(222,226,240)
#E6E8F3
(230,232,243)
#EEEEF6
(238,238,246)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B8DB; }

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

This text font color is #A6B8DB.

Background Color

.myBgColor { background-color: #A6B8DB; }

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

This div background color is #A6B8DB.

Border color

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

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

This div border color is #A6B8DB.

Opacity

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

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

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

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

This text has shadow with #A6B8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B8DB.

Preview

Color preview on black background

This text has color #A6B8DB on black background.


Color preview on white background

This text has color #A6B8DB on white background.


Black color preview on #A6B8DB background

This text has black color on #A6B8DB background.


White color preview on #A6B8DB background

This text has white color on #A6B8DB background.


Related colors

Complementary color

Complementary color for #hex is #594724.


I love getcolorcode.com

Triadic colors

1 #DBA6B8 and #B8DBA6 with #A6B8DB are triadic colors.

2 #DBB8A6 and #B8A6DB with #A6B8DB are triadic colors.