COLOR #A5A9BD

HEX: #A5A9BD
RGB: (165,169,189)

Color info

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

RGB color model

#A5A9BD color RGB value is (165,169,189).

  • red value is 165;
  • green value is 169;
  • blue value is 189.
RGB:
(165,169,189)
(65%,66%,74%)

RGB channels and saturation

R 165 of 255 = 65%
G 169 of 255 = 66%
B 189 of 255 = 74%

165
169
189

R + G + B ~ 68%. #A5A9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 169 + 189 = 523 (100%)
R 165 of 523 ~ 31.55%
G 169 of 523 ~ 32.31%
B 189 of 523 ~ 36.14%

%31.55
%32.31
%36.14

CMYK color model

#A5A9BD color CMYK value is (13,11,0,26).

  • cyan value is 12.70%
  • magenta value is 10.58%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(13,11,0,26)
C13M11Y0K26 
(13%,11%,0%,26%)
(0.13/0.11/0.00/0.26)	

CMYK percentages

%12.7
%10.58
%0
%25.88

Codes

Color #A5A9BD in popluar color models

A5A9BD
RGB165169189
HSL230°15.38%69.41%
HSB/HSV230°12.70%74.12%
CMYK12.70%10.58%0.00%
25.88%

Color #A5A9BD in popluar number systems.

HEXA5A9BD
Decimal165169189
Binary101001011010100110111101
Octal245251275

Shades and tints

Shades of #A5A9BD

#A5A9BD
(165,169,189)
#969AAC
(150,154,172)
#878B9B
(135,139,155)
#787C8A
(120,124,138)
#696D79
(105,109,121)
#5A5E68
(90,94,104)
#4B4F57
(75,79,87)
#3C4046
(60,64,70)
#2D3135
(45,49,53)
#1E2224
(30,34,36)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #A5A9BD

#A5A9BD
(165,169,189)
#ADB0C3
(173,176,195)
#B5B7C9
(181,183,201)
#BDBECF
(189,190,207)
#C5C5D5
(197,197,213)
#CDCCDB
(205,204,219)
#D5D3E1
(213,211,225)
#DDDAE7
(221,218,231)
#E5E1ED
(229,225,237)
#EDE8F3
(237,232,243)
#F5EFF9
(245,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A9BD color. Also use rgb(165,169,189) instead hex code.

Text Font Color

.myTextColor { color: #A5A9BD; }

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

This text font color is #A5A9BD.


Background Color

.myBgColor { background-color: #A5A9BD; }

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

This div background color is #A5A9BD.


Border color

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

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

This div border color is #A5A9BD.


Opacity

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

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

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

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

This text has shadow with #A5A9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A9BD on black background.


Color preview on white background

This text has color #A5A9BD on white background.



Black color preview on #A5A9BD background

This text has black color on #A5A9BD background.


White color preview on #A5A9BD background

This text has white color on #A5A9BD background.