COLOR #A9B3BE

HEX: #A9B3BE
RGB: (169,179,190)

Color info

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

RGB color model

#A9B3BE color RGB value is (169,179,190).

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

RGB channels and saturation

R 169 of 255 = 66%
G 179 of 255 = 70%
B 190 of 255 = 75%

169
179
190

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

Portions of RGB colors in percentages

R + G + B =
169 + 179 + 190 = 538 (100%)
R 169 of 538 ~ 31.41%
G 179 of 538 ~ 33.27%
B 190 of 538 ~ 35.32%

%31.41
%33.27
%35.32

CMYK color model

#A9B3BE color CMYK value is (11,6,0,25).

  • cyan value is 11.05%
  • magenta value is 5.79%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(11,6,0,25)
C11M6Y0K25 
(11%,6%,0%,25%)
(0.11/0.06/0.00/0.25)	

CMYK percentages

%11.05
%5.79
%0
%25.49

Codes

Color #A9B3BE in popluar color models

A9B3BE
RGB169179190
HSL211°13.91%70.39%
HSB/HSV211°11.05%74.51%
CMYK11.05%5.79%0.00%
25.49%

Color #A9B3BE in popluar number systems.

HEXA9B3BE
Decimal169179190
Binary101010011011001110111110
Octal251263276

Shades and tints

Shades of #A9B3BE

#A9B3BE
(169,179,190)
#9AA3AD
(154,163,173)
#8B939C
(139,147,156)
#7C838B
(124,131,139)
#6D737A
(109,115,122)
#5E6369
(94,99,105)
#4F5358
(79,83,88)
#404347
(64,67,71)
#313336
(49,51,54)
#222325
(34,35,37)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #A9B3BE

#A9B3BE
(169,179,190)
#B0B9C3
(176,185,195)
#B7BFC8
(183,191,200)
#BEC5CD
(190,197,205)
#C5CBD2
(197,203,210)
#CCD1D7
(204,209,215)
#D3D7DC
(211,215,220)
#DADDE1
(218,221,225)
#E1E3E6
(225,227,230)
#E8E9EB
(232,233,235)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B3BE; }

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

This text font color is #A9B3BE.


Background Color

.myBgColor { background-color: #A9B3BE; }

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

This div background color is #A9B3BE.


Border color

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

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

This div border color is #A9B3BE.


Opacity

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

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

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

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

This text has shadow with #A9B3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B3BE on black background.


Color preview on white background

This text has color #A9B3BE on white background.



Black color preview on #A9B3BE background

This text has black color on #A9B3BE background.


White color preview on #A9B3BE background

This text has white color on #A9B3BE background.