COLOR #ACADB4

HEX: #ACADB4
RGB: (172,173,180)

Color info

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

RGB color model

#ACADB4 color RGB value is (172,173,180).

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

RGB channels and saturation

R 172 of 255 = 67%
G 173 of 255 = 68%
B 180 of 255 = 71%

172
173
180

R + G + B ~ 69%. #ACADB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 173 + 180 = 525 (100%)
R 172 of 525 ~ 32.76%
G 173 of 525 ~ 32.95%
B 180 of 525 ~ 34.29%

%32.76
%32.95
%34.29

CMYK color model

#ACADB4 color CMYK value is (4,4,0,29).

  • cyan value is 4.44%
  • magenta value is 3.89%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(4,4,0,29)
C4M4Y0K29 
(4%,4%,0%,29%)
(0.04/0.04/0.00/0.29)	

CMYK percentages

%4.44
%3.89
%0
%29.41

Codes

Color #ACADB4 in popluar color models

ACADB4
RGB172173180
HSL233°5.06%69.02%
HSB/HSV233°4.44%70.59%
CMYK4.44%3.89%0.00%
29.41%

Color #ACADB4 in popluar number systems.

HEXACADB4
Decimal172173180
Binary101011001010110110110100
Octal254255264

Shades and tints

Shades of #ACADB4

#ACADB4
(172,173,180)
#9D9EA4
(157,158,164)
#8E8F94
(142,143,148)
#7F8084
(127,128,132)
#707174
(112,113,116)
#616264
(97,98,100)
#525354
(82,83,84)
#434444
(67,68,68)
#343534
(52,53,52)
#252624
(37,38,36)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #ACADB4

#ACADB4
(172,173,180)
#B3B4BA
(179,180,186)
#BABBC0
(186,187,192)
#C1C2C6
(193,194,198)
#C8C9CC
(200,201,204)
#CFD0D2
(207,208,210)
#D6D7D8
(214,215,216)
#DDDEDE
(221,222,222)
#E4E5E4
(228,229,228)
#EBECEA
(235,236,234)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACADB4; }

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

This text font color is #ACADB4.


Background Color

.myBgColor { background-color: #ACADB4; }

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

This div background color is #ACADB4.


Border color

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

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

This div border color is #ACADB4.


Opacity

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

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

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

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

This text has shadow with #ACADB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACADB4 on black background.


Color preview on white background

This text has color #ACADB4 on white background.



Black color preview on #ACADB4 background

This text has black color on #ACADB4 background.


White color preview on #ACADB4 background

This text has white color on #ACADB4 background.