COLOR #A9BAC3

HEX: #A9BAC3
RGB: (169,186,195)

Color info

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

RGB color model

#A9BAC3 color RGB value is (169,186,195).

  • red value is 169;
  • green value is 186;
  • blue value is 195.
RGB:
(169,186,195)
(66%,73%,76%)

RGB channels and saturation

R 169 of 255 = 66%
G 186 of 255 = 73%
B 195 of 255 = 76%

169
186
195

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

Portions of RGB colors in percentages

R + G + B =
169 + 186 + 195 = 550 (100%)
R 169 of 550 ~ 30.73%
G 186 of 550 ~ 33.82%
B 195 of 550 ~ 35.45%

%30.73
%33.82
%35.45

CMYK color model

#A9BAC3 color CMYK value is (13,5,0,24).

  • cyan value is 13.33%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(13,5,0,24)
C13M5Y0K24 
(13%,5%,0%,24%)
(0.13/0.05/0.00/0.24)	

CMYK percentages

%13.33
%4.62
%0
%23.53

Codes

Color #A9BAC3 in popluar color models

A9BAC3
RGB169186195
HSL201°17.81%71.37%
HSB/HSV201°13.33%76.47%
CMYK13.33%4.62%0.00%
23.53%

Color #A9BAC3 in popluar number systems.

HEXA9BAC3
Decimal169186195
Binary101010011011101011000011
Octal251272303

Shades and tints

Shades of #A9BAC3

#A9BAC3
(169,186,195)
#9AAAB2
(154,170,178)
#8B9AA1
(139,154,161)
#7C8A90
(124,138,144)
#6D7A7F
(109,122,127)
#5E6A6E
(94,106,110)
#4F5A5D
(79,90,93)
#404A4C
(64,74,76)
#313A3B
(49,58,59)
#222A2A
(34,42,42)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #A9BAC3

#A9BAC3
(169,186,195)
#B0C0C8
(176,192,200)
#B7C6CD
(183,198,205)
#BECCD2
(190,204,210)
#C5D2D7
(197,210,215)
#CCD8DC
(204,216,220)
#D3DEE1
(211,222,225)
#DAE4E6
(218,228,230)
#E1EAEB
(225,234,235)
#E8F0F0
(232,240,240)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BAC3 color. Also use rgb(169,186,195) instead hex code.

Text Font Color

.myTextColor { color: #A9BAC3; }

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

This text font color is #A9BAC3.


Background Color

.myBgColor { background-color: #A9BAC3; }

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

This div background color is #A9BAC3.


Border color

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

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

This div border color is #A9BAC3.


Opacity

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

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

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

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

This text has shadow with #A9BAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BAC3 on black background.


Color preview on white background

This text has color #A9BAC3 on white background.



Black color preview on #A9BAC3 background

This text has black color on #A9BAC3 background.


White color preview on #A9BAC3 background

This text has white color on #A9BAC3 background.