COLOR #A5A8B7

HEX: #A5A8B7
RGB: (165,168,183)

Color info

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

RGB color model

#A5A8B7 color RGB value is (165,168,183).

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

RGB channels and saturation

R 165 of 255 = 65%
G 168 of 255 = 66%
B 183 of 255 = 72%

165
168
183

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

Portions of RGB colors in percentages

R + G + B =
165 + 168 + 183 = 516 (100%)
R 165 of 516 ~ 31.98%
G 168 of 516 ~ 32.56%
B 183 of 516 ~ 35.47%

%31.98
%32.56
%35.47

CMYK color model

#A5A8B7 color CMYK value is (10,8,0,28).

  • cyan value is 9.84%
  • magenta value is 8.20%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(10,8,0,28)
C10M8Y0K28 
(10%,8%,0%,28%)
(0.10/0.08/0.00/0.28)	

CMYK percentages

%9.84
%8.2
%0
%28.24

Codes

Color #A5A8B7 in popluar color models

A5A8B7
RGB165168183
HSL230°11.11%68.24%
HSB/HSV230°9.84%71.76%
CMYK9.84%8.20%0.00%
28.24%

Color #A5A8B7 in popluar number systems.

HEXA5A8B7
Decimal165168183
Binary101001011010100010110111
Octal245250267

Shades and tints

Shades of #A5A8B7

#A5A8B7
(165,168,183)
#9699A7
(150,153,167)
#878A97
(135,138,151)
#787B87
(120,123,135)
#696C77
(105,108,119)
#5A5D67
(90,93,103)
#4B4E57
(75,78,87)
#3C3F47
(60,63,71)
#2D3037
(45,48,55)
#1E2127
(30,33,39)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #A5A8B7

#A5A8B7
(165,168,183)
#ADAFBD
(173,175,189)
#B5B6C3
(181,182,195)
#BDBDC9
(189,189,201)
#C5C4CF
(197,196,207)
#CDCBD5
(205,203,213)
#D5D2DB
(213,210,219)
#DDD9E1
(221,217,225)
#E5E0E7
(229,224,231)
#EDE7ED
(237,231,237)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A8B7; }

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

This text font color is #A5A8B7.


Background Color

.myBgColor { background-color: #A5A8B7; }

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

This div background color is #A5A8B7.


Border color

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

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

This div border color is #A5A8B7.


Opacity

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

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

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

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

This text has shadow with #A5A8B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A8B7 on black background.


Color preview on white background

This text has color #A5A8B7 on white background.



Black color preview on #A5A8B7 background

This text has black color on #A5A8B7 background.


White color preview on #A5A8B7 background

This text has white color on #A5A8B7 background.