COLOR #A3BAC8

HEX: #A3BAC8
RGB: (163,186,200)

Color info

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

RGB color model

#A3BAC8 color RGB value is (163,186,200).

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

RGB channels and saturation

R 163 of 255 = 64%
G 186 of 255 = 73%
B 200 of 255 = 78%

163
186
200

R + G + B ~ 72%. #A3BAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 186 + 200 = 549 (100%)
R 163 of 549 ~ 29.69%
G 186 of 549 ~ 33.88%
B 200 of 549 ~ 36.43%

%29.69
%33.88
%36.43

CMYK color model

#A3BAC8 color CMYK value is (19,7,0,22).

  • cyan value is 18.50%
  • magenta value is 7.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(19,7,0,22)
C19M7Y0K22 
(19%,7%,0%,22%)
(0.19/0.07/0.00/0.22)	

CMYK percentages

%18.5
%7
%0
%21.57

Codes

Color #A3BAC8 in popluar color models

A3BAC8
RGB163186200
HSL203°25.17%71.18%
HSB/HSV203°18.50%78.43%
CMYK18.50%7.00%0.00%
21.57%

Color #A3BAC8 in popluar number systems.

HEXA3BAC8
Decimal163186200
Binary101000111011101011001000
Octal243272310

Shades and tints

Shades of #A3BAC8

#A3BAC8
(163,186,200)
#95AAB6
(149,170,182)
#879AA4
(135,154,164)
#798A92
(121,138,146)
#6B7A80
(107,122,128)
#5D6A6E
(93,106,110)
#4F5A5C
(79,90,92)
#414A4A
(65,74,74)
#333A38
(51,58,56)
#252A26
(37,42,38)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #A3BAC8

#A3BAC8
(163,186,200)
#ABC0CD
(171,192,205)
#B3C6D2
(179,198,210)
#BBCCD7
(187,204,215)
#C3D2DC
(195,210,220)
#CBD8E1
(203,216,225)
#D3DEE6
(211,222,230)
#DBE4EB
(219,228,235)
#E3EAF0
(227,234,240)
#EBF0F5
(235,240,245)
#F3F6FA
(243,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BAC8; }

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

This text font color is #A3BAC8.


Background Color

.myBgColor { background-color: #A3BAC8; }

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

This div background color is #A3BAC8.


Border color

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

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

This div border color is #A3BAC8.


Opacity

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

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

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

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

This text has shadow with #A3BAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BAC8 on black background.


Color preview on white background

This text has color #A3BAC8 on white background.



Black color preview on #A3BAC8 background

This text has black color on #A3BAC8 background.


White color preview on #A3BAC8 background

This text has white color on #A3BAC8 background.