COLOR #A5B3BD

HEX: #A5B3BD
RGB: (165,179,189)

Color info

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

RGB color model

#A5B3BD color RGB value is (165,179,189).

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

RGB channels and saturation

R 165 of 255 = 65%
G 179 of 255 = 70%
B 189 of 255 = 74%

165
179
189

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

Portions of RGB colors in percentages

R + G + B =
165 + 179 + 189 = 533 (100%)
R 165 of 533 ~ 30.96%
G 179 of 533 ~ 33.58%
B 189 of 533 ~ 35.46%

%30.96
%33.58
%35.46

CMYK color model

#A5B3BD color CMYK value is (13,5,0,26).

  • cyan value is 12.70%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(13,5,0,26)
C13M5Y0K26 
(13%,5%,0%,26%)
(0.13/0.05/0.00/0.26)	

CMYK percentages

%12.7
%5.29
%0
%25.88

Codes

Color #A5B3BD in popluar color models

A5B3BD
RGB165179189
HSL205°15.38%69.41%
HSB/HSV205°12.70%74.12%
CMYK12.70%5.29%0.00%
25.88%

Color #A5B3BD in popluar number systems.

HEXA5B3BD
Decimal165179189
Binary101001011011001110111101
Octal245263275

Shades and tints

Shades of #A5B3BD

#A5B3BD
(165,179,189)
#96A3AC
(150,163,172)
#87939B
(135,147,155)
#78838A
(120,131,138)
#697379
(105,115,121)
#5A6368
(90,99,104)
#4B5357
(75,83,87)
#3C4346
(60,67,70)
#2D3335
(45,51,53)
#1E2324
(30,35,36)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #A5B3BD

#A5B3BD
(165,179,189)
#ADB9C3
(173,185,195)
#B5BFC9
(181,191,201)
#BDC5CF
(189,197,207)
#C5CBD5
(197,203,213)
#CDD1DB
(205,209,219)
#D5D7E1
(213,215,225)
#DDDDE7
(221,221,231)
#E5E3ED
(229,227,237)
#EDE9F3
(237,233,243)
#F5EFF9
(245,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B3BD; }

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

This text font color is #A5B3BD.


Background Color

.myBgColor { background-color: #A5B3BD; }

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

This div background color is #A5B3BD.


Border color

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

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

This div border color is #A5B3BD.


Opacity

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

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

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

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

This text has shadow with #A5B3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B3BD on black background.


Color preview on white background

This text has color #A5B3BD on white background.



Black color preview on #A5B3BD background

This text has black color on #A5B3BD background.


White color preview on #A5B3BD background

This text has white color on #A5B3BD background.