COLOR #ACAD94

HEX: #ACAD94
RGB: (172,173,148)

Color info

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

RGB color model

#ACAD94 color RGB value is (172,173,148).

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

RGB channels and saturation

R 172 of 255 = 67%
G 173 of 255 = 68%
B 148 of 255 = 58%

172
173
148

R + G + B ~ 64%. #ACAD94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 173 + 148 = 493 (100%)
R 172 of 493 ~ 34.89%
G 173 of 493 ~ 35.09%
B 148 of 493 ~ 30.02%

%34.89
%35.09
%30.02

CMYK color model

#ACAD94 color CMYK value is (1,0,14,32).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 14.45%
  • key color value is 32.16%
CMYK:
(1,0,14,32)
C1M0Y14K32 
(1%,0%,14%,32%)
(0.01/0.00/0.14/0.32)	

CMYK percentages

%0.58
%0
%14.45
%32.16

Codes

Color #ACAD94 in popluar color models

ACAD94
RGB172173148
HSL62°13.23%62.94%
HSB/HSV62°14.45%67.84%
CMYK0.58%0.00%14.45%
32.16%

Color #ACAD94 in popluar number systems.

HEXACAD94
Decimal172173148
Binary101011001010110110010100
Octal254255224

Shades and tints

Shades of #ACAD94

#ACAD94
(172,173,148)
#9D9E87
(157,158,135)
#8E8F7A
(142,143,122)
#7F806D
(127,128,109)
#707160
(112,113,96)
#616253
(97,98,83)
#525346
(82,83,70)
#434439
(67,68,57)
#34352C
(52,53,44)
#25261F
(37,38,31)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #ACAD94

#ACAD94
(172,173,148)
#B3B49D
(179,180,157)
#BABBA6
(186,187,166)
#C1C2AF
(193,194,175)
#C8C9B8
(200,201,184)
#CFD0C1
(207,208,193)
#D6D7CA
(214,215,202)
#DDDED3
(221,222,211)
#E4E5DC
(228,229,220)
#EBECE5
(235,236,229)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAD94; }

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

This text font color is #ACAD94.


Background Color

.myBgColor { background-color: #ACAD94; }

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

This div background color is #ACAD94.


Border color

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

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

This div border color is #ACAD94.


Opacity

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

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

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

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

This text has shadow with #ACAD94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAD94 on black background.


Color preview on white background

This text has color #ACAD94 on white background.



Black color preview on #ACAD94 background

This text has black color on #ACAD94 background.


White color preview on #ACAD94 background

This text has white color on #ACAD94 background.