COLOR #A3ABB8

HEX: #A3ABB8
RGB: (163,171,184)

Color info

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

RGB color model

#A3ABB8 color RGB value is (163,171,184).

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

RGB channels and saturation

R 163 of 255 = 64%
G 171 of 255 = 67%
B 184 of 255 = 72%

163
171
184

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

Portions of RGB colors in percentages

R + G + B =
163 + 171 + 184 = 518 (100%)
R 163 of 518 ~ 31.47%
G 171 of 518 ~ 33.01%
B 184 of 518 ~ 35.52%

%31.47
%33.01
%35.52

CMYK color model

#A3ABB8 color CMYK value is (11,7,0,28).

  • cyan value is 11.41%
  • magenta value is 7.07%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(11,7,0,28)
C11M7Y0K28 
(11%,7%,0%,28%)
(0.11/0.07/0.00/0.28)	

CMYK percentages

%11.41
%7.07
%0
%27.84

Codes

Color #A3ABB8 in popluar color models

A3ABB8
RGB163171184
HSL217°12.88%68.04%
HSB/HSV217°11.41%72.16%
CMYK11.41%7.07%0.00%
27.84%

Color #A3ABB8 in popluar number systems.

HEXA3ABB8
Decimal163171184
Binary101000111010101110111000
Octal243253270

Shades and tints

Shades of #A3ABB8

#A3ABB8
(163,171,184)
#959CA8
(149,156,168)
#878D98
(135,141,152)
#797E88
(121,126,136)
#6B6F78
(107,111,120)
#5D6068
(93,96,104)
#4F5158
(79,81,88)
#414248
(65,66,72)
#333338
(51,51,56)
#252428
(37,36,40)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #A3ABB8

#A3ABB8
(163,171,184)
#ABB2BE
(171,178,190)
#B3B9C4
(179,185,196)
#BBC0CA
(187,192,202)
#C3C7D0
(195,199,208)
#CBCED6
(203,206,214)
#D3D5DC
(211,213,220)
#DBDCE2
(219,220,226)
#E3E3E8
(227,227,232)
#EBEAEE
(235,234,238)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3ABB8; }

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

This text font color is #A3ABB8.


Background Color

.myBgColor { background-color: #A3ABB8; }

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

This div background color is #A3ABB8.


Border color

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

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

This div border color is #A3ABB8.


Opacity

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

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

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

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

This text has shadow with #A3ABB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3ABB8 on black background.


Color preview on white background

This text has color #A3ABB8 on white background.



Black color preview on #A3ABB8 background

This text has black color on #A3ABB8 background.


White color preview on #A3ABB8 background

This text has white color on #A3ABB8 background.