COLOR #A9BCBC

HEX: #A9BCBC
RGB: (169,188,188)

Color info

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

RGB color model

#A9BCBC color RGB value is (169,188,188).

  • red value is 169;
  • green value is 188;
  • blue value is 188.
RGB:
(169,188,188)
(66%,74%,74%)

RGB channels and saturation

R 169 of 255 = 66%
G 188 of 255 = 74%
B 188 of 255 = 74%

169
188
188

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

Portions of RGB colors in percentages

R + G + B =
169 + 188 + 188 = 545 (100%)
R 169 of 545 ~ 31.01%
G 188 of 545 ~ 34.5%
B 188 of 545 ~ 34.5%

%31.01
%34.5
%34.5

CMYK color model

#A9BCBC color CMYK value is (10,0,0,26).

  • cyan value is 10.11%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(10,0,0,26)
C10M0Y0K26 
(10%,0%,0%,26%)
(0.10/0.00/0.00/0.26)	

CMYK percentages

%10.11
%0
%0
%26.27

Codes

Color #A9BCBC in popluar color models

A9BCBC
RGB169188188
HSL180°12.42%70.00%
HSB/HSV180°10.11%73.73%
CMYK10.11%0.00%0.00%
26.27%

Color #A9BCBC in popluar number systems.

HEXA9BCBC
Decimal169188188
Binary101010011011110010111100
Octal251274274

Shades and tints

Shades of #A9BCBC

#A9BCBC
(169,188,188)
#9AABAB
(154,171,171)
#8B9A9A
(139,154,154)
#7C8989
(124,137,137)
#6D7878
(109,120,120)
#5E6767
(94,103,103)
#4F5656
(79,86,86)
#404545
(64,69,69)
#313434
(49,52,52)
#222323
(34,35,35)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #A9BCBC

#A9BCBC
(169,188,188)
#B0C2C2
(176,194,194)
#B7C8C8
(183,200,200)
#BECECE
(190,206,206)
#C5D4D4
(197,212,212)
#CCDADA
(204,218,218)
#D3E0E0
(211,224,224)
#DAE6E6
(218,230,230)
#E1ECEC
(225,236,236)
#E8F2F2
(232,242,242)
#EFF8F8
(239,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BCBC; }

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

This text font color is #A9BCBC.


Background Color

.myBgColor { background-color: #A9BCBC; }

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

This div background color is #A9BCBC.


Border color

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

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

This div border color is #A9BCBC.


Opacity

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

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

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

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

This text has shadow with #A9BCBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BCBC on black background.


Color preview on white background

This text has color #A9BCBC on white background.



Black color preview on #A9BCBC background

This text has black color on #A9BCBC background.


White color preview on #A9BCBC background

This text has white color on #A9BCBC background.