COLOR #A6B7DB

HEX: #A6B7DB RGB: (166,183,219)

Color info

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

RGB color model

#A6B7DB color RGB value is (166,183,219).

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

RGB channels and saturation

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

166
183
219

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

Portions of RGB colors in percentages

R + G + B = 166 + 183 + 219 = 568 (100%)
R 166 of 568 ~ 29.23%
G 183 of 568 ~ 32.22%
B 219 of 568 ~ 38.56'%

%29.23
%32.22
%38.56

CMYK color model

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

  • cyan value is 24.20%
  • magenta value is 16.44%
  • 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
%16.44
%0
%14.12

Codes

Color #A6B7DB in popluar color models

A6 B7 DB
RGB 166 183 219
HSL 221° 42.40% 75.49%
HSB/HSV 221° 24.20% 85.88%
CMYK 24.20% 16.44% 0.00%
14.12%

Color #A6B7DB in popluar number systems.

HEX A6 B7 DB
Decimal 166 183 219
Binary 10100110 10110111 11011011
Octal 246 267 333

Shades and tints

Shades of #A6B7DB

#A6B7DB
(166,183,219)
#97A7C8
(151,167,200)
#8897B5
(136,151,181)
#7987A2
(121,135,162)
#6A778F
(106,119,143)
#5B677C
(91,103,124)
#4C5769
(76,87,105)
#3D4756
(61,71,86)
#2E3743
(46,55,67)
#1F2730
(31,39,48)
#10171D
(16,23,29)
#000000
(0,0,0)

Tints of #A6B7DB

#A6B7DB
(166,183,219)
#AEBDDE
(174,189,222)
#B6C3E1
(182,195,225)
#BEC9E4
(190,201,228)
#C6CFE7
(198,207,231)
#CED5EA
(206,213,234)
#D6DBED
(214,219,237)
#DEE1F0
(222,225,240)
#E6E7F3
(230,231,243)
#EEEDF6
(238,237,246)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B7DB; }

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

This text font color is #A6B7DB.

Background Color

.myBgColor { background-color: #A6B7DB; }

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

This div background color is #A6B7DB.

Border color

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

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

This div border color is #A6B7DB.

Opacity

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

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

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

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

This text has shadow with #A6B7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B7DB.

Preview

Color preview on black background

This text has color #A6B7DB on black background.


Color preview on white background

This text has color #A6B7DB on white background.


Black color preview on #A6B7DB background

This text has black color on #A6B7DB background.


White color preview on #A6B7DB background

This text has white color on #A6B7DB background.


Related colors

Complementary color

Complementary color for #hex is #594824.


I love getcolorcode.com

Triadic colors

1 #DBA6B7 and #B7DBA6 with #A6B7DB are triadic colors.

2 #DBB7A6 and #B7A6DB with #A6B7DB are triadic colors.