COLOR #A6B4DB

HEX: #A6B4DB RGB: (166,180,219)

Color info

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

RGB color model

#A6B4DB color RGB value is (166,180,219).

RGB: (166,180,219) (65%, 71%, 86%)

RGB channels and saturation

R 166 of 255 = 65%
G 180 of 255 = 71%
B 219 of 255 = 86%

166
180
219

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

Portions of RGB colors in percentages

R + G + B = 166 + 180 + 219 = 565 (100%)
R 166 of 565 ~ 29.38%
G 180 of 565 ~ 31.86%
B 219 of 565 ~ 38.76'%

%29.38
%31.86
%38.76

CMYK color model

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

  • cyan value is 24.20%
  • magenta value is 17.81%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (24,18,0,14)
C24M18Y0K14 (24%, 18%, 0%, 14%)
(0.24 / 0.18 / 0.00 / 0.14)

CMYK percentages

%24.2
%17.81
%0
%14.12

Codes

Color #A6B4DB in popluar color models

A6 B4 DB
RGB 166 180 219
HSL 224° 42.40% 75.49%
HSB/HSV 224° 24.20% 85.88%
CMYK 24.20% 17.81% 0.00%
14.12%

Color #A6B4DB in popluar number systems.

HEX A6 B4 DB
Decimal 166 180 219
Binary 10100110 10110100 11011011
Octal 246 264 333

Shades and tints

Shades of #A6B4DB

#A6B4DB
(166,180,219)
#97A4C8
(151,164,200)
#8894B5
(136,148,181)
#7984A2
(121,132,162)
#6A748F
(106,116,143)
#5B647C
(91,100,124)
#4C5469
(76,84,105)
#3D4456
(61,68,86)
#2E3443
(46,52,67)
#1F2430
(31,36,48)
#10141D
(16,20,29)
#000000
(0,0,0)

Tints of #A6B4DB

#A6B4DB
(166,180,219)
#AEBADE
(174,186,222)
#B6C0E1
(182,192,225)
#BEC6E4
(190,198,228)
#C6CCE7
(198,204,231)
#CED2EA
(206,210,234)
#D6D8ED
(214,216,237)
#DEDEF0
(222,222,240)
#E6E4F3
(230,228,243)
#EEEAF6
(238,234,246)
#F6F0F9
(246,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B4DB; }

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

This text font color is #A6B4DB.

Background Color

.myBgColor { background-color: #A6B4DB; }

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

This div background color is #A6B4DB.

Border color

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

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

This div border color is #A6B4DB.

Opacity

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

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

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

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

This text has shadow with #A6B4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B4DB.

Preview

Color preview on black background

This text has color #A6B4DB on black background.


Color preview on white background

This text has color #A6B4DB on white background.


Black color preview on #A6B4DB background

This text has black color on #A6B4DB background.


White color preview on #A6B4DB background

This text has white color on #A6B4DB background.


Related colors

Complementary color

Complementary color for #hex is #594B24.


I love getcolorcode.com

Triadic colors

1 #DBA6B4 and #B4DBA6 with #A6B4DB are triadic colors.

2 #DBB4A6 and #B4A6DB with #A6B4DB are triadic colors.