COLOR #A3AABD

HEX: #A3AABD
RGB: (163,170,189)

Color info

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

RGB color model

#A3AABD color RGB value is (163,170,189).

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

RGB channels and saturation

R 163 of 255 = 64%
G 170 of 255 = 67%
B 189 of 255 = 74%

163
170
189

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

Portions of RGB colors in percentages

R + G + B =
163 + 170 + 189 = 522 (100%)
R 163 of 522 ~ 31.23%
G 170 of 522 ~ 32.57%
B 189 of 522 ~ 36.21%

%31.23
%32.57
%36.21

CMYK color model

#A3AABD color CMYK value is (14,10,0,26).

  • cyan value is 13.76%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(14,10,0,26)
C14M10Y0K26 
(14%,10%,0%,26%)
(0.14/0.10/0.00/0.26)	

CMYK percentages

%13.76
%10.05
%0
%25.88

Codes

Color #A3AABD in popluar color models

A3AABD
RGB163170189
HSL224°16.46%69.02%
HSB/HSV224°13.76%74.12%
CMYK13.76%10.05%0.00%
25.88%

Color #A3AABD in popluar number systems.

HEXA3AABD
Decimal163170189
Binary101000111010101010111101
Octal243252275

Shades and tints

Shades of #A3AABD

#A3AABD
(163,170,189)
#959BAC
(149,155,172)
#878C9B
(135,140,155)
#797D8A
(121,125,138)
#6B6E79
(107,110,121)
#5D5F68
(93,95,104)
#4F5057
(79,80,87)
#414146
(65,65,70)
#333235
(51,50,53)
#252324
(37,35,36)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #A3AABD

#A3AABD
(163,170,189)
#ABB1C3
(171,177,195)
#B3B8C9
(179,184,201)
#BBBFCF
(187,191,207)
#C3C6D5
(195,198,213)
#CBCDDB
(203,205,219)
#D3D4E1
(211,212,225)
#DBDBE7
(219,219,231)
#E3E2ED
(227,226,237)
#EBE9F3
(235,233,243)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AABD; }

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

This text font color is #A3AABD.


Background Color

.myBgColor { background-color: #A3AABD; }

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

This div background color is #A3AABD.


Border color

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

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

This div border color is #A3AABD.


Opacity

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

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

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

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

This text has shadow with #A3AABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AABD on black background.


Color preview on white background

This text has color #A3AABD on white background.



Black color preview on #A3AABD background

This text has black color on #A3AABD background.


White color preview on #A3AABD background

This text has white color on #A3AABD background.