COLOR #ACB8A5

HEX: #ACB8A5
RGB: (172,184,165)

Color info

#ACB8A5 contains red, green and blue colors in about the same proportion. Web safe color of #ACB8A5 is #99CC99 (or #9C9).

RGB color model

#ACB8A5 color RGB value is (172,184,165).

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

RGB channels and saturation

R 172 of 255 = 67%
G 184 of 255 = 72%
B 165 of 255 = 65%

172
184
165

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

Portions of RGB colors in percentages

R + G + B =
172 + 184 + 165 = 521 (100%)
R 172 of 521 ~ 33.01%
G 184 of 521 ~ 35.32%
B 165 of 521 ~ 31.67%

%33.01
%35.32
%31.67

CMYK color model

#ACB8A5 color CMYK value is (7,0,10,28).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 10.33%
  • key color value is 27.84%
CMYK:
(7,0,10,28)
C7M0Y10K28 
(7%,0%,10%,28%)
(0.07/0.00/0.10/0.28)	

CMYK percentages

%6.52
%0
%10.33
%27.84

Codes

Color #ACB8A5 in popluar color models

ACB8A5
RGB172184165
HSL98°11.80%68.43%
HSB/HSV98°10.33%72.16%
CMYK6.52%0.00%10.33%
27.84%

Color #ACB8A5 in popluar number systems.

HEXACB8A5
Decimal172184165
Binary101011001011100010100101
Octal254270245

Shades and tints

Shades of #ACB8A5

#ACB8A5
(172,184,165)
#9DA896
(157,168,150)
#8E9887
(142,152,135)
#7F8878
(127,136,120)
#707869
(112,120,105)
#61685A
(97,104,90)
#52584B
(82,88,75)
#43483C
(67,72,60)
#34382D
(52,56,45)
#25281E
(37,40,30)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #ACB8A5

#ACB8A5
(172,184,165)
#B3BEAD
(179,190,173)
#BAC4B5
(186,196,181)
#C1CABD
(193,202,189)
#C8D0C5
(200,208,197)
#CFD6CD
(207,214,205)
#D6DCD5
(214,220,213)
#DDE2DD
(221,226,221)
#E4E8E5
(228,232,229)
#EBEEED
(235,238,237)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB8A5; }

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

This text font color is #ACB8A5.


Background Color

.myBgColor { background-color: #ACB8A5; }

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

This div background color is #ACB8A5.


Border color

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

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

This div border color is #ACB8A5.


Opacity

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

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

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

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

This text has shadow with #ACB8A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB8A5 on black background.


Color preview on white background

This text has color #ACB8A5 on white background.



Black color preview on #ACB8A5 background

This text has black color on #ACB8A5 background.


White color preview on #ACB8A5 background

This text has white color on #ACB8A5 background.