COLOR #ACADAA

HEX: #ACADAA
RGB: (172,173,170)

Color info

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

RGB color model

#ACADAA color RGB value is (172,173,170).

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

RGB channels and saturation

R 172 of 255 = 67%
G 173 of 255 = 68%
B 170 of 255 = 67%

172
173
170

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

Portions of RGB colors in percentages

R + G + B =
172 + 173 + 170 = 515 (100%)
R 172 of 515 ~ 33.4%
G 173 of 515 ~ 33.59%
B 170 of 515 ~ 33.01%

%33.4
%33.59
%33.01

CMYK color model

#ACADAA color CMYK value is (1,0,2,32).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 1.73%
  • key color value is 32.16%
CMYK:
(1,0,2,32)
C1M0Y2K32 
(1%,0%,2%,32%)
(0.01/0.00/0.02/0.32)	

CMYK percentages

%0.58
%0
%1.73
%32.16

Codes

Color #ACADAA in popluar color models

ACADAA
RGB172173170
HSL80°1.80%67.25%
HSB/HSV80°1.73%67.84%
CMYK0.58%0.00%1.73%
32.16%

Color #ACADAA in popluar number systems.

HEXACADAA
Decimal172173170
Binary101011001010110110101010
Octal254255252

Shades and tints

Shades of #ACADAA

#ACADAA
(172,173,170)
#9D9E9B
(157,158,155)
#8E8F8C
(142,143,140)
#7F807D
(127,128,125)
#70716E
(112,113,110)
#61625F
(97,98,95)
#525350
(82,83,80)
#434441
(67,68,65)
#343532
(52,53,50)
#252623
(37,38,35)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #ACADAA

#ACADAA
(172,173,170)
#B3B4B1
(179,180,177)
#BABBB8
(186,187,184)
#C1C2BF
(193,194,191)
#C8C9C6
(200,201,198)
#CFD0CD
(207,208,205)
#D6D7D4
(214,215,212)
#DDDEDB
(221,222,219)
#E4E5E2
(228,229,226)
#EBECE9
(235,236,233)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACADAA; }

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

This text font color is #ACADAA.


Background Color

.myBgColor { background-color: #ACADAA; }

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

This div background color is #ACADAA.


Border color

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

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

This div border color is #ACADAA.


Opacity

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

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

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

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

This text has shadow with #ACADAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACADAA on black background.


Color preview on white background

This text has color #ACADAA on white background.



Black color preview on #ACADAA background

This text has black color on #ACADAA background.


White color preview on #ACADAA background

This text has white color on #ACADAA background.