COLOR #A6BAB4

HEX: #A6BAB4
RGB: (166,186,180)

Color info

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

RGB color model

#A6BAB4 color RGB value is (166,186,180).

  • red value is 166;
  • green value is 186;
  • blue value is 180.
RGB:
(166,186,180)
(65%,73%,71%)

RGB channels and saturation

R 166 of 255 = 65%
G 186 of 255 = 73%
B 180 of 255 = 71%

166
186
180

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

Portions of RGB colors in percentages

R + G + B =
166 + 186 + 180 = 532 (100%)
R 166 of 532 ~ 31.2%
G 186 of 532 ~ 34.96%
B 180 of 532 ~ 33.83%

%31.2
%34.96
%33.83

CMYK color model

#A6BAB4 color CMYK value is (11,0,3,27).

  • cyan value is 10.75%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 27.06%
CMYK:
(11,0,3,27)
C11M0Y3K27 
(11%,0%,3%,27%)
(0.11/0.00/0.03/0.27)	

CMYK percentages

%10.75
%0
%3.23
%27.06

Codes

Color #A6BAB4 in popluar color models

A6BAB4
RGB166186180
HSL162°12.66%69.02%
HSB/HSV162°10.75%72.94%
CMYK10.75%0.00%3.23%
27.06%

Color #A6BAB4 in popluar number systems.

HEXA6BAB4
Decimal166186180
Binary101001101011101010110100
Octal246272264

Shades and tints

Shades of #A6BAB4

#A6BAB4
(166,186,180)
#97AAA4
(151,170,164)
#889A94
(136,154,148)
#798A84
(121,138,132)
#6A7A74
(106,122,116)
#5B6A64
(91,106,100)
#4C5A54
(76,90,84)
#3D4A44
(61,74,68)
#2E3A34
(46,58,52)
#1F2A24
(31,42,36)
#101A14
(16,26,20)
#000000
(0,0,0)

Tints of #A6BAB4

#A6BAB4
(166,186,180)
#AEC0BA
(174,192,186)
#B6C6C0
(182,198,192)
#BECCC6
(190,204,198)
#C6D2CC
(198,210,204)
#CED8D2
(206,216,210)
#D6DED8
(214,222,216)
#DEE4DE
(222,228,222)
#E6EAE4
(230,234,228)
#EEF0EA
(238,240,234)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BAB4 color. Also use rgb(166,186,180) instead hex code.

Text Font Color

.myTextColor { color: #A6BAB4; }

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

This text font color is #A6BAB4.


Background Color

.myBgColor { background-color: #A6BAB4; }

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

This div background color is #A6BAB4.


Border color

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

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

This div border color is #A6BAB4.


Opacity

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

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

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

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

This text has shadow with #A6BAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BAB4 on black background.


Color preview on white background

This text has color #A6BAB4 on white background.



Black color preview on #A6BAB4 background

This text has black color on #A6BAB4 background.


White color preview on #A6BAB4 background

This text has white color on #A6BAB4 background.