COLOR #A5B7AD

HEX: #A5B7AD
RGB: (165,183,173)

Color info

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

RGB color model

#A5B7AD color RGB value is (165,183,173).

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

RGB channels and saturation

R 165 of 255 = 65%
G 183 of 255 = 72%
B 173 of 255 = 68%

165
183
173

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

Portions of RGB colors in percentages

R + G + B =
165 + 183 + 173 = 521 (100%)
R 165 of 521 ~ 31.67%
G 183 of 521 ~ 35.12%
B 173 of 521 ~ 33.21%

%31.67
%35.12
%33.21

CMYK color model

#A5B7AD color CMYK value is (10,0,5,28).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 5.46%
  • key color value is 28.24%
CMYK:
(10,0,5,28)
C10M0Y5K28 
(10%,0%,5%,28%)
(0.10/0.00/0.05/0.28)	

CMYK percentages

%9.84
%0
%5.46
%28.24

Codes

Color #A5B7AD in popluar color models

A5B7AD
RGB165183173
HSL147°11.11%68.24%
HSB/HSV147°9.84%71.76%
CMYK9.84%0.00%5.46%
28.24%

Color #A5B7AD in popluar number systems.

HEXA5B7AD
Decimal165183173
Binary101001011011011110101101
Octal245267255

Shades and tints

Shades of #A5B7AD

#A5B7AD
(165,183,173)
#96A79E
(150,167,158)
#87978F
(135,151,143)
#788780
(120,135,128)
#697771
(105,119,113)
#5A6762
(90,103,98)
#4B5753
(75,87,83)
#3C4744
(60,71,68)
#2D3735
(45,55,53)
#1E2726
(30,39,38)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #A5B7AD

#A5B7AD
(165,183,173)
#ADBDB4
(173,189,180)
#B5C3BB
(181,195,187)
#BDC9C2
(189,201,194)
#C5CFC9
(197,207,201)
#CDD5D0
(205,213,208)
#D5DBD7
(213,219,215)
#DDE1DE
(221,225,222)
#E5E7E5
(229,231,229)
#EDEDEC
(237,237,236)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B7AD; }

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

This text font color is #A5B7AD.


Background Color

.myBgColor { background-color: #A5B7AD; }

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

This div background color is #A5B7AD.


Border color

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

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

This div border color is #A5B7AD.


Opacity

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

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

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

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

This text has shadow with #A5B7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B7AD on black background.


Color preview on white background

This text has color #A5B7AD on white background.



Black color preview on #A5B7AD background

This text has black color on #A5B7AD background.


White color preview on #A5B7AD background

This text has white color on #A5B7AD background.