COLOR #ACBB9C

HEX: #ACBB9C RGB: (172,187,156)

Color info

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

RGB color model

#ACBB9C color RGB value is (172,187,156).

RGB: (172,187,156) (67%, 73%, 61%)

RGB channels and saturation

R 172 of 255 = 67%
G 187 of 255 = 73%
B 156 of 255 = 61%

172
187
156

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

Portions of RGB colors in percentages

R + G + B = 172 + 187 + 156 = 515 (100%)
R 172 of 515 ~ 33.4%
G 187 of 515 ~ 36.31%
B 156 of 515 ~ 30.29'%

%33.4
%36.31
%30.29

CMYK color model

#ACBB9C color CMYK value is (8,0,17,27).

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

CMYK: (8,0,17,27)
C8M0Y17K27 (8%, 0%, 17%, 27%)
(0.08 / 0.00 / 0.17 / 0.27)

CMYK percentages

%8.02
%0
%16.58
%26.67

Codes

Color #ACBB9C in popluar color models

AC BB 9C
RGB 172 187 156
HSL 89° 18.56% 67.25%
HSB/HSV 89° 16.58% 73.33%
CMYK 8.02% 0.00% 16.58%
26.67%

Color #ACBB9C in popluar number systems.

HEX AC BB 9C
Decimal 172 187 156
Binary 10101100 10111011 10011100
Octal 254 273 234

Shades and tints

Shades of #ACBB9C

#ACBB9C
(172,187,156)
#9DAA8E
(157,170,142)
#8E9980
(142,153,128)
#7F8872
(127,136,114)
#707764
(112,119,100)
#616656
(97,102,86)
#525548
(82,85,72)
#43443A
(67,68,58)
#34332C
(52,51,44)
#25221E
(37,34,30)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #ACBB9C

#ACBB9C
(172,187,156)
#B3C1A5
(179,193,165)
#BAC7AE
(186,199,174)
#C1CDB7
(193,205,183)
#C8D3C0
(200,211,192)
#CFD9C9
(207,217,201)
#D6DFD2
(214,223,210)
#DDE5DB
(221,229,219)
#E4EBE4
(228,235,228)
#EBF1ED
(235,241,237)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBB9C; }

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

This text font color is #ACBB9C.

Background Color

.myBgColor { background-color: #ACBB9C; }

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

This div background color is #ACBB9C.

Border color

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

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

This div border color is #ACBB9C.

Opacity

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

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

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

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

This text has shadow with #ACBB9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBB9C.

Preview

Color preview on black background

This text has color #ACBB9C on black background.


Color preview on white background

This text has color #ACBB9C on white background.


Black color preview on #ACBB9C background

This text has black color on #ACBB9C background.


White color preview on #ACBB9C background

This text has white color on #ACBB9C background.


Related colors

Complementary color

Complementary color for #hex is #534463.


I love getcolorcode.com

Triadic colors

1 #9CACBB and #BB9CAC with #ACBB9C are triadic colors.

2 #9CBBAC and #BBAC9C with #ACBB9C are triadic colors.