COLOR #A3BAB6

HEX: #A3BAB6
RGB: (163,186,182)

Color info

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

RGB color model

#A3BAB6 color RGB value is (163,186,182).

  • red value is 163;
  • green value is 186;
  • blue value is 182.
RGB:
(163,186,182)
(64%,73%,71%)

RGB channels and saturation

R 163 of 255 = 64%
G 186 of 255 = 73%
B 182 of 255 = 71%

163
186
182

R + G + B ~ 69%. #A3BAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 186 + 182 = 531 (100%)
R 163 of 531 ~ 30.7%
G 186 of 531 ~ 35.03%
B 182 of 531 ~ 34.27%

%30.7
%35.03
%34.27

CMYK color model

#A3BAB6 color CMYK value is (12,0,2,27).

  • cyan value is 12.37%
  • magenta value is 0.00%
  • yellow value is 2.15%
  • key color value is 27.06%
CMYK:
(12,0,2,27)
C12M0Y2K27 
(12%,0%,2%,27%)
(0.12/0.00/0.02/0.27)	

CMYK percentages

%12.37
%0
%2.15
%27.06

Codes

Color #A3BAB6 in popluar color models

A3BAB6
RGB163186182
HSL170°14.29%68.43%
HSB/HSV170°12.37%72.94%
CMYK12.37%0.00%2.15%
27.06%

Color #A3BAB6 in popluar number systems.

HEXA3BAB6
Decimal163186182
Binary101000111011101010110110
Octal243272266

Shades and tints

Shades of #A3BAB6

#A3BAB6
(163,186,182)
#95AAA6
(149,170,166)
#879A96
(135,154,150)
#798A86
(121,138,134)
#6B7A76
(107,122,118)
#5D6A66
(93,106,102)
#4F5A56
(79,90,86)
#414A46
(65,74,70)
#333A36
(51,58,54)
#252A26
(37,42,38)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #A3BAB6

#A3BAB6
(163,186,182)
#ABC0BC
(171,192,188)
#B3C6C2
(179,198,194)
#BBCCC8
(187,204,200)
#C3D2CE
(195,210,206)
#CBD8D4
(203,216,212)
#D3DEDA
(211,222,218)
#DBE4E0
(219,228,224)
#E3EAE6
(227,234,230)
#EBF0EC
(235,240,236)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3BAB6 color. Also use rgb(163,186,182) instead hex code.

Text Font Color

.myTextColor { color: #A3BAB6; }

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

This text font color is #A3BAB6.


Background Color

.myBgColor { background-color: #A3BAB6; }

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

This div background color is #A3BAB6.


Border color

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

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

This div border color is #A3BAB6.


Opacity

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

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

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

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

This text has shadow with #A3BAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BAB6 on black background.


Color preview on white background

This text has color #A3BAB6 on white background.



Black color preview on #A3BAB6 background

This text has black color on #A3BAB6 background.


White color preview on #A3BAB6 background

This text has white color on #A3BAB6 background.