COLOR #A6ABBD

HEX: #A6ABBD RGB: (166,171,189)

Color info

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

RGB color model

#A6ABBD color RGB value is (166,171,189).

RGB: (166,171,189) (65%, 67%, 74%)

RGB channels and saturation

R 166 of 255 = 65%
G 171 of 255 = 67%
B 189 of 255 = 74%

166
171
189

R + G + B ~ 69%. #A6ABBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 171 + 189 = 526 (100%)
R 166 of 526 ~ 31.56%
G 171 of 526 ~ 32.51%
B 189 of 526 ~ 35.93'%

%31.56
%32.51
%35.93

CMYK color model

#A6ABBD color CMYK value is (12,10,0,26).

  • cyan value is 12.17%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (12,10,0,26) C12M10Y0K26 (12%,10%,0%,26%) (0.12/0.10/0.00/0.26) 

CMYK percentages

%12.17
%9.52
%0
%25.88

Codes

Color #A6ABBD in popluar color models

A6 AB BD
RGB 166 171 189
HSL 227° 14.84% 69.61%
HSB/HSV 227° 12.17% 74.12%
CMYK 12.17% 9.52% 0.00%
25.88%

Color #A6ABBD in popluar number systems.

HEX A6 AB BD
Decimal 166 171 189
Binary 10100110 10101011 10111101
Octal 246 253 275

Shades and tints

Shades of #A6ABBD

#A6ABBD
(166,171,189)
#979CAC
(151,156,172)
#888D9B
(136,141,155)
#797E8A
(121,126,138)
#6A6F79
(106,111,121)
#5B6068
(91,96,104)
#4C5157
(76,81,87)
#3D4246
(61,66,70)
#2E3335
(46,51,53)
#1F2424
(31,36,36)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #A6ABBD

#A6ABBD
(166,171,189)
#AEB2C3
(174,178,195)
#B6B9C9
(182,185,201)
#BEC0CF
(190,192,207)
#C6C7D5
(198,199,213)
#CECEDB
(206,206,219)
#D6D5E1
(214,213,225)
#DEDCE7
(222,220,231)
#E6E3ED
(230,227,237)
#EEEAF3
(238,234,243)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6ABBD; }

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

This text font color is #A6ABBD.

Background Color

.myBgColor { background-color: #A6ABBD; }

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

This div background color is #A6ABBD.

Border color

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

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

This div border color is #A6ABBD.

Opacity

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

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

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

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

This text has shadow with #A6ABBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6ABBD.

Preview

Color preview on black background

This text has color #A6ABBD on black background.


Color preview on white background

This text has color #A6ABBD on white background.


Black color preview on #A6ABBD background

This text has black color on #A6ABBD background.


White color preview on #A6ABBD background

This text has white color on #A6ABBD background.


Related colors

Complementary color

Complementary color for #hex is #595442.


I love getcolorcode.com

Triadic colors

1 #BDA6AB and #ABBDA6 with #A6ABBD are triadic colors.

2 #BDABA6 and #ABA6BD with #A6ABBD are triadic colors.