COLOR #ACBC94

HEX: #ACBC94 RGB: (172,188,148)

Color info

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

RGB color model

#ACBC94 color RGB value is (172,188,148).

RGB: (172,188,148) (67%, 74%, 58%)

RGB channels and saturation

R 172 of 255 = 67%
G 188 of 255 = 74%
B 148 of 255 = 58%

172
188
148

R + G + B ~ 66%. #ACBC94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 188 + 148 = 508 (100%)
R 172 of 508 ~ 33.86%
G 188 of 508 ~ 37.01%
B 148 of 508 ~ 29.13'%

%33.86
%37.01
%29.13

CMYK color model

#ACBC94 color CMYK value is (9,0,21,26).

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 26.27%

CMYK: (9,0,21,26)
C9M0Y21K26 (9%, 0%, 21%, 26%)
(0.09 / 0.00 / 0.21 / 0.26)

CMYK percentages

%8.51
%0
%21.28
%26.27

Codes

Color #ACBC94 in popluar color models

AC BC 94
RGB 172 188 148
HSL 84° 22.99% 65.88%
HSB/HSV 84° 21.28% 73.73%
CMYK 8.51% 0.00% 21.28%
26.27%

Color #ACBC94 in popluar number systems.

HEX AC BC 94
Decimal 172 188 148
Binary 10101100 10111100 10010100
Octal 254 274 224

Shades and tints

Shades of #ACBC94

#ACBC94
(172,188,148)
#9DAB87
(157,171,135)
#8E9A7A
(142,154,122)
#7F896D
(127,137,109)
#707860
(112,120,96)
#616753
(97,103,83)
#525646
(82,86,70)
#434539
(67,69,57)
#34342C
(52,52,44)
#25231F
(37,35,31)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #ACBC94

#ACBC94
(172,188,148)
#B3C29D
(179,194,157)
#BAC8A6
(186,200,166)
#C1CEAF
(193,206,175)
#C8D4B8
(200,212,184)
#CFDAC1
(207,218,193)
#D6E0CA
(214,224,202)
#DDE6D3
(221,230,211)
#E4ECDC
(228,236,220)
#EBF2E5
(235,242,229)
#F2F8EE
(242,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBC94; }

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

This text font color is #ACBC94.

Background Color

.myBgColor { background-color: #ACBC94; }

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

This div background color is #ACBC94.

Border color

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

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

This div border color is #ACBC94.

Opacity

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

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

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

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

This text has shadow with #ACBC94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBC94.

Preview

Color preview on black background

This text has color #ACBC94 on black background.


Color preview on white background

This text has color #ACBC94 on white background.


Black color preview on #ACBC94 background

This text has black color on #ACBC94 background.


White color preview on #ACBC94 background

This text has white color on #ACBC94 background.


Related colors

Complementary color

Complementary color for #hex is #53436B.


I love getcolorcode.com

Triadic colors

1 #94ACBC and #BC94AC with #ACBC94 are triadic colors.

2 #94BCAC and #BCAC94 with #ACBC94 are triadic colors.