COLOR #A3BAC4

HEX: #A3BAC4
RGB: (163,186,196)

Color info

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

RGB color model

#A3BAC4 color RGB value is (163,186,196).

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

RGB channels and saturation

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

163
186
196

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

Portions of RGB colors in percentages

R + G + B =
163 + 186 + 196 = 545 (100%)
R 163 of 545 ~ 29.91%
G 186 of 545 ~ 34.13%
B 196 of 545 ~ 35.96%

%29.91
%34.13
%35.96

CMYK color model

#A3BAC4 color CMYK value is (17,5,0,23).

  • cyan value is 16.84%
  • magenta value is 5.10%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(17,5,0,23)
C17M5Y0K23 
(17%,5%,0%,23%)
(0.17/0.05/0.00/0.23)	

CMYK percentages

%16.84
%5.1
%0
%23.14

Codes

Color #A3BAC4 in popluar color models

A3BAC4
RGB163186196
HSL198°21.85%70.39%
HSB/HSV198°16.84%76.86%
CMYK16.84%5.10%0.00%
23.14%

Color #A3BAC4 in popluar number systems.

HEXA3BAC4
Decimal163186196
Binary101000111011101011000100
Octal243272304

Shades and tints

Shades of #A3BAC4

#A3BAC4
(163,186,196)
#95AAB3
(149,170,179)
#879AA2
(135,154,162)
#798A91
(121,138,145)
#6B7A80
(107,122,128)
#5D6A6F
(93,106,111)
#4F5A5E
(79,90,94)
#414A4D
(65,74,77)
#333A3C
(51,58,60)
#252A2B
(37,42,43)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #A3BAC4

#A3BAC4
(163,186,196)
#ABC0C9
(171,192,201)
#B3C6CE
(179,198,206)
#BBCCD3
(187,204,211)
#C3D2D8
(195,210,216)
#CBD8DD
(203,216,221)
#D3DEE2
(211,222,226)
#DBE4E7
(219,228,231)
#E3EAEC
(227,234,236)
#EBF0F1
(235,240,241)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BAC4; }

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

This text font color is #A3BAC4.


Background Color

.myBgColor { background-color: #A3BAC4; }

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

This div background color is #A3BAC4.


Border color

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

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

This div border color is #A3BAC4.


Opacity

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

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

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

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

This text has shadow with #A3BAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BAC4 on black background.


Color preview on white background

This text has color #A3BAC4 on white background.



Black color preview on #A3BAC4 background

This text has black color on #A3BAC4 background.


White color preview on #A3BAC4 background

This text has white color on #A3BAC4 background.