COLOR #A6BCA8

HEX: #A6BCA8
RGB: (166,188,168)

Color info

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

RGB color model

#A6BCA8 color RGB value is (166,188,168).

  • red value is 166;
  • green value is 188;
  • blue value is 168.
RGB:
(166,188,168)
(65%,74%,66%)

RGB channels and saturation

R 166 of 255 = 65%
G 188 of 255 = 74%
B 168 of 255 = 66%

166
188
168

R + G + B ~ 68%. #A6BCA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 188 + 168 = 522 (100%)
R 166 of 522 ~ 31.8%
G 188 of 522 ~ 36.02%
B 168 of 522 ~ 32.18%

%31.8
%36.02
%32.18

CMYK color model

#A6BCA8 color CMYK value is (12,0,11,26).

  • cyan value is 11.70%
  • magenta value is 0.00%
  • yellow value is 10.64%
  • key color value is 26.27%
CMYK:
(12,0,11,26)
C12M0Y11K26 
(12%,0%,11%,26%)
(0.12/0.00/0.11/0.26)	

CMYK percentages

%11.7
%0
%10.64
%26.27

Codes

Color #A6BCA8 in popluar color models

A6BCA8
RGB166188168
HSL125°14.10%69.41%
HSB/HSV125°11.70%73.73%
CMYK11.70%0.00%10.64%
26.27%

Color #A6BCA8 in popluar number systems.

HEXA6BCA8
Decimal166188168
Binary101001101011110010101000
Octal246274250

Shades and tints

Shades of #A6BCA8

#A6BCA8
(166,188,168)
#97AB99
(151,171,153)
#889A8A
(136,154,138)
#79897B
(121,137,123)
#6A786C
(106,120,108)
#5B675D
(91,103,93)
#4C564E
(76,86,78)
#3D453F
(61,69,63)
#2E3430
(46,52,48)
#1F2321
(31,35,33)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #A6BCA8

#A6BCA8
(166,188,168)
#AEC2AF
(174,194,175)
#B6C8B6
(182,200,182)
#BECEBD
(190,206,189)
#C6D4C4
(198,212,196)
#CEDACB
(206,218,203)
#D6E0D2
(214,224,210)
#DEE6D9
(222,230,217)
#E6ECE0
(230,236,224)
#EEF2E7
(238,242,231)
#F6F8EE
(246,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BCA8 color. Also use rgb(166,188,168) instead hex code.

Text Font Color

.myTextColor { color: #A6BCA8; }

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

This text font color is #A6BCA8.


Background Color

.myBgColor { background-color: #A6BCA8; }

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

This div background color is #A6BCA8.


Border color

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

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

This div border color is #A6BCA8.


Opacity

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

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

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

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

This text has shadow with #A6BCA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BCA8 on black background.


Color preview on white background

This text has color #A6BCA8 on white background.



Black color preview on #A6BCA8 background

This text has black color on #A6BCA8 background.


White color preview on #A6BCA8 background

This text has white color on #A6BCA8 background.