COLOR #A3BAC5

HEX: #A3BAC5
RGB: (163,186,197)

Color info

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

RGB color model

#A3BAC5 color RGB value is (163,186,197).

  • red value is 163;
  • green value is 186;
  • blue value is 197.
RGB:
(163,186,197)
(64%,73%,77%)

RGB channels and saturation

R 163 of 255 = 64%
G 186 of 255 = 73%
B 197 of 255 = 77%

163
186
197

R + G + B ~ 71%. #A3BAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 186 + 197 = 546 (100%)
R 163 of 546 ~ 29.85%
G 186 of 546 ~ 34.07%
B 197 of 546 ~ 36.08%

%29.85
%34.07
%36.08

CMYK color model

#A3BAC5 color CMYK value is (17,6,0,23).

  • cyan value is 17.26%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(17,6,0,23)
C17M6Y0K23 
(17%,6%,0%,23%)
(0.17/0.06/0.00/0.23)	

CMYK percentages

%17.26
%5.58
%0
%22.75

Codes

Color #A3BAC5 in popluar color models

A3BAC5
RGB163186197
HSL199°22.67%70.59%
HSB/HSV199°17.26%77.25%
CMYK17.26%5.58%0.00%
22.75%

Color #A3BAC5 in popluar number systems.

HEXA3BAC5
Decimal163186197
Binary101000111011101011000101
Octal243272305

Shades and tints

Shades of #A3BAC5

#A3BAC5
(163,186,197)
#95AAB4
(149,170,180)
#879AA3
(135,154,163)
#798A92
(121,138,146)
#6B7A81
(107,122,129)
#5D6A70
(93,106,112)
#4F5A5F
(79,90,95)
#414A4E
(65,74,78)
#333A3D
(51,58,61)
#252A2C
(37,42,44)
#171A1B
(23,26,27)
#000000
(0,0,0)

Tints of #A3BAC5

#A3BAC5
(163,186,197)
#ABC0CA
(171,192,202)
#B3C6CF
(179,198,207)
#BBCCD4
(187,204,212)
#C3D2D9
(195,210,217)
#CBD8DE
(203,216,222)
#D3DEE3
(211,222,227)
#DBE4E8
(219,228,232)
#E3EAED
(227,234,237)
#EBF0F2
(235,240,242)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3BAC5 color. Also use rgb(163,186,197) instead hex code.

Text Font Color

.myTextColor { color: #A3BAC5; }

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

This text font color is #A3BAC5.


Background Color

.myBgColor { background-color: #A3BAC5; }

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

This div background color is #A3BAC5.


Border color

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

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

This div border color is #A3BAC5.


Opacity

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

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

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

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

This text has shadow with #A3BAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BAC5 on black background.


Color preview on white background

This text has color #A3BAC5 on white background.



Black color preview on #A3BAC5 background

This text has black color on #A3BAC5 background.


White color preview on #A3BAC5 background

This text has white color on #A3BAC5 background.