COLOR #A9B4BE

HEX: #A9B4BE
RGB: (169,180,190)

Color info

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

RGB color model

#A9B4BE color RGB value is (169,180,190).

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

RGB channels and saturation

R 169 of 255 = 66%
G 180 of 255 = 71%
B 190 of 255 = 75%

169
180
190

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

Portions of RGB colors in percentages

R + G + B =
169 + 180 + 190 = 539 (100%)
R 169 of 539 ~ 31.35%
G 180 of 539 ~ 33.4%
B 190 of 539 ~ 35.25%

%31.35
%33.4
%35.25

CMYK color model

#A9B4BE color CMYK value is (11,5,0,25).

  • cyan value is 11.05%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(11,5,0,25)
C11M5Y0K25 
(11%,5%,0%,25%)
(0.11/0.05/0.00/0.25)	

CMYK percentages

%11.05
%5.26
%0
%25.49

Codes

Color #A9B4BE in popluar color models

A9B4BE
RGB169180190
HSL209°13.91%70.39%
HSB/HSV209°11.05%74.51%
CMYK11.05%5.26%0.00%
25.49%

Color #A9B4BE in popluar number systems.

HEXA9B4BE
Decimal169180190
Binary101010011011010010111110
Octal251264276

Shades and tints

Shades of #A9B4BE

#A9B4BE
(169,180,190)
#9AA4AD
(154,164,173)
#8B949C
(139,148,156)
#7C848B
(124,132,139)
#6D747A
(109,116,122)
#5E6469
(94,100,105)
#4F5458
(79,84,88)
#404447
(64,68,71)
#313436
(49,52,54)
#222425
(34,36,37)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #A9B4BE

#A9B4BE
(169,180,190)
#B0BAC3
(176,186,195)
#B7C0C8
(183,192,200)
#BEC6CD
(190,198,205)
#C5CCD2
(197,204,210)
#CCD2D7
(204,210,215)
#D3D8DC
(211,216,220)
#DADEE1
(218,222,225)
#E1E4E6
(225,228,230)
#E8EAEB
(232,234,235)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B4BE; }

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

This text font color is #A9B4BE.


Background Color

.myBgColor { background-color: #A9B4BE; }

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

This div background color is #A9B4BE.


Border color

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

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

This div border color is #A9B4BE.


Opacity

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

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

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

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

This text has shadow with #A9B4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B4BE on black background.


Color preview on white background

This text has color #A9B4BE on white background.



Black color preview on #A9B4BE background

This text has black color on #A9B4BE background.


White color preview on #A9B4BE background

This text has white color on #A9B4BE background.