COLOR #ACB295

HEX: #ACB295
RGB: (172,178,149)

Color info

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

RGB color model

#ACB295 color RGB value is (172,178,149).

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

RGB channels and saturation

R 172 of 255 = 67%
G 178 of 255 = 70%
B 149 of 255 = 58%

172
178
149

R + G + B ~ 65%. #ACB295 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 178 + 149 = 499 (100%)
R 172 of 499 ~ 34.47%
G 178 of 499 ~ 35.67%
B 149 of 499 ~ 29.86%

%34.47
%35.67
%29.86

CMYK color model

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

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 16.29%
  • key color value is 30.20%
CMYK:
(3,0,16,30)
C3M0Y16K30 
(3%,0%,16%,30%)
(0.03/0.00/0.16/0.30)	

CMYK percentages

%3.37
%0
%16.29
%30.2

Codes

Color #ACB295 in popluar color models

ACB295
RGB172178149
HSL72°15.85%64.12%
HSB/HSV72°16.29%69.80%
CMYK3.37%0.00%16.29%
30.20%

Color #ACB295 in popluar number systems.

HEXACB295
Decimal172178149
Binary101011001011001010010101
Octal254262225

Shades and tints

Shades of #ACB295

#ACB295
(172,178,149)
#9DA288
(157,162,136)
#8E927B
(142,146,123)
#7F826E
(127,130,110)
#707261
(112,114,97)
#616254
(97,98,84)
#525247
(82,82,71)
#43423A
(67,66,58)
#34322D
(52,50,45)
#252220
(37,34,32)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #ACB295

#ACB295
(172,178,149)
#B3B99E
(179,185,158)
#BAC0A7
(186,192,167)
#C1C7B0
(193,199,176)
#C8CEB9
(200,206,185)
#CFD5C2
(207,213,194)
#D6DCCB
(214,220,203)
#DDE3D4
(221,227,212)
#E4EADD
(228,234,221)
#EBF1E6
(235,241,230)
#F2F8EF
(242,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB295; }

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

This text font color is #ACB295.


Background Color

.myBgColor { background-color: #ACB295; }

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

This div background color is #ACB295.


Border color

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

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

This div border color is #ACB295.


Opacity

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

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

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

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

This text has shadow with #ACB295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB295 on black background.


Color preview on white background

This text has color #ACB295 on white background.



Black color preview on #ACB295 background

This text has black color on #ACB295 background.


White color preview on #ACB295 background

This text has white color on #ACB295 background.