COLOR #A5ACB6

HEX: #A5ACB6
RGB: (165,172,182)

Color info

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

RGB color model

#A5ACB6 color RGB value is (165,172,182).

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

RGB channels and saturation

R 165 of 255 = 65%
G 172 of 255 = 67%
B 182 of 255 = 71%

165
172
182

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

Portions of RGB colors in percentages

R + G + B =
165 + 172 + 182 = 519 (100%)
R 165 of 519 ~ 31.79%
G 172 of 519 ~ 33.14%
B 182 of 519 ~ 35.07%

%31.79
%33.14
%35.07

CMYK color model

#A5ACB6 color CMYK value is (9,5,0,29).

  • cyan value is 9.34%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(9,5,0,29)
C9M5Y0K29 
(9%,5%,0%,29%)
(0.09/0.05/0.00/0.29)	

CMYK percentages

%9.34
%5.49
%0
%28.63

Codes

Color #A5ACB6 in popluar color models

A5ACB6
RGB165172182
HSL215°10.43%68.04%
HSB/HSV215°9.34%71.37%
CMYK9.34%5.49%0.00%
28.63%

Color #A5ACB6 in popluar number systems.

HEXA5ACB6
Decimal165172182
Binary101001011010110010110110
Octal245254266

Shades and tints

Shades of #A5ACB6

#A5ACB6
(165,172,182)
#969DA6
(150,157,166)
#878E96
(135,142,150)
#787F86
(120,127,134)
#697076
(105,112,118)
#5A6166
(90,97,102)
#4B5256
(75,82,86)
#3C4346
(60,67,70)
#2D3436
(45,52,54)
#1E2526
(30,37,38)
#0F1616
(15,22,22)
#000000
(0,0,0)

Tints of #A5ACB6

#A5ACB6
(165,172,182)
#ADB3BC
(173,179,188)
#B5BAC2
(181,186,194)
#BDC1C8
(189,193,200)
#C5C8CE
(197,200,206)
#CDCFD4
(205,207,212)
#D5D6DA
(213,214,218)
#DDDDE0
(221,221,224)
#E5E4E6
(229,228,230)
#EDEBEC
(237,235,236)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ACB6; }

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

This text font color is #A5ACB6.


Background Color

.myBgColor { background-color: #A5ACB6; }

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

This div background color is #A5ACB6.


Border color

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

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

This div border color is #A5ACB6.


Opacity

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

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

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

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

This text has shadow with #A5ACB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ACB6 on black background.


Color preview on white background

This text has color #A5ACB6 on white background.



Black color preview on #A5ACB6 background

This text has black color on #A5ACB6 background.


White color preview on #A5ACB6 background

This text has white color on #A5ACB6 background.