COLOR #A9BBB6

HEX: #A9BBB6
RGB: (169,187,182)

Color info

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

RGB color model

#A9BBB6 color RGB value is (169,187,182).

  • red value is 169;
  • green value is 187;
  • blue value is 182.
RGB:
(169,187,182)
(66%,73%,71%)

RGB channels and saturation

R 169 of 255 = 66%
G 187 of 255 = 73%
B 182 of 255 = 71%

169
187
182

R + G + B ~ 70%. #A9BBB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 187 + 182 = 538 (100%)
R 169 of 538 ~ 31.41%
G 187 of 538 ~ 34.76%
B 182 of 538 ~ 33.83%

%31.41
%34.76
%33.83

CMYK color model

#A9BBB6 color CMYK value is (10,0,3,27).

  • cyan value is 9.63%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 26.67%
CMYK:
(10,0,3,27)
C10M0Y3K27 
(10%,0%,3%,27%)
(0.10/0.00/0.03/0.27)	

CMYK percentages

%9.63
%0
%2.67
%26.67

Codes

Color #A9BBB6 in popluar color models

A9BBB6
RGB169187182
HSL163°11.69%69.80%
HSB/HSV163°9.63%73.33%
CMYK9.63%0.00%2.67%
26.67%

Color #A9BBB6 in popluar number systems.

HEXA9BBB6
Decimal169187182
Binary101010011011101110110110
Octal251273266

Shades and tints

Shades of #A9BBB6

#A9BBB6
(169,187,182)
#9AAAA6
(154,170,166)
#8B9996
(139,153,150)
#7C8886
(124,136,134)
#6D7776
(109,119,118)
#5E6666
(94,102,102)
#4F5556
(79,85,86)
#404446
(64,68,70)
#313336
(49,51,54)
#222226
(34,34,38)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #A9BBB6

#A9BBB6
(169,187,182)
#B0C1BC
(176,193,188)
#B7C7C2
(183,199,194)
#BECDC8
(190,205,200)
#C5D3CE
(197,211,206)
#CCD9D4
(204,217,212)
#D3DFDA
(211,223,218)
#DAE5E0
(218,229,224)
#E1EBE6
(225,235,230)
#E8F1EC
(232,241,236)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BBB6; }

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

This text font color is #A9BBB6.


Background Color

.myBgColor { background-color: #A9BBB6; }

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

This div background color is #A9BBB6.


Border color

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

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

This div border color is #A9BBB6.


Opacity

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

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

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

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

This text has shadow with #A9BBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BBB6 on black background.


Color preview on white background

This text has color #A9BBB6 on white background.



Black color preview on #A9BBB6 background

This text has black color on #A9BBB6 background.


White color preview on #A9BBB6 background

This text has white color on #A9BBB6 background.