COLOR #ACBE9F

HEX: #ACBE9F
RGB: (172,190,159)

Color info

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

RGB color model

#ACBE9F color RGB value is (172,190,159).

  • red value is 172;
  • green value is 190;
  • blue value is 159.
RGB:
(172,190,159)
(67%,75%,62%)

RGB channels and saturation

R 172 of 255 = 67%
G 190 of 255 = 75%
B 159 of 255 = 62%

172
190
159

R + G + B ~ 68%. #ACBE9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 190 + 159 = 521 (100%)
R 172 of 521 ~ 33.01%
G 190 of 521 ~ 36.47%
B 159 of 521 ~ 30.52%

%33.01
%36.47
%30.52

CMYK color model

#ACBE9F color CMYK value is (9,0,16,25).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 16.32%
  • key color value is 25.49%
CMYK:
(9,0,16,25)
C9M0Y16K25 
(9%,0%,16%,25%)
(0.09/0.00/0.16/0.25)	

CMYK percentages

%9.47
%0
%16.32
%25.49

Codes

Color #ACBE9F in popluar color models

ACBE9F
RGB172190159
HSL95°19.25%68.43%
HSB/HSV95°16.32%74.51%
CMYK9.47%0.00%16.32%
25.49%

Color #ACBE9F in popluar number systems.

HEXACBE9F
Decimal172190159
Binary101011001011111010011111
Octal254276237

Shades and tints

Shades of #ACBE9F

#ACBE9F
(172,190,159)
#9DAD91
(157,173,145)
#8E9C83
(142,156,131)
#7F8B75
(127,139,117)
#707A67
(112,122,103)
#616959
(97,105,89)
#52584B
(82,88,75)
#43473D
(67,71,61)
#34362F
(52,54,47)
#252521
(37,37,33)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #ACBE9F

#ACBE9F
(172,190,159)
#B3C3A7
(179,195,167)
#BAC8AF
(186,200,175)
#C1CDB7
(193,205,183)
#C8D2BF
(200,210,191)
#CFD7C7
(207,215,199)
#D6DCCF
(214,220,207)
#DDE1D7
(221,225,215)
#E4E6DF
(228,230,223)
#EBEBE7
(235,235,231)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBE9F color. Also use rgb(172,190,159) instead hex code.

Text Font Color

.myTextColor { color: #ACBE9F; }

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

This text font color is #ACBE9F.


Background Color

.myBgColor { background-color: #ACBE9F; }

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

This div background color is #ACBE9F.


Border color

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

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

This div border color is #ACBE9F.


Opacity

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

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

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

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

This text has shadow with #ACBE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBE9F on black background.


Color preview on white background

This text has color #ACBE9F on white background.



Black color preview on #ACBE9F background

This text has black color on #ACBE9F background.


White color preview on #ACBE9F background

This text has white color on #ACBE9F background.