COLOR #ACBF9D

HEX: #ACBF9D
RGB: (172,191,157)

Color info

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

RGB color model

#ACBF9D color RGB value is (172,191,157).

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

RGB channels and saturation

R 172 of 255 = 67%
G 191 of 255 = 75%
B 157 of 255 = 62%

172
191
157

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

Portions of RGB colors in percentages

R + G + B =
172 + 191 + 157 = 520 (100%)
R 172 of 520 ~ 33.08%
G 191 of 520 ~ 36.73%
B 157 of 520 ~ 30.19%

%33.08
%36.73
%30.19

CMYK color model

#ACBF9D color CMYK value is (10,0,18,25).

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 17.80%
  • key color value is 25.10%
CMYK:
(10,0,18,25)
C10M0Y18K25 
(10%,0%,18%,25%)
(0.10/0.00/0.18/0.25)	

CMYK percentages

%9.95
%0
%17.8
%25.1

Codes

Color #ACBF9D in popluar color models

ACBF9D
RGB172191157
HSL94°20.99%68.24%
HSB/HSV94°17.80%74.90%
CMYK9.95%0.00%17.80%
25.10%

Color #ACBF9D in popluar number systems.

HEXACBF9D
Decimal172191157
Binary101011001011111110011101
Octal254277235

Shades and tints

Shades of #ACBF9D

#ACBF9D
(172,191,157)
#9DAE8F
(157,174,143)
#8E9D81
(142,157,129)
#7F8C73
(127,140,115)
#707B65
(112,123,101)
#616A57
(97,106,87)
#525949
(82,89,73)
#43483B
(67,72,59)
#34372D
(52,55,45)
#25261F
(37,38,31)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #ACBF9D

#ACBF9D
(172,191,157)
#B3C4A5
(179,196,165)
#BAC9AD
(186,201,173)
#C1CEB5
(193,206,181)
#C8D3BD
(200,211,189)
#CFD8C5
(207,216,197)
#D6DDCD
(214,221,205)
#DDE2D5
(221,226,213)
#E4E7DD
(228,231,221)
#EBECE5
(235,236,229)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBF9D; }

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

This text font color is #ACBF9D.


Background Color

.myBgColor { background-color: #ACBF9D; }

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

This div background color is #ACBF9D.


Border color

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

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

This div border color is #ACBF9D.


Opacity

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

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

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

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

This text has shadow with #ACBF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBF9D on black background.


Color preview on white background

This text has color #ACBF9D on white background.



Black color preview on #ACBF9D background

This text has black color on #ACBF9D background.


White color preview on #ACBF9D background

This text has white color on #ACBF9D background.