COLOR #A6BAC4

HEX: #A6BAC4
RGB: (166,186,196)

Color info

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

RGB color model

#A6BAC4 color RGB value is (166,186,196).

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

RGB channels and saturation

R 166 of 255 = 65%
G 186 of 255 = 73%
B 196 of 255 = 77%

166
186
196

R + G + B ~ 72%. #A6BAC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 186 + 196 = 548 (100%)
R 166 of 548 ~ 30.29%
G 186 of 548 ~ 33.94%
B 196 of 548 ~ 35.77%

%30.29
%33.94
%35.77

CMYK color model

#A6BAC4 color CMYK value is (15,5,0,23).

  • cyan value is 15.31%
  • magenta value is 5.10%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(15,5,0,23)
C15M5Y0K23 
(15%,5%,0%,23%)
(0.15/0.05/0.00/0.23)	

CMYK percentages

%15.31
%5.1
%0
%23.14

Codes

Color #A6BAC4 in popluar color models

A6BAC4
RGB166186196
HSL200°20.27%70.98%
HSB/HSV200°15.31%76.86%
CMYK15.31%5.10%0.00%
23.14%

Color #A6BAC4 in popluar number systems.

HEXA6BAC4
Decimal166186196
Binary101001101011101011000100
Octal246272304

Shades and tints

Shades of #A6BAC4

#A6BAC4
(166,186,196)
#97AAB3
(151,170,179)
#889AA2
(136,154,162)
#798A91
(121,138,145)
#6A7A80
(106,122,128)
#5B6A6F
(91,106,111)
#4C5A5E
(76,90,94)
#3D4A4D
(61,74,77)
#2E3A3C
(46,58,60)
#1F2A2B
(31,42,43)
#101A1A
(16,26,26)
#000000
(0,0,0)

Tints of #A6BAC4

#A6BAC4
(166,186,196)
#AEC0C9
(174,192,201)
#B6C6CE
(182,198,206)
#BECCD3
(190,204,211)
#C6D2D8
(198,210,216)
#CED8DD
(206,216,221)
#D6DEE2
(214,222,226)
#DEE4E7
(222,228,231)
#E6EAEC
(230,234,236)
#EEF0F1
(238,240,241)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BAC4; }

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

This text font color is #A6BAC4.


Background Color

.myBgColor { background-color: #A6BAC4; }

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

This div background color is #A6BAC4.


Border color

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

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

This div border color is #A6BAC4.


Opacity

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

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

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

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

This text has shadow with #A6BAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BAC4 on black background.


Color preview on white background

This text has color #A6BAC4 on white background.



Black color preview on #A6BAC4 background

This text has black color on #A6BAC4 background.


White color preview on #A6BAC4 background

This text has white color on #A6BAC4 background.