COLOR #A6B5BF

HEX: #A6B5BF
RGB: (166,181,191)

Color info

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

RGB color model

#A6B5BF color RGB value is (166,181,191).

  • red value is 166;
  • green value is 181;
  • blue value is 191.
RGB:
(166,181,191)
(65%,71%,75%)

RGB channels and saturation

R 166 of 255 = 65%
G 181 of 255 = 71%
B 191 of 255 = 75%

166
181
191

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

Portions of RGB colors in percentages

R + G + B =
166 + 181 + 191 = 538 (100%)
R 166 of 538 ~ 30.86%
G 181 of 538 ~ 33.64%
B 191 of 538 ~ 35.5%

%30.86
%33.64
%35.5

CMYK color model

#A6B5BF color CMYK value is (13,5,0,25).

  • cyan value is 13.09%
  • magenta value is 5.24%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(13,5,0,25)
C13M5Y0K25 
(13%,5%,0%,25%)
(0.13/0.05/0.00/0.25)	

CMYK percentages

%13.09
%5.24
%0
%25.1

Codes

Color #A6B5BF in popluar color models

A6B5BF
RGB166181191
HSL204°16.34%70.00%
HSB/HSV204°13.09%74.90%
CMYK13.09%5.24%0.00%
25.10%

Color #A6B5BF in popluar number systems.

HEXA6B5BF
Decimal166181191
Binary101001101011010110111111
Octal246265277

Shades and tints

Shades of #A6B5BF

#A6B5BF
(166,181,191)
#97A5AE
(151,165,174)
#88959D
(136,149,157)
#79858C
(121,133,140)
#6A757B
(106,117,123)
#5B656A
(91,101,106)
#4C5559
(76,85,89)
#3D4548
(61,69,72)
#2E3537
(46,53,55)
#1F2526
(31,37,38)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #A6B5BF

#A6B5BF
(166,181,191)
#AEBBC4
(174,187,196)
#B6C1C9
(182,193,201)
#BEC7CE
(190,199,206)
#C6CDD3
(198,205,211)
#CED3D8
(206,211,216)
#D6D9DD
(214,217,221)
#DEDFE2
(222,223,226)
#E6E5E7
(230,229,231)
#EEEBEC
(238,235,236)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B5BF; }

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

This text font color is #A6B5BF.


Background Color

.myBgColor { background-color: #A6B5BF; }

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

This div background color is #A6B5BF.


Border color

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

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

This div border color is #A6B5BF.


Opacity

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

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

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

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

This text has shadow with #A6B5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B5BF on black background.


Color preview on white background

This text has color #A6B5BF on white background.



Black color preview on #A6B5BF background

This text has black color on #A6B5BF background.


White color preview on #A6B5BF background

This text has white color on #A6B5BF background.