COLOR #A3ABB4

HEX: #A3ABB4
RGB: (163,171,180)

Color info

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

RGB color model

#A3ABB4 color RGB value is (163,171,180).

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

RGB channels and saturation

R 163 of 255 = 64%
G 171 of 255 = 67%
B 180 of 255 = 71%

163
171
180

R + G + B ~ 67%. #A3ABB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 171 + 180 = 514 (100%)
R 163 of 514 ~ 31.71%
G 171 of 514 ~ 33.27%
B 180 of 514 ~ 35.02%

%31.71
%33.27
%35.02

CMYK color model

#A3ABB4 color CMYK value is (9,5,0,29).

  • cyan value is 9.44%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(9,5,0,29)
C9M5Y0K29 
(9%,5%,0%,29%)
(0.09/0.05/0.00/0.29)	

CMYK percentages

%9.44
%5
%0
%29.41

Codes

Color #A3ABB4 in popluar color models

A3ABB4
RGB163171180
HSL212°10.18%67.25%
HSB/HSV212°9.44%70.59%
CMYK9.44%5.00%0.00%
29.41%

Color #A3ABB4 in popluar number systems.

HEXA3ABB4
Decimal163171180
Binary101000111010101110110100
Octal243253264

Shades and tints

Shades of #A3ABB4

#A3ABB4
(163,171,180)
#959CA4
(149,156,164)
#878D94
(135,141,148)
#797E84
(121,126,132)
#6B6F74
(107,111,116)
#5D6064
(93,96,100)
#4F5154
(79,81,84)
#414244
(65,66,68)
#333334
(51,51,52)
#252424
(37,36,36)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #A3ABB4

#A3ABB4
(163,171,180)
#ABB2BA
(171,178,186)
#B3B9C0
(179,185,192)
#BBC0C6
(187,192,198)
#C3C7CC
(195,199,204)
#CBCED2
(203,206,210)
#D3D5D8
(211,213,216)
#DBDCDE
(219,220,222)
#E3E3E4
(227,227,228)
#EBEAEA
(235,234,234)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3ABB4; }

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

This text font color is #A3ABB4.


Background Color

.myBgColor { background-color: #A3ABB4; }

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

This div background color is #A3ABB4.


Border color

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

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

This div border color is #A3ABB4.


Opacity

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

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

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

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

This text has shadow with #A3ABB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3ABB4 on black background.


Color preview on white background

This text has color #A3ABB4 on white background.



Black color preview on #A3ABB4 background

This text has black color on #A3ABB4 background.


White color preview on #A3ABB4 background

This text has white color on #A3ABB4 background.