COLOR #A5ACB2

HEX: #A5ACB2
RGB: (165,172,178)

Color info

#A5ACB2 contains red, green and blue colors in about the same proportion. Web safe color of #A5ACB2 is #999999 (or #999).

RGB color model

#A5ACB2 color RGB value is (165,172,178).

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

RGB channels and saturation

R 165 of 255 = 65%
G 172 of 255 = 67%
B 178 of 255 = 70%

165
172
178

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

Portions of RGB colors in percentages

R + G + B =
165 + 172 + 178 = 515 (100%)
R 165 of 515 ~ 32.04%
G 172 of 515 ~ 33.4%
B 178 of 515 ~ 34.56%

%32.04
%33.4
%34.56

CMYK color model

#A5ACB2 color CMYK value is (7,3,0,30).

  • cyan value is 7.30%
  • magenta value is 3.37%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(7,3,0,30)
C7M3Y0K30 
(7%,3%,0%,30%)
(0.07/0.03/0.00/0.30)	

CMYK percentages

%7.3
%3.37
%0
%30.2

Codes

Color #A5ACB2 in popluar color models

A5ACB2
RGB165172178
HSL208°7.78%67.25%
HSB/HSV208°7.30%69.80%
CMYK7.30%3.37%0.00%
30.20%

Color #A5ACB2 in popluar number systems.

HEXA5ACB2
Decimal165172178
Binary101001011010110010110010
Octal245254262

Shades and tints

Shades of #A5ACB2

#A5ACB2
(165,172,178)
#969DA2
(150,157,162)
#878E92
(135,142,146)
#787F82
(120,127,130)
#697072
(105,112,114)
#5A6162
(90,97,98)
#4B5252
(75,82,82)
#3C4342
(60,67,66)
#2D3432
(45,52,50)
#1E2522
(30,37,34)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #A5ACB2

#A5ACB2
(165,172,178)
#ADB3B9
(173,179,185)
#B5BAC0
(181,186,192)
#BDC1C7
(189,193,199)
#C5C8CE
(197,200,206)
#CDCFD5
(205,207,213)
#D5D6DC
(213,214,220)
#DDDDE3
(221,221,227)
#E5E4EA
(229,228,234)
#EDEBF1
(237,235,241)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ACB2; }

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

This text font color is #A5ACB2.


Background Color

.myBgColor { background-color: #A5ACB2; }

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

This div background color is #A5ACB2.


Border color

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

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

This div border color is #A5ACB2.


Opacity

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

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

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

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

This text has shadow with #A5ACB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ACB2 on black background.


Color preview on white background

This text has color #A5ACB2 on white background.



Black color preview on #A5ACB2 background

This text has black color on #A5ACB2 background.


White color preview on #A5ACB2 background

This text has white color on #A5ACB2 background.