COLOR #A3BAB8

HEX: #A3BAB8
RGB: (163,186,184)

Color info

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

RGB color model

#A3BAB8 color RGB value is (163,186,184).

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

RGB channels and saturation

R 163 of 255 = 64%
G 186 of 255 = 73%
B 184 of 255 = 72%

163
186
184

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

Portions of RGB colors in percentages

R + G + B =
163 + 186 + 184 = 533 (100%)
R 163 of 533 ~ 30.58%
G 186 of 533 ~ 34.9%
B 184 of 533 ~ 34.52%

%30.58
%34.9
%34.52

CMYK color model

#A3BAB8 color CMYK value is (12,0,1,27).

  • cyan value is 12.37%
  • magenta value is 0.00%
  • yellow value is 1.08%
  • key color value is 27.06%
CMYK:
(12,0,1,27)
C12M0Y1K27 
(12%,0%,1%,27%)
(0.12/0.00/0.01/0.27)	

CMYK percentages

%12.37
%0
%1.08
%27.06

Codes

Color #A3BAB8 in popluar color models

A3BAB8
RGB163186184
HSL175°14.29%68.43%
HSB/HSV175°12.37%72.94%
CMYK12.37%0.00%1.08%
27.06%

Color #A3BAB8 in popluar number systems.

HEXA3BAB8
Decimal163186184
Binary101000111011101010111000
Octal243272270

Shades and tints

Shades of #A3BAB8

#A3BAB8
(163,186,184)
#95AAA8
(149,170,168)
#879A98
(135,154,152)
#798A88
(121,138,136)
#6B7A78
(107,122,120)
#5D6A68
(93,106,104)
#4F5A58
(79,90,88)
#414A48
(65,74,72)
#333A38
(51,58,56)
#252A28
(37,42,40)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #A3BAB8

#A3BAB8
(163,186,184)
#ABC0BE
(171,192,190)
#B3C6C4
(179,198,196)
#BBCCCA
(187,204,202)
#C3D2D0
(195,210,208)
#CBD8D6
(203,216,214)
#D3DEDC
(211,222,220)
#DBE4E2
(219,228,226)
#E3EAE8
(227,234,232)
#EBF0EE
(235,240,238)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BAB8; }

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

This text font color is #A3BAB8.


Background Color

.myBgColor { background-color: #A3BAB8; }

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

This div background color is #A3BAB8.


Border color

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

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

This div border color is #A3BAB8.


Opacity

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

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

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

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

This text has shadow with #A3BAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BAB8 on black background.


Color preview on white background

This text has color #A3BAB8 on white background.



Black color preview on #A3BAB8 background

This text has black color on #A3BAB8 background.


White color preview on #A3BAB8 background

This text has white color on #A3BAB8 background.