COLOR #ACB99D

HEX: #ACB99D
RGB: (172,185,157)

Color info

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

RGB color model

#ACB99D color RGB value is (172,185,157).

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

RGB channels and saturation

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

172
185
157

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

Portions of RGB colors in percentages

R + G + B =
172 + 185 + 157 = 514 (100%)
R 172 of 514 ~ 33.46%
G 185 of 514 ~ 35.99%
B 157 of 514 ~ 30.54%

%33.46
%35.99
%30.54

CMYK color model

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

  • cyan value is 7.03%
  • magenta value is 0.00%
  • yellow value is 15.14%
  • 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
%15.14
%27.45

Codes

Color #ACB99D in popluar color models

ACB99D
RGB172185157
HSL88°16.67%67.06%
HSB/HSV88°15.14%72.55%
CMYK7.03%0.00%15.14%
27.45%

Color #ACB99D in popluar number systems.

HEXACB99D
Decimal172185157
Binary101011001011100110011101
Octal254271235

Shades and tints

Shades of #ACB99D

#ACB99D
(172,185,157)
#9DA98F
(157,169,143)
#8E9981
(142,153,129)
#7F8973
(127,137,115)
#707965
(112,121,101)
#616957
(97,105,87)
#525949
(82,89,73)
#43493B
(67,73,59)
#34392D
(52,57,45)
#25291F
(37,41,31)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #ACB99D

#ACB99D
(172,185,157)
#B3BFA5
(179,191,165)
#BAC5AD
(186,197,173)
#C1CBB5
(193,203,181)
#C8D1BD
(200,209,189)
#CFD7C5
(207,215,197)
#D6DDCD
(214,221,205)
#DDE3D5
(221,227,213)
#E4E9DD
(228,233,221)
#EBEFE5
(235,239,229)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB99D; }

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

This text font color is #ACB99D.


Background Color

.myBgColor { background-color: #ACB99D; }

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

This div background color is #ACB99D.


Border color

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

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

This div border color is #ACB99D.


Opacity

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

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

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

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

This text has shadow with #ACB99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB99D on black background.


Color preview on white background

This text has color #ACB99D on white background.



Black color preview on #ACB99D background

This text has black color on #ACB99D background.


White color preview on #ACB99D background

This text has white color on #ACB99D background.