COLOR #A3A8BC

HEX: #A3A8BC RGB: (163,168,188)

Color info

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

RGB color model

#A3A8BC color RGB value is (163,168,188).

RGB: (163,168,188) (64%, 66%, 74%)

RGB channels and saturation

R 163 of 255 = 64%
G 168 of 255 = 66%
B 188 of 255 = 74%

163
168
188

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

Portions of RGB colors in percentages

R + G + B = 163 + 168 + 188 = 519 (100%)
R 163 of 519 ~ 31.41%
G 168 of 519 ~ 32.37%
B 188 of 519 ~ 36.22'%

%31.41
%32.37
%36.22

CMYK color model

#A3A8BC color CMYK value is (13,11,0,26).

  • cyan value is 13.30%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (13,11,0,26)
C13M11Y0K26 (13%, 11%, 0%, 26%)
(0.13 / 0.11 / 0.00 / 0.26)

CMYK percentages

%13.3
%10.64
%0
%26.27

Codes

Color #A3A8BC in popluar color models

A3 A8 BC
RGB 163 168 188
HSL 228° 15.72% 68.82%
HSB/HSV 228° 13.30% 73.73%
CMYK 13.30% 10.64% 0.00%
26.27%

Color #A3A8BC in popluar number systems.

HEX A3 A8 BC
Decimal 163 168 188
Binary 10100011 10101000 10111100
Octal 243 250 274

Shades and tints

Shades of #A3A8BC

#A3A8BC
(163,168,188)
#9599AB
(149,153,171)
#878A9A
(135,138,154)
#797B89
(121,123,137)
#6B6C78
(107,108,120)
#5D5D67
(93,93,103)
#4F4E56
(79,78,86)
#413F45
(65,63,69)
#333034
(51,48,52)
#252123
(37,33,35)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #A3A8BC

#A3A8BC
(163,168,188)
#ABAFC2
(171,175,194)
#B3B6C8
(179,182,200)
#BBBDCE
(187,189,206)
#C3C4D4
(195,196,212)
#CBCBDA
(203,203,218)
#D3D2E0
(211,210,224)
#DBD9E6
(219,217,230)
#E3E0EC
(227,224,236)
#EBE7F2
(235,231,242)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A8BC color. Also use rgb(163,168,188) instead hex code.

Text Font Color

.myTextColor { color: #A3A8BC; }

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

This text font color is #A3A8BC.

Background Color

.myBgColor { background-color: #A3A8BC; }

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

This div background color is #A3A8BC.

Border color

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

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

This div border color is #A3A8BC.

Opacity

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

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

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

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

This text has shadow with #A3A8BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A8BC.

Preview

Color preview on black background

This text has color #A3A8BC on black background.


Color preview on white background

This text has color #A3A8BC on white background.


Black color preview on #A3A8BC background

This text has black color on #A3A8BC background.


White color preview on #A3A8BC background

This text has white color on #A3A8BC background.


Related colors

Complementary color

Complementary color for #hex is #5C5743.


I love getcolorcode.com

Triadic colors

1 #BCA3A8 and #A8BCA3 with #A3A8BC are triadic colors.

2 #BCA8A3 and #A8A3BC with #A3A8BC are triadic colors.