COLOR #ACB99E

HEX: #ACB99E
RGB: (172,185,158)

Color info

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

RGB color model

#ACB99E color RGB value is (172,185,158).

  • red value is 172;
  • green value is 185;
  • blue value is 158.
RGB:
(172,185,158)
(67%,73%,62%)

RGB channels and saturation

R 172 of 255 = 67%
G 185 of 255 = 73%
B 158 of 255 = 62%

172
185
158

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

Portions of RGB colors in percentages

R + G + B =
172 + 185 + 158 = 515 (100%)
R 172 of 515 ~ 33.4%
G 185 of 515 ~ 35.92%
B 158 of 515 ~ 30.68%

%33.4
%35.92
%30.68

CMYK color model

#ACB99E color CMYK value is (7,0,15,27).

  • cyan value is 7.03%
  • magenta value is 0.00%
  • yellow value is 14.59%
  • key color value is 27.45%
CMYK:
(7,0,15,27)
C7M0Y15K27 
(7%,0%,15%,27%)
(0.07/0.00/0.15/0.27)	

CMYK percentages

%7.03
%0
%14.59
%27.45

Codes

Color #ACB99E in popluar color models

ACB99E
RGB172185158
HSL89°16.17%67.25%
HSB/HSV89°14.59%72.55%
CMYK7.03%0.00%14.59%
27.45%

Color #ACB99E in popluar number systems.

HEXACB99E
Decimal172185158
Binary101011001011100110011110
Octal254271236

Shades and tints

Shades of #ACB99E

#ACB99E
(172,185,158)
#9DA990
(157,169,144)
#8E9982
(142,153,130)
#7F8974
(127,137,116)
#707966
(112,121,102)
#616958
(97,105,88)
#52594A
(82,89,74)
#43493C
(67,73,60)
#34392E
(52,57,46)
#252920
(37,41,32)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #ACB99E

#ACB99E
(172,185,158)
#B3BFA6
(179,191,166)
#BAC5AE
(186,197,174)
#C1CBB6
(193,203,182)
#C8D1BE
(200,209,190)
#CFD7C6
(207,215,198)
#D6DDCE
(214,221,206)
#DDE3D6
(221,227,214)
#E4E9DE
(228,233,222)
#EBEFE6
(235,239,230)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB99E color. Also use rgb(172,185,158) instead hex code.

Text Font Color

.myTextColor { color: #ACB99E; }

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

This text font color is #ACB99E.


Background Color

.myBgColor { background-color: #ACB99E; }

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

This div background color is #ACB99E.


Border color

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

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

This div border color is #ACB99E.


Opacity

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

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

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

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

This text has shadow with #ACB99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB99E on black background.


Color preview on white background

This text has color #ACB99E on white background.



Black color preview on #ACB99E background

This text has black color on #ACB99E background.


White color preview on #ACB99E background

This text has white color on #ACB99E background.