COLOR #ACBB8D

HEX: #ACBB8D RGB: (172,187,141)

Color info

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

RGB color model

#ACBB8D color RGB value is (172,187,141).

RGB: (172,187,141) (67%, 73%, 55%)

RGB channels and saturation

R 172 of 255 = 67%
G 187 of 255 = 73%
B 141 of 255 = 55%

172
187
141

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

Portions of RGB colors in percentages

R + G + B = 172 + 187 + 141 = 500 (100%)
R 172 of 500 ~ 34.4%
G 187 of 500 ~ 37.4%
B 141 of 500 ~ 28.2'%

%34.4
%37.4
%28.2

CMYK color model

#ACBB8D color CMYK value is (8,0,25,27).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 24.60%
  • key color value is 26.67%

CMYK: (8,0,25,27)
C8M0Y25K27 (8%, 0%, 25%, 27%)
(0.08 / 0.00 / 0.25 / 0.27)

CMYK percentages

%8.02
%0
%24.6
%26.67

Codes

Color #ACBB8D in popluar color models

AC BB 8D
RGB 172 187 141
HSL 80° 25.27% 64.31%
HSB/HSV 80° 24.60% 73.33%
CMYK 8.02% 0.00% 24.60%
26.67%

Color #ACBB8D in popluar number systems.

HEX AC BB 8D
Decimal 172 187 141
Binary 10101100 10111011 10001101
Octal 254 273 215

Shades and tints

Shades of #ACBB8D

#ACBB8D
(172,187,141)
#9DAA81
(157,170,129)
#8E9975
(142,153,117)
#7F8869
(127,136,105)
#70775D
(112,119,93)
#616651
(97,102,81)
#525545
(82,85,69)
#434439
(67,68,57)
#34332D
(52,51,45)
#252221
(37,34,33)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #ACBB8D

#ACBB8D
(172,187,141)
#B3C197
(179,193,151)
#BAC7A1
(186,199,161)
#C1CDAB
(193,205,171)
#C8D3B5
(200,211,181)
#CFD9BF
(207,217,191)
#D6DFC9
(214,223,201)
#DDE5D3
(221,229,211)
#E4EBDD
(228,235,221)
#EBF1E7
(235,241,231)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBB8D; }

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

This text font color is #ACBB8D.

Background Color

.myBgColor { background-color: #ACBB8D; }

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

This div background color is #ACBB8D.

Border color

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

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

This div border color is #ACBB8D.

Opacity

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

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

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

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

This text has shadow with #ACBB8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBB8D.

Preview

Color preview on black background

This text has color #ACBB8D on black background.


Color preview on white background

This text has color #ACBB8D on white background.


Black color preview on #ACBB8D background

This text has black color on #ACBB8D background.


White color preview on #ACBB8D background

This text has white color on #ACBB8D background.


Related colors

Complementary color

Complementary color for #hex is #534472.


I love getcolorcode.com

Triadic colors

1 #8DACBB and #BB8DAC with #ACBB8D are triadic colors.

2 #8DBBAC and #BBAC8D with #ACBB8D are triadic colors.