COLOR #ACBB9D

HEX: #ACBB9D
RGB: (172,187,157)

Color info

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

RGB color model

#ACBB9D color RGB value is (172,187,157).

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

RGB channels and saturation

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

172
187
157

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

Portions of RGB colors in percentages

R + G + B =
172 + 187 + 157 = 516 (100%)
R 172 of 516 ~ 33.33%
G 187 of 516 ~ 36.24%
B 157 of 516 ~ 30.43%

%33.33
%36.24
%30.43

CMYK color model

#ACBB9D color CMYK value is (8,0,16,27).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 16.04%
  • key color value is 26.67%
CMYK:
(8,0,16,27)
C8M0Y16K27 
(8%,0%,16%,27%)
(0.08/0.00/0.16/0.27)	

CMYK percentages

%8.02
%0
%16.04
%26.67

Codes

Color #ACBB9D in popluar color models

ACBB9D
RGB172187157
HSL90°18.07%67.45%
HSB/HSV90°16.04%73.33%
CMYK8.02%0.00%16.04%
26.67%

Color #ACBB9D in popluar number systems.

HEXACBB9D
Decimal172187157
Binary101011001011101110011101
Octal254273235

Shades and tints

Shades of #ACBB9D

#ACBB9D
(172,187,157)
#9DAA8F
(157,170,143)
#8E9981
(142,153,129)
#7F8873
(127,136,115)
#707765
(112,119,101)
#616657
(97,102,87)
#525549
(82,85,73)
#43443B
(67,68,59)
#34332D
(52,51,45)
#25221F
(37,34,31)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #ACBB9D

#ACBB9D
(172,187,157)
#B3C1A5
(179,193,165)
#BAC7AD
(186,199,173)
#C1CDB5
(193,205,181)
#C8D3BD
(200,211,189)
#CFD9C5
(207,217,197)
#D6DFCD
(214,223,205)
#DDE5D5
(221,229,213)
#E4EBDD
(228,235,221)
#EBF1E5
(235,241,229)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBB9D; }

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

This text font color is #ACBB9D.


Background Color

.myBgColor { background-color: #ACBB9D; }

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

This div background color is #ACBB9D.


Border color

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

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

This div border color is #ACBB9D.


Opacity

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

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

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

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

This text has shadow with #ACBB9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBB9D on black background.


Color preview on white background

This text has color #ACBB9D on white background.



Black color preview on #ACBB9D background

This text has black color on #ACBB9D background.


White color preview on #ACBB9D background

This text has white color on #ACBB9D background.