COLOR #A5A7B5

HEX: #A5A7B5
RGB: (165,167,181)

Color info

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

RGB color model

#A5A7B5 color RGB value is (165,167,181).

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

RGB channels and saturation

R 165 of 255 = 65%
G 167 of 255 = 65%
B 181 of 255 = 71%

165
167
181

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

Portions of RGB colors in percentages

R + G + B =
165 + 167 + 181 = 513 (100%)
R 165 of 513 ~ 32.16%
G 167 of 513 ~ 32.55%
B 181 of 513 ~ 35.28%

%32.16
%32.55
%35.28

CMYK color model

#A5A7B5 color CMYK value is (9,8,0,29).

  • cyan value is 8.84%
  • magenta value is 7.73%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(9,8,0,29)
C9M8Y0K29 
(9%,8%,0%,29%)
(0.09/0.08/0.00/0.29)	

CMYK percentages

%8.84
%7.73
%0
%29.02

Codes

Color #A5A7B5 in popluar color models

A5A7B5
RGB165167181
HSL233°9.76%67.84%
HSB/HSV233°8.84%70.98%
CMYK8.84%7.73%0.00%
29.02%

Color #A5A7B5 in popluar number systems.

HEXA5A7B5
Decimal165167181
Binary101001011010011110110101
Octal245247265

Shades and tints

Shades of #A5A7B5

#A5A7B5
(165,167,181)
#9698A5
(150,152,165)
#878995
(135,137,149)
#787A85
(120,122,133)
#696B75
(105,107,117)
#5A5C65
(90,92,101)
#4B4D55
(75,77,85)
#3C3E45
(60,62,69)
#2D2F35
(45,47,53)
#1E2025
(30,32,37)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #A5A7B5

#A5A7B5
(165,167,181)
#ADAFBB
(173,175,187)
#B5B7C1
(181,183,193)
#BDBFC7
(189,191,199)
#C5C7CD
(197,199,205)
#CDCFD3
(205,207,211)
#D5D7D9
(213,215,217)
#DDDFDF
(221,223,223)
#E5E7E5
(229,231,229)
#EDEFEB
(237,239,235)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A7B5; }

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

This text font color is #A5A7B5.


Background Color

.myBgColor { background-color: #A5A7B5; }

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

This div background color is #A5A7B5.


Border color

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

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

This div border color is #A5A7B5.


Opacity

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

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

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

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

This text has shadow with #A5A7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A7B5 on black background.


Color preview on white background

This text has color #A5A7B5 on white background.



Black color preview on #A5A7B5 background

This text has black color on #A5A7B5 background.


White color preview on #A5A7B5 background

This text has white color on #A5A7B5 background.