COLOR #A9B9BE

HEX: #A9B9BE
RGB: (169,185,190)

Color info

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

RGB color model

#A9B9BE color RGB value is (169,185,190).

  • red value is 169;
  • green value is 185;
  • blue value is 190.
RGB:
(169,185,190)
(66%,73%,75%)

RGB channels and saturation

R 169 of 255 = 66%
G 185 of 255 = 73%
B 190 of 255 = 75%

169
185
190

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

Portions of RGB colors in percentages

R + G + B =
169 + 185 + 190 = 544 (100%)
R 169 of 544 ~ 31.07%
G 185 of 544 ~ 34.01%
B 190 of 544 ~ 34.93%

%31.07
%34.01
%34.93

CMYK color model

#A9B9BE color CMYK value is (11,3,0,25).

  • cyan value is 11.05%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(11,3,0,25)
C11M3Y0K25 
(11%,3%,0%,25%)
(0.11/0.03/0.00/0.25)	

CMYK percentages

%11.05
%2.63
%0
%25.49

Codes

Color #A9B9BE in popluar color models

A9B9BE
RGB169185190
HSL194°13.91%70.39%
HSB/HSV194°11.05%74.51%
CMYK11.05%2.63%0.00%
25.49%

Color #A9B9BE in popluar number systems.

HEXA9B9BE
Decimal169185190
Binary101010011011100110111110
Octal251271276

Shades and tints

Shades of #A9B9BE

#A9B9BE
(169,185,190)
#9AA9AD
(154,169,173)
#8B999C
(139,153,156)
#7C898B
(124,137,139)
#6D797A
(109,121,122)
#5E6969
(94,105,105)
#4F5958
(79,89,88)
#404947
(64,73,71)
#313936
(49,57,54)
#222925
(34,41,37)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #A9B9BE

#A9B9BE
(169,185,190)
#B0BFC3
(176,191,195)
#B7C5C8
(183,197,200)
#BECBCD
(190,203,205)
#C5D1D2
(197,209,210)
#CCD7D7
(204,215,215)
#D3DDDC
(211,221,220)
#DAE3E1
(218,227,225)
#E1E9E6
(225,233,230)
#E8EFEB
(232,239,235)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B9BE; }

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

This text font color is #A9B9BE.


Background Color

.myBgColor { background-color: #A9B9BE; }

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

This div background color is #A9B9BE.


Border color

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

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

This div border color is #A9B9BE.


Opacity

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

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

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

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

This text has shadow with #A9B9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B9BE on black background.


Color preview on white background

This text has color #A9B9BE on white background.



Black color preview on #A9B9BE background

This text has black color on #A9B9BE background.


White color preview on #A9B9BE background

This text has white color on #A9B9BE background.