COLOR #A5B1BD

HEX: #A5B1BD
RGB: (165,177,189)

Color info

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

RGB color model

#A5B1BD color RGB value is (165,177,189).

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

RGB channels and saturation

R 165 of 255 = 65%
G 177 of 255 = 69%
B 189 of 255 = 74%

165
177
189

R + G + B ~ 69%. #A5B1BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 177 + 189 = 531 (100%)
R 165 of 531 ~ 31.07%
G 177 of 531 ~ 33.33%
B 189 of 531 ~ 35.59%

%31.07
%33.33
%35.59

CMYK color model

#A5B1BD color CMYK value is (13,6,0,26).

  • cyan value is 12.70%
  • magenta value is 6.35%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(13,6,0,26)
C13M6Y0K26 
(13%,6%,0%,26%)
(0.13/0.06/0.00/0.26)	

CMYK percentages

%12.7
%6.35
%0
%25.88

Codes

Color #A5B1BD in popluar color models

A5B1BD
RGB165177189
HSL210°15.38%69.41%
HSB/HSV210°12.70%74.12%
CMYK12.70%6.35%0.00%
25.88%

Color #A5B1BD in popluar number systems.

HEXA5B1BD
Decimal165177189
Binary101001011011000110111101
Octal245261275

Shades and tints

Shades of #A5B1BD

#A5B1BD
(165,177,189)
#96A1AC
(150,161,172)
#87919B
(135,145,155)
#78818A
(120,129,138)
#697179
(105,113,121)
#5A6168
(90,97,104)
#4B5157
(75,81,87)
#3C4146
(60,65,70)
#2D3135
(45,49,53)
#1E2124
(30,33,36)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #A5B1BD

#A5B1BD
(165,177,189)
#ADB8C3
(173,184,195)
#B5BFC9
(181,191,201)
#BDC6CF
(189,198,207)
#C5CDD5
(197,205,213)
#CDD4DB
(205,212,219)
#D5DBE1
(213,219,225)
#DDE2E7
(221,226,231)
#E5E9ED
(229,233,237)
#EDF0F3
(237,240,243)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B1BD; }

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

This text font color is #A5B1BD.


Background Color

.myBgColor { background-color: #A5B1BD; }

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

This div background color is #A5B1BD.


Border color

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

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

This div border color is #A5B1BD.


Opacity

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

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

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

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

This text has shadow with #A5B1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B1BD on black background.


Color preview on white background

This text has color #A5B1BD on white background.



Black color preview on #A5B1BD background

This text has black color on #A5B1BD background.


White color preview on #A5B1BD background

This text has white color on #A5B1BD background.