COLOR #ACC198

HEX: #ACC198 RGB: (172,193,152)

Color info

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

RGB color model

#ACC198 color RGB value is (172,193,152).

RGB: (172,193,152) (67%, 76%, 60%)

RGB channels and saturation

R 172 of 255 = 67%
G 193 of 255 = 76%
B 152 of 255 = 60%

172
193
152

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

Portions of RGB colors in percentages

R + G + B = 172 + 193 + 152 = 517 (100%)
R 172 of 517 ~ 33.27%
G 193 of 517 ~ 37.33%
B 152 of 517 ~ 29.4'%

%33.27
%37.33
%29.4

CMYK color model

#ACC198 color CMYK value is (11,0,21,24).

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

CMYK: (11,0,21,24)
C11M0Y21K24 (11%, 0%, 21%, 24%)
(0.11 / 0.00 / 0.21 / 0.24)

CMYK percentages

%10.88
%0
%21.24
%24.31

Codes

Color #ACC198 in popluar color models

AC C1 98
RGB 172 193 152
HSL 91° 24.85% 67.65%
HSB/HSV 91° 21.24% 75.69%
CMYK 10.88% 0.00% 21.24%
24.31%

Color #ACC198 in popluar number systems.

HEX AC C1 98
Decimal 172 193 152
Binary 10101100 11000001 10011000
Octal 254 301 230

Shades and tints

Shades of #ACC198

#ACC198
(172,193,152)
#9DB08B
(157,176,139)
#8E9F7E
(142,159,126)
#7F8E71
(127,142,113)
#707D64
(112,125,100)
#616C57
(97,108,87)
#525B4A
(82,91,74)
#434A3D
(67,74,61)
#343930
(52,57,48)
#252823
(37,40,35)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #ACC198

#ACC198
(172,193,152)
#B3C6A1
(179,198,161)
#BACBAA
(186,203,170)
#C1D0B3
(193,208,179)
#C8D5BC
(200,213,188)
#CFDAC5
(207,218,197)
#D6DFCE
(214,223,206)
#DDE4D7
(221,228,215)
#E4E9E0
(228,233,224)
#EBEEE9
(235,238,233)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC198; }

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

This text font color is #ACC198.

Background Color

.myBgColor { background-color: #ACC198; }

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

This div background color is #ACC198.

Border color

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

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

This div border color is #ACC198.

Opacity

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

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

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

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

This text has shadow with #ACC198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC198.

Preview

Color preview on black background

This text has color #ACC198 on black background.


Color preview on white background

This text has color #ACC198 on white background.


Black color preview on #ACC198 background

This text has black color on #ACC198 background.


White color preview on #ACC198 background

This text has white color on #ACC198 background.


Related colors

Complementary color

Complementary color for #hex is #533E67.


I love getcolorcode.com

Triadic colors

1 #98ACC1 and #C198AC with #ACC198 are triadic colors.

2 #98C1AC and #C1AC98 with #ACC198 are triadic colors.