COLOR #A3ABBD

HEX: #A3ABBD RGB: (163,171,189)

Color info

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

RGB color model

#A3ABBD color RGB value is (163,171,189).

RGB: (163,171,189) (64%, 67%, 74%)

RGB channels and saturation

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

163
171
189

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

Portions of RGB colors in percentages

R + G + B = 163 + 171 + 189 = 523 (100%)
R 163 of 523 ~ 31.17%
G 171 of 523 ~ 32.7%
B 189 of 523 ~ 36.14'%

%31.17
%32.7
%36.14

CMYK color model

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

  • cyan value is 13.76%
  • magenta value is 9.52%
  • 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
%9.52
%0
%25.88

Codes

Color #A3ABBD in popluar color models

A3 AB BD
RGB 163 171 189
HSL 222° 16.46% 69.02%
HSB/HSV 222° 13.76% 74.12%
CMYK 13.76% 9.52% 0.00%
25.88%

Color #A3ABBD in popluar number systems.

HEX A3 AB BD
Decimal 163 171 189
Binary 10100011 10101011 10111101
Octal 243 253 275

Shades and tints

Shades of #A3ABBD

#A3ABBD
(163,171,189)
#959CAC
(149,156,172)
#878D9B
(135,141,155)
#797E8A
(121,126,138)
#6B6F79
(107,111,121)
#5D6068
(93,96,104)
#4F5157
(79,81,87)
#414246
(65,66,70)
#333335
(51,51,53)
#252424
(37,36,36)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #A3ABBD

#A3ABBD
(163,171,189)
#ABB2C3
(171,178,195)
#B3B9C9
(179,185,201)
#BBC0CF
(187,192,207)
#C3C7D5
(195,199,213)
#CBCEDB
(203,206,219)
#D3D5E1
(211,213,225)
#DBDCE7
(219,220,231)
#E3E3ED
(227,227,237)
#EBEAF3
(235,234,243)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3ABBD; }

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

This text font color is #A3ABBD.

Background Color

.myBgColor { background-color: #A3ABBD; }

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

This div background color is #A3ABBD.

Border color

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

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

This div border color is #A3ABBD.

Opacity

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

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

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

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

This text has shadow with #A3ABBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3ABBD.

Preview

Color preview on black background

This text has color #A3ABBD on black background.


Color preview on white background

This text has color #A3ABBD on white background.


Black color preview on #A3ABBD background

This text has black color on #A3ABBD background.


White color preview on #A3ABBD background

This text has white color on #A3ABBD background.


Related colors

Complementary color

Complementary color for #hex is #5C5442.


I love getcolorcode.com

Triadic colors

1 #BDA3AB and #ABBDA3 with #A3ABBD are triadic colors.

2 #BDABA3 and #ABA3BD with #A3ABBD are triadic colors.