COLOR #A3AABB

HEX: #A3AABB
RGB: (163,170,187)

Color info

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

RGB color model

#A3AABB color RGB value is (163,170,187).

  • red value is 163;
  • green value is 170;
  • blue value is 187.
RGB:
(163,170,187)
(64%,67%,73%)

RGB channels and saturation

R 163 of 255 = 64%
G 170 of 255 = 67%
B 187 of 255 = 73%

163
170
187

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

Portions of RGB colors in percentages

R + G + B =
163 + 170 + 187 = 520 (100%)
R 163 of 520 ~ 31.35%
G 170 of 520 ~ 32.69%
B 187 of 520 ~ 35.96%

%31.35
%32.69
%35.96

CMYK color model

#A3AABB color CMYK value is (13,9,0,27).

  • cyan value is 12.83%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(13,9,0,27)
C13M9Y0K27 
(13%,9%,0%,27%)
(0.13/0.09/0.00/0.27)	

CMYK percentages

%12.83
%9.09
%0
%26.67

Codes

Color #A3AABB in popluar color models

A3AABB
RGB163170187
HSL223°15.00%68.63%
HSB/HSV223°12.83%73.33%
CMYK12.83%9.09%0.00%
26.67%

Color #A3AABB in popluar number systems.

HEXA3AABB
Decimal163170187
Binary101000111010101010111011
Octal243252273

Shades and tints

Shades of #A3AABB

#A3AABB
(163,170,187)
#959BAA
(149,155,170)
#878C99
(135,140,153)
#797D88
(121,125,136)
#6B6E77
(107,110,119)
#5D5F66
(93,95,102)
#4F5055
(79,80,85)
#414144
(65,65,68)
#333233
(51,50,51)
#252322
(37,35,34)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #A3AABB

#A3AABB
(163,170,187)
#ABB1C1
(171,177,193)
#B3B8C7
(179,184,199)
#BBBFCD
(187,191,205)
#C3C6D3
(195,198,211)
#CBCDD9
(203,205,217)
#D3D4DF
(211,212,223)
#DBDBE5
(219,219,229)
#E3E2EB
(227,226,235)
#EBE9F1
(235,233,241)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AABB color. Also use rgb(163,170,187) instead hex code.

Text Font Color

.myTextColor { color: #A3AABB; }

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

This text font color is #A3AABB.


Background Color

.myBgColor { background-color: #A3AABB; }

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

This div background color is #A3AABB.


Border color

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

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

This div border color is #A3AABB.


Opacity

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

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

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

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

This text has shadow with #A3AABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AABB on black background.


Color preview on white background

This text has color #A3AABB on white background.



Black color preview on #A3AABB background

This text has black color on #A3AABB background.


White color preview on #A3AABB background

This text has white color on #A3AABB background.