COLOR #ACADB2

HEX: #ACADB2
RGB: (172,173,178)

Color info

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

RGB color model

#ACADB2 color RGB value is (172,173,178).

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

RGB channels and saturation

R 172 of 255 = 67%
G 173 of 255 = 68%
B 178 of 255 = 70%

172
173
178

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

Portions of RGB colors in percentages

R + G + B =
172 + 173 + 178 = 523 (100%)
R 172 of 523 ~ 32.89%
G 173 of 523 ~ 33.08%
B 178 of 523 ~ 34.03%

%32.89
%33.08
%34.03

CMYK color model

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

  • cyan value is 3.37%
  • magenta value is 2.81%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(3,3,0,30)
C3M3Y0K30 
(3%,3%,0%,30%)
(0.03/0.03/0.00/0.30)	

CMYK percentages

%3.37
%2.81
%0
%30.2

Codes

Color #ACADB2 in popluar color models

ACADB2
RGB172173178
HSL230°3.75%68.63%
HSB/HSV230°3.37%69.80%
CMYK3.37%2.81%0.00%
30.20%

Color #ACADB2 in popluar number systems.

HEXACADB2
Decimal172173178
Binary101011001010110110110010
Octal254255262

Shades and tints

Shades of #ACADB2

#ACADB2
(172,173,178)
#9D9EA2
(157,158,162)
#8E8F92
(142,143,146)
#7F8082
(127,128,130)
#707172
(112,113,114)
#616262
(97,98,98)
#525352
(82,83,82)
#434442
(67,68,66)
#343532
(52,53,50)
#252622
(37,38,34)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #ACADB2

#ACADB2
(172,173,178)
#B3B4B9
(179,180,185)
#BABBC0
(186,187,192)
#C1C2C7
(193,194,199)
#C8C9CE
(200,201,206)
#CFD0D5
(207,208,213)
#D6D7DC
(214,215,220)
#DDDEE3
(221,222,227)
#E4E5EA
(228,229,234)
#EBECF1
(235,236,241)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACADB2; }

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

This text font color is #ACADB2.


Background Color

.myBgColor { background-color: #ACADB2; }

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

This div background color is #ACADB2.


Border color

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

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

This div border color is #ACADB2.


Opacity

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

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

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

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

This text has shadow with #ACADB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACADB2 on black background.


Color preview on white background

This text has color #ACADB2 on white background.



Black color preview on #ACADB2 background

This text has black color on #ACADB2 background.


White color preview on #ACADB2 background

This text has white color on #ACADB2 background.