COLOR #A5ACB7

HEX: #A5ACB7
RGB: (165,172,183)

Color info

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

RGB color model

#A5ACB7 color RGB value is (165,172,183).

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

RGB channels and saturation

R 165 of 255 = 65%
G 172 of 255 = 67%
B 183 of 255 = 72%

165
172
183

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

Portions of RGB colors in percentages

R + G + B =
165 + 172 + 183 = 520 (100%)
R 165 of 520 ~ 31.73%
G 172 of 520 ~ 33.08%
B 183 of 520 ~ 35.19%

%31.73
%33.08
%35.19

CMYK color model

#A5ACB7 color CMYK value is (10,6,0,28).

  • cyan value is 9.84%
  • magenta value is 6.01%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(10,6,0,28)
C10M6Y0K28 
(10%,6%,0%,28%)
(0.10/0.06/0.00/0.28)	

CMYK percentages

%9.84
%6.01
%0
%28.24

Codes

Color #A5ACB7 in popluar color models

A5ACB7
RGB165172183
HSL217°11.11%68.24%
HSB/HSV217°9.84%71.76%
CMYK9.84%6.01%0.00%
28.24%

Color #A5ACB7 in popluar number systems.

HEXA5ACB7
Decimal165172183
Binary101001011010110010110111
Octal245254267

Shades and tints

Shades of #A5ACB7

#A5ACB7
(165,172,183)
#969DA7
(150,157,167)
#878E97
(135,142,151)
#787F87
(120,127,135)
#697077
(105,112,119)
#5A6167
(90,97,103)
#4B5257
(75,82,87)
#3C4347
(60,67,71)
#2D3437
(45,52,55)
#1E2527
(30,37,39)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #A5ACB7

#A5ACB7
(165,172,183)
#ADB3BD
(173,179,189)
#B5BAC3
(181,186,195)
#BDC1C9
(189,193,201)
#C5C8CF
(197,200,207)
#CDCFD5
(205,207,213)
#D5D6DB
(213,214,219)
#DDDDE1
(221,221,225)
#E5E4E7
(229,228,231)
#EDEBED
(237,235,237)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ACB7; }

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

This text font color is #A5ACB7.


Background Color

.myBgColor { background-color: #A5ACB7; }

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

This div background color is #A5ACB7.


Border color

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

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

This div border color is #A5ACB7.


Opacity

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

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

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

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

This text has shadow with #A5ACB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ACB7 on black background.


Color preview on white background

This text has color #A5ACB7 on white background.



Black color preview on #A5ACB7 background

This text has black color on #A5ACB7 background.


White color preview on #A5ACB7 background

This text has white color on #A5ACB7 background.