COLOR #A5B5BD

HEX: #A5B5BD
RGB: (165,181,189)

Color info

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

RGB color model

#A5B5BD color RGB value is (165,181,189).

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

RGB channels and saturation

R 165 of 255 = 65%
G 181 of 255 = 71%
B 189 of 255 = 74%

165
181
189

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

Portions of RGB colors in percentages

R + G + B =
165 + 181 + 189 = 535 (100%)
R 165 of 535 ~ 30.84%
G 181 of 535 ~ 33.83%
B 189 of 535 ~ 35.33%

%30.84
%33.83
%35.33

CMYK color model

#A5B5BD color CMYK value is (13,4,0,26).

  • cyan value is 12.70%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(13,4,0,26)
C13M4Y0K26 
(13%,4%,0%,26%)
(0.13/0.04/0.00/0.26)	

CMYK percentages

%12.7
%4.23
%0
%25.88

Codes

Color #A5B5BD in popluar color models

A5B5BD
RGB165181189
HSL200°15.38%69.41%
HSB/HSV200°12.70%74.12%
CMYK12.70%4.23%0.00%
25.88%

Color #A5B5BD in popluar number systems.

HEXA5B5BD
Decimal165181189
Binary101001011011010110111101
Octal245265275

Shades and tints

Shades of #A5B5BD

#A5B5BD
(165,181,189)
#96A5AC
(150,165,172)
#87959B
(135,149,155)
#78858A
(120,133,138)
#697579
(105,117,121)
#5A6568
(90,101,104)
#4B5557
(75,85,87)
#3C4546
(60,69,70)
#2D3535
(45,53,53)
#1E2524
(30,37,36)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #A5B5BD

#A5B5BD
(165,181,189)
#ADBBC3
(173,187,195)
#B5C1C9
(181,193,201)
#BDC7CF
(189,199,207)
#C5CDD5
(197,205,213)
#CDD3DB
(205,211,219)
#D5D9E1
(213,217,225)
#DDDFE7
(221,223,231)
#E5E5ED
(229,229,237)
#EDEBF3
(237,235,243)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B5BD; }

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

This text font color is #A5B5BD.


Background Color

.myBgColor { background-color: #A5B5BD; }

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

This div background color is #A5B5BD.


Border color

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

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

This div border color is #A5B5BD.


Opacity

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

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

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

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

This text has shadow with #A5B5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B5BD on black background.


Color preview on white background

This text has color #A5B5BD on white background.



Black color preview on #A5B5BD background

This text has black color on #A5B5BD background.


White color preview on #A5B5BD background

This text has white color on #A5B5BD background.