COLOR #ACC194

HEX: #ACC194 RGB: (172,193,148)

Color info

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

RGB color model

#ACC194 color RGB value is (172,193,148).

RGB: (172,193,148) (67%, 76%, 58%)

RGB channels and saturation

R 172 of 255 = 67%
G 193 of 255 = 76%
B 148 of 255 = 58%

172
193
148

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

Portions of RGB colors in percentages

R + G + B = 172 + 193 + 148 = 513 (100%)
R 172 of 513 ~ 33.53%
G 193 of 513 ~ 37.62%
B 148 of 513 ~ 28.85'%

%33.53
%37.62
%28.85

CMYK color model

#ACC194 color CMYK value is (11,0,23,24).

  • cyan value is 10.88%
  • magenta value is 0.00%
  • yellow value is 23.32%
  • key color value is 24.31%

CMYK: (11,0,23,24)
C11M0Y23K24 (11%, 0%, 23%, 24%)
(0.11 / 0.00 / 0.23 / 0.24)

CMYK percentages

%10.88
%0
%23.32
%24.31

Codes

Color #ACC194 in popluar color models

AC C1 94
RGB 172 193 148
HSL 88° 26.63% 66.86%
HSB/HSV 88° 23.32% 75.69%
CMYK 10.88% 0.00% 23.32%
24.31%

Color #ACC194 in popluar number systems.

HEX AC C1 94
Decimal 172 193 148
Binary 10101100 11000001 10010100
Octal 254 301 224

Shades and tints

Shades of #ACC194

#ACC194
(172,193,148)
#9DB087
(157,176,135)
#8E9F7A
(142,159,122)
#7F8E6D
(127,142,109)
#707D60
(112,125,96)
#616C53
(97,108,83)
#525B46
(82,91,70)
#434A39
(67,74,57)
#34392C
(52,57,44)
#25281F
(37,40,31)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #ACC194

#ACC194
(172,193,148)
#B3C69D
(179,198,157)
#BACBA6
(186,203,166)
#C1D0AF
(193,208,175)
#C8D5B8
(200,213,184)
#CFDAC1
(207,218,193)
#D6DFCA
(214,223,202)
#DDE4D3
(221,228,211)
#E4E9DC
(228,233,220)
#EBEEE5
(235,238,229)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC194; }

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

This text font color is #ACC194.

Background Color

.myBgColor { background-color: #ACC194; }

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

This div background color is #ACC194.

Border color

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

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

This div border color is #ACC194.

Opacity

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

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

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

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

This text has shadow with #ACC194 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC194.

Preview

Color preview on black background

This text has color #ACC194 on black background.


Color preview on white background

This text has color #ACC194 on white background.


Black color preview on #ACC194 background

This text has black color on #ACC194 background.


White color preview on #ACC194 background

This text has white color on #ACC194 background.


Related colors

Complementary color

Complementary color for #hex is #533E6B.


I love getcolorcode.com

Triadic colors

1 #94ACC1 and #C194AC with #ACC194 are triadic colors.

2 #94C1AC and #C1AC94 with #ACC194 are triadic colors.