COLOR #A6B5BD

HEX: #A6B5BD RGB: (166,181,189)

Color info

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

RGB color model

#A6B5BD color RGB value is (166,181,189).

RGB: (166,181,189) (65%, 71%, 74%)

RGB channels and saturation

R 166 of 255 = 65%
G 181 of 255 = 71%
B 189 of 255 = 74%

166
181
189

R + G + B ~ 70%. #A6B5BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 181 + 189 = 536 (100%)
R 166 of 536 ~ 30.97%
G 181 of 536 ~ 33.77%
B 189 of 536 ~ 35.26'%

%30.97
%33.77
%35.26

CMYK color model

#A6B5BD color CMYK value is (12,4,0,26).

  • cyan value is 12.17%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (12,4,0,26)
C12M4Y0K26 (12%, 4%, 0%, 26%)
(0.12 / 0.04 / 0.00 / 0.26)

CMYK percentages

%12.17
%4.23
%0
%25.88

Codes

Color #A6B5BD in popluar color models

A6 B5 BD
RGB 166 181 189
HSL 201° 14.84% 69.61%
HSB/HSV 201° 12.17% 74.12%
CMYK 12.17% 4.23% 0.00%
25.88%

Color #A6B5BD in popluar number systems.

HEX A6 B5 BD
Decimal 166 181 189
Binary 10100110 10110101 10111101
Octal 246 265 275

Shades and tints

Shades of #A6B5BD

#A6B5BD
(166,181,189)
#97A5AC
(151,165,172)
#88959B
(136,149,155)
#79858A
(121,133,138)
#6A7579
(106,117,121)
#5B6568
(91,101,104)
#4C5557
(76,85,87)
#3D4546
(61,69,70)
#2E3535
(46,53,53)
#1F2524
(31,37,36)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #A6B5BD

#A6B5BD
(166,181,189)
#AEBBC3
(174,187,195)
#B6C1C9
(182,193,201)
#BEC7CF
(190,199,207)
#C6CDD5
(198,205,213)
#CED3DB
(206,211,219)
#D6D9E1
(214,217,225)
#DEDFE7
(222,223,231)
#E6E5ED
(230,229,237)
#EEEBF3
(238,235,243)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B5BD; }

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

This text font color is #A6B5BD.

Background Color

.myBgColor { background-color: #A6B5BD; }

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

This div background color is #A6B5BD.

Border color

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

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

This div border color is #A6B5BD.

Opacity

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

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

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

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

This text has shadow with #A6B5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B5BD.

Preview

Color preview on black background

This text has color #A6B5BD on black background.


Color preview on white background

This text has color #A6B5BD on white background.


Black color preview on #A6B5BD background

This text has black color on #A6B5BD background.


White color preview on #A6B5BD background

This text has white color on #A6B5BD background.


Related colors

Complementary color

Complementary color for #hex is #594A42.


I love getcolorcode.com

Triadic colors

1 #BDA6B5 and #B5BDA6 with #A6B5BD are triadic colors.

2 #BDB5A6 and #B5A6BD with #A6B5BD are triadic colors.