COLOR #A6B5C7

HEX: #A6B5C7
RGB: (166,181,199)

Color info

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

RGB color model

#A6B5C7 color RGB value is (166,181,199).

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

RGB channels and saturation

R 166 of 255 = 65%
G 181 of 255 = 71%
B 199 of 255 = 78%

166
181
199

R + G + B ~ 71%. #A6B5C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 181 + 199 = 546 (100%)
R 166 of 546 ~ 30.4%
G 181 of 546 ~ 33.15%
B 199 of 546 ~ 36.45%

%30.4
%33.15
%36.45

CMYK color model

#A6B5C7 color CMYK value is (17,9,0,22).

  • cyan value is 16.58%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(17,9,0,22)
C17M9Y0K22 
(17%,9%,0%,22%)
(0.17/0.09/0.00/0.22)	

CMYK percentages

%16.58
%9.05
%0
%21.96

Codes

Color #A6B5C7 in popluar color models

A6B5C7
RGB166181199
HSL213°22.76%71.57%
HSB/HSV213°16.58%78.04%
CMYK16.58%9.05%0.00%
21.96%

Color #A6B5C7 in popluar number systems.

HEXA6B5C7
Decimal166181199
Binary101001101011010111000111
Octal246265307

Shades and tints

Shades of #A6B5C7

#A6B5C7
(166,181,199)
#97A5B5
(151,165,181)
#8895A3
(136,149,163)
#798591
(121,133,145)
#6A757F
(106,117,127)
#5B656D
(91,101,109)
#4C555B
(76,85,91)
#3D4549
(61,69,73)
#2E3537
(46,53,55)
#1F2525
(31,37,37)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #A6B5C7

#A6B5C7
(166,181,199)
#AEBBCC
(174,187,204)
#B6C1D1
(182,193,209)
#BEC7D6
(190,199,214)
#C6CDDB
(198,205,219)
#CED3E0
(206,211,224)
#D6D9E5
(214,217,229)
#DEDFEA
(222,223,234)
#E6E5EF
(230,229,239)
#EEEBF4
(238,235,244)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B5C7; }

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

This text font color is #A6B5C7.


Background Color

.myBgColor { background-color: #A6B5C7; }

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

This div background color is #A6B5C7.


Border color

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

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

This div border color is #A6B5C7.


Opacity

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

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

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

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

This text has shadow with #A6B5C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B5C7 on black background.


Color preview on white background

This text has color #A6B5C7 on white background.



Black color preview on #A6B5C7 background

This text has black color on #A6B5C7 background.


White color preview on #A6B5C7 background

This text has white color on #A6B5C7 background.