COLOR #ACBFA9

HEX: #ACBFA9
RGB: (172,191,169)

Color info

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

RGB color model

#ACBFA9 color RGB value is (172,191,169).

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

RGB channels and saturation

R 172 of 255 = 67%
G 191 of 255 = 75%
B 169 of 255 = 66%

172
191
169

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

Portions of RGB colors in percentages

R + G + B =
172 + 191 + 169 = 532 (100%)
R 172 of 532 ~ 32.33%
G 191 of 532 ~ 35.9%
B 169 of 532 ~ 31.77%

%32.33
%35.9
%31.77

CMYK color model

#ACBFA9 color CMYK value is (10,0,12,25).

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 11.52%
  • key color value is 25.10%
CMYK:
(10,0,12,25)
C10M0Y12K25 
(10%,0%,12%,25%)
(0.10/0.00/0.12/0.25)	

CMYK percentages

%9.95
%0
%11.52
%25.1

Codes

Color #ACBFA9 in popluar color models

ACBFA9
RGB172191169
HSL112°14.67%70.59%
HSB/HSV112°11.52%74.90%
CMYK9.95%0.00%11.52%
25.10%

Color #ACBFA9 in popluar number systems.

HEXACBFA9
Decimal172191169
Binary101011001011111110101001
Octal254277251

Shades and tints

Shades of #ACBFA9

#ACBFA9
(172,191,169)
#9DAE9A
(157,174,154)
#8E9D8B
(142,157,139)
#7F8C7C
(127,140,124)
#707B6D
(112,123,109)
#616A5E
(97,106,94)
#52594F
(82,89,79)
#434840
(67,72,64)
#343731
(52,55,49)
#252622
(37,38,34)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #ACBFA9

#ACBFA9
(172,191,169)
#B3C4B0
(179,196,176)
#BAC9B7
(186,201,183)
#C1CEBE
(193,206,190)
#C8D3C5
(200,211,197)
#CFD8CC
(207,216,204)
#D6DDD3
(214,221,211)
#DDE2DA
(221,226,218)
#E4E7E1
(228,231,225)
#EBECE8
(235,236,232)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBFA9; }

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

This text font color is #ACBFA9.


Background Color

.myBgColor { background-color: #ACBFA9; }

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

This div background color is #ACBFA9.


Border color

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

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

This div border color is #ACBFA9.


Opacity

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

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

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

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

This text has shadow with #ACBFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBFA9 on black background.


Color preview on white background

This text has color #ACBFA9 on white background.



Black color preview on #ACBFA9 background

This text has black color on #ACBFA9 background.


White color preview on #ACBFA9 background

This text has white color on #ACBFA9 background.