COLOR #A9AFBE

HEX: #A9AFBE
RGB: (169,175,190)

Color info

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

RGB color model

#A9AFBE color RGB value is (169,175,190).

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

RGB channels and saturation

R 169 of 255 = 66%
G 175 of 255 = 69%
B 190 of 255 = 75%

169
175
190

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

Portions of RGB colors in percentages

R + G + B =
169 + 175 + 190 = 534 (100%)
R 169 of 534 ~ 31.65%
G 175 of 534 ~ 32.77%
B 190 of 534 ~ 35.58%

%31.65
%32.77
%35.58

CMYK color model

#A9AFBE color CMYK value is (11,8,0,25).

  • cyan value is 11.05%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(11,8,0,25)
C11M8Y0K25 
(11%,8%,0%,25%)
(0.11/0.08/0.00/0.25)	

CMYK percentages

%11.05
%7.89
%0
%25.49

Codes

Color #A9AFBE in popluar color models

A9AFBE
RGB169175190
HSL223°13.91%70.39%
HSB/HSV223°11.05%74.51%
CMYK11.05%7.89%0.00%
25.49%

Color #A9AFBE in popluar number systems.

HEXA9AFBE
Decimal169175190
Binary101010011010111110111110
Octal251257276

Shades and tints

Shades of #A9AFBE

#A9AFBE
(169,175,190)
#9AA0AD
(154,160,173)
#8B919C
(139,145,156)
#7C828B
(124,130,139)
#6D737A
(109,115,122)
#5E6469
(94,100,105)
#4F5558
(79,85,88)
#404647
(64,70,71)
#313736
(49,55,54)
#222825
(34,40,37)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #A9AFBE

#A9AFBE
(169,175,190)
#B0B6C3
(176,182,195)
#B7BDC8
(183,189,200)
#BEC4CD
(190,196,205)
#C5CBD2
(197,203,210)
#CCD2D7
(204,210,215)
#D3D9DC
(211,217,220)
#DAE0E1
(218,224,225)
#E1E7E6
(225,231,230)
#E8EEEB
(232,238,235)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AFBE; }

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

This text font color is #A9AFBE.


Background Color

.myBgColor { background-color: #A9AFBE; }

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

This div background color is #A9AFBE.


Border color

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

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

This div border color is #A9AFBE.


Opacity

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

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

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

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

This text has shadow with #A9AFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AFBE on black background.


Color preview on white background

This text has color #A9AFBE on white background.



Black color preview on #A9AFBE background

This text has black color on #A9AFBE background.


White color preview on #A9AFBE background

This text has white color on #A9AFBE background.