COLOR #A9BACA

HEX: #A9BACA
RGB: (169,186,202)

Color info

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

RGB color model

#A9BACA color RGB value is (169,186,202).

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

RGB channels and saturation

R 169 of 255 = 66%
G 186 of 255 = 73%
B 202 of 255 = 79%

169
186
202

R + G + B ~ 73%. #A9BACA is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 186 + 202 = 557 (100%)
R 169 of 557 ~ 30.34%
G 186 of 557 ~ 33.39%
B 202 of 557 ~ 36.27%

%30.34
%33.39
%36.27

CMYK color model

#A9BACA color CMYK value is (16,8,0,21).

  • cyan value is 16.34%
  • magenta value is 7.92%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(16,8,0,21)
C16M8Y0K21 
(16%,8%,0%,21%)
(0.16/0.08/0.00/0.21)	

CMYK percentages

%16.34
%7.92
%0
%20.78

Codes

Color #A9BACA in popluar color models

A9BACA
RGB169186202
HSL209°23.74%72.75%
HSB/HSV209°16.34%79.22%
CMYK16.34%7.92%0.00%
20.78%

Color #A9BACA in popluar number systems.

HEXA9BACA
Decimal169186202
Binary101010011011101011001010
Octal251272312

Shades and tints

Shades of #A9BACA

#A9BACA
(169,186,202)
#9AAAB8
(154,170,184)
#8B9AA6
(139,154,166)
#7C8A94
(124,138,148)
#6D7A82
(109,122,130)
#5E6A70
(94,106,112)
#4F5A5E
(79,90,94)
#404A4C
(64,74,76)
#313A3A
(49,58,58)
#222A28
(34,42,40)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #A9BACA

#A9BACA
(169,186,202)
#B0C0CE
(176,192,206)
#B7C6D2
(183,198,210)
#BECCD6
(190,204,214)
#C5D2DA
(197,210,218)
#CCD8DE
(204,216,222)
#D3DEE2
(211,222,226)
#DAE4E6
(218,228,230)
#E1EAEA
(225,234,234)
#E8F0EE
(232,240,238)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BACA; }

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

This text font color is #A9BACA.


Background Color

.myBgColor { background-color: #A9BACA; }

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

This div background color is #A9BACA.


Border color

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

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

This div border color is #A9BACA.


Opacity

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

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

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

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

This text has shadow with #A9BACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BACA on black background.


Color preview on white background

This text has color #A9BACA on white background.



Black color preview on #A9BACA background

This text has black color on #A9BACA background.


White color preview on #A9BACA background

This text has white color on #A9BACA background.