COLOR #A5A1B7

HEX: #A5A1B7
RGB: (165,161,183)

Color info

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

RGB color model

#A5A1B7 color RGB value is (165,161,183).

  • red value is 165;
  • green value is 161;
  • blue value is 183.
RGB:
(165,161,183)
(65%,63%,72%)

RGB channels and saturation

R 165 of 255 = 65%
G 161 of 255 = 63%
B 183 of 255 = 72%

165
161
183

R + G + B ~ 67%. #A5A1B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 161 + 183 = 509 (100%)
R 165 of 509 ~ 32.42%
G 161 of 509 ~ 31.63%
B 183 of 509 ~ 35.95%

%32.42
%31.63
%35.95

CMYK color model

#A5A1B7 color CMYK value is (10,12,0,28).

  • cyan value is 9.84%
  • magenta value is 12.02%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(10,12,0,28)
C10M12Y0K28 
(10%,12%,0%,28%)
(0.10/0.12/0.00/0.28)	

CMYK percentages

%9.84
%12.02
%0
%28.24

Codes

Color #A5A1B7 in popluar color models

A5A1B7
RGB165161183
HSL251°13.25%67.45%
HSB/HSV251°12.02%71.76%
CMYK9.84%12.02%0.00%
28.24%

Color #A5A1B7 in popluar number systems.

HEXA5A1B7
Decimal165161183
Binary101001011010000110110111
Octal245241267

Shades and tints

Shades of #A5A1B7

#A5A1B7
(165,161,183)
#9693A7
(150,147,167)
#878597
(135,133,151)
#787787
(120,119,135)
#696977
(105,105,119)
#5A5B67
(90,91,103)
#4B4D57
(75,77,87)
#3C3F47
(60,63,71)
#2D3137
(45,49,55)
#1E2327
(30,35,39)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #A5A1B7

#A5A1B7
(165,161,183)
#ADA9BD
(173,169,189)
#B5B1C3
(181,177,195)
#BDB9C9
(189,185,201)
#C5C1CF
(197,193,207)
#CDC9D5
(205,201,213)
#D5D1DB
(213,209,219)
#DDD9E1
(221,217,225)
#E5E1E7
(229,225,231)
#EDE9ED
(237,233,237)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A1B7 color. Also use rgb(165,161,183) instead hex code.

Text Font Color

.myTextColor { color: #A5A1B7; }

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

This text font color is #A5A1B7.


Background Color

.myBgColor { background-color: #A5A1B7; }

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

This div background color is #A5A1B7.


Border color

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

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

This div border color is #A5A1B7.


Opacity

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

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

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

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

This text has shadow with #A5A1B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A1B7 on black background.


Color preview on white background

This text has color #A5A1B7 on white background.



Black color preview on #A5A1B7 background

This text has black color on #A5A1B7 background.


White color preview on #A5A1B7 background

This text has white color on #A5A1B7 background.