COLOR #ACBE8A

HEX: #ACBE8A
RGB: (172,190,138)

Color info

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

RGB color model

#ACBE8A color RGB value is (172,190,138).

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

RGB channels and saturation

R 172 of 255 = 67%
G 190 of 255 = 75%
B 138 of 255 = 54%

172
190
138

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

Portions of RGB colors in percentages

R + G + B =
172 + 190 + 138 = 500 (100%)
R 172 of 500 ~ 34.4%
G 190 of 500 ~ 38%
B 138 of 500 ~ 27.6%

%34.4
%38
%27.6

CMYK color model

#ACBE8A color CMYK value is (9,0,27,25).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 27.37%
  • key color value is 25.49%
CMYK:
(9,0,27,25)
C9M0Y27K25 
(9%,0%,27%,25%)
(0.09/0.00/0.27/0.25)	

CMYK percentages

%9.47
%0
%27.37
%25.49

Codes

Color #ACBE8A in popluar color models

ACBE8A
RGB172190138
HSL81°28.57%64.31%
HSB/HSV81°27.37%74.51%
CMYK9.47%0.00%27.37%
25.49%

Color #ACBE8A in popluar number systems.

HEXACBE8A
Decimal172190138
Binary101011001011111010001010
Octal254276212

Shades and tints

Shades of #ACBE8A

#ACBE8A
(172,190,138)
#9DAD7E
(157,173,126)
#8E9C72
(142,156,114)
#7F8B66
(127,139,102)
#707A5A
(112,122,90)
#61694E
(97,105,78)
#525842
(82,88,66)
#434736
(67,71,54)
#34362A
(52,54,42)
#25251E
(37,37,30)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #ACBE8A

#ACBE8A
(172,190,138)
#B3C394
(179,195,148)
#BAC89E
(186,200,158)
#C1CDA8
(193,205,168)
#C8D2B2
(200,210,178)
#CFD7BC
(207,215,188)
#D6DCC6
(214,220,198)
#DDE1D0
(221,225,208)
#E4E6DA
(228,230,218)
#EBEBE4
(235,235,228)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBE8A; }

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

This text font color is #ACBE8A.


Background Color

.myBgColor { background-color: #ACBE8A; }

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

This div background color is #ACBE8A.


Border color

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

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

This div border color is #ACBE8A.


Opacity

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

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

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

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

This text has shadow with #ACBE8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBE8A on black background.


Color preview on white background

This text has color #ACBE8A on white background.



Black color preview on #ACBE8A background

This text has black color on #ACBE8A background.


White color preview on #ACBE8A background

This text has white color on #ACBE8A background.