COLOR #ACBBA9

HEX: #ACBBA9 RGB: (172,187,169)

Color info

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

RGB color model

#ACBBA9 color RGB value is (172,187,169).

RGB: (172,187,169) (67%, 73%, 66%)

RGB channels and saturation

R 172 of 255 = 67%
G 187 of 255 = 73%
B 169 of 255 = 66%

172
187
169

R + G + B ~ 69%. #ACBBA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 187 + 169 = 528 (100%)
R 172 of 528 ~ 32.58%
G 187 of 528 ~ 35.42%
B 169 of 528 ~ 32.01'%

%32.58
%35.42
%32.01

CMYK color model

#ACBBA9 color CMYK value is (8,0,10,27).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 26.67%
CMYK: (8,0,10,27) C8M0Y10K27 (8%,0%,10%,27%) (0.08/0.00/0.10/0.27) 

CMYK percentages

%8.02
%0
%9.63
%26.67

Codes

Color #ACBBA9 in popluar color models

AC BB A9
RGB 172 187 169
HSL 110° 11.69% 69.80%
HSB/HSV 110° 9.63% 73.33%
CMYK 8.02% 0.00% 9.63%
26.67%

Color #ACBBA9 in popluar number systems.

HEX AC BB A9
Decimal 172 187 169
Binary 10101100 10111011 10101001
Octal 254 273 251

Shades and tints

Shades of #ACBBA9

#ACBBA9
(172,187,169)
#9DAA9A
(157,170,154)
#8E998B
(142,153,139)
#7F887C
(127,136,124)
#70776D
(112,119,109)
#61665E
(97,102,94)
#52554F
(82,85,79)
#434440
(67,68,64)
#343331
(52,51,49)
#252222
(37,34,34)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #ACBBA9

#ACBBA9
(172,187,169)
#B3C1B0
(179,193,176)
#BAC7B7
(186,199,183)
#C1CDBE
(193,205,190)
#C8D3C5
(200,211,197)
#CFD9CC
(207,217,204)
#D6DFD3
(214,223,211)
#DDE5DA
(221,229,218)
#E4EBE1
(228,235,225)
#EBF1E8
(235,241,232)
#F2F7EF
(242,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBBA9; }

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

This text font color is #ACBBA9.

Background Color

.myBgColor { background-color: #ACBBA9; }

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

This div background color is #ACBBA9.

Border color

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

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

This div border color is #ACBBA9.

Opacity

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

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

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

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

This text has shadow with #ACBBA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBBA9.

Preview

Color preview on black background

This text has color #ACBBA9 on black background.


Color preview on white background

This text has color #ACBBA9 on white background.


Black color preview on #ACBBA9 background

This text has black color on #ACBBA9 background.


White color preview on #ACBBA9 background

This text has white color on #ACBBA9 background.


Related colors

Complementary color

Complementary color for #hex is #534456.


I love getcolorcode.com

Triadic colors

1 #A9ACBB and #BBA9AC with #ACBBA9 are triadic colors.

2 #A9BBAC and #BBACA9 with #ACBBA9 are triadic colors.