COLOR #ACBE94

HEX: #ACBE94
RGB: (172,190,148)

Color info

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

RGB color model

#ACBE94 color RGB value is (172,190,148).

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

RGB channels and saturation

R 172 of 255 = 67%
G 190 of 255 = 75%
B 148 of 255 = 58%

172
190
148

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

Portions of RGB colors in percentages

R + G + B =
172 + 190 + 148 = 510 (100%)
R 172 of 510 ~ 33.73%
G 190 of 510 ~ 37.25%
B 148 of 510 ~ 29.02%

%33.73
%37.25
%29.02

CMYK color model

#ACBE94 color CMYK value is (9,0,22,25).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 22.11%
  • key color value is 25.49%
CMYK:
(9,0,22,25)
C9M0Y22K25 
(9%,0%,22%,25%)
(0.09/0.00/0.22/0.25)	

CMYK percentages

%9.47
%0
%22.11
%25.49

Codes

Color #ACBE94 in popluar color models

ACBE94
RGB172190148
HSL86°24.42%66.27%
HSB/HSV86°22.11%74.51%
CMYK9.47%0.00%22.11%
25.49%

Color #ACBE94 in popluar number systems.

HEXACBE94
Decimal172190148
Binary101011001011111010010100
Octal254276224

Shades and tints

Shades of #ACBE94

#ACBE94
(172,190,148)
#9DAD87
(157,173,135)
#8E9C7A
(142,156,122)
#7F8B6D
(127,139,109)
#707A60
(112,122,96)
#616953
(97,105,83)
#525846
(82,88,70)
#434739
(67,71,57)
#34362C
(52,54,44)
#25251F
(37,37,31)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #ACBE94

#ACBE94
(172,190,148)
#B3C39D
(179,195,157)
#BAC8A6
(186,200,166)
#C1CDAF
(193,205,175)
#C8D2B8
(200,210,184)
#CFD7C1
(207,215,193)
#D6DCCA
(214,220,202)
#DDE1D3
(221,225,211)
#E4E6DC
(228,230,220)
#EBEBE5
(235,235,229)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBE94; }

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

This text font color is #ACBE94.


Background Color

.myBgColor { background-color: #ACBE94; }

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

This div background color is #ACBE94.


Border color

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

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

This div border color is #ACBE94.


Opacity

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

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

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

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

This text has shadow with #ACBE94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBE94 on black background.


Color preview on white background

This text has color #ACBE94 on white background.



Black color preview on #ACBE94 background

This text has black color on #ACBE94 background.


White color preview on #ACBE94 background

This text has white color on #ACBE94 background.