COLOR #ACC797

HEX: #ACC797 RGB: (172,199,151)

Color info

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

RGB color model

#ACC797 color RGB value is (172,199,151).

RGB: (172,199,151) (67%, 78%, 59%)

RGB channels and saturation

R 172 of 255 = 67%
G 199 of 255 = 78%
B 151 of 255 = 59%

172
199
151

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

Portions of RGB colors in percentages

R + G + B = 172 + 199 + 151 = 522 (100%)
R 172 of 522 ~ 32.95%
G 199 of 522 ~ 38.12%
B 151 of 522 ~ 28.93'%

%32.95
%38.12
%28.93

CMYK color model

#ACC797 color CMYK value is (14,0,24,22).

  • cyan value is 13.57%
  • magenta value is 0.00%
  • yellow value is 24.12%
  • key color value is 21.96%

CMYK: (14,0,24,22)
C14M0Y24K22 (14%, 0%, 24%, 22%)
(0.14 / 0.00 / 0.24 / 0.22)

CMYK percentages

%13.57
%0
%24.12
%21.96

Codes

Color #ACC797 in popluar color models

AC C7 97
RGB 172 199 151
HSL 94° 30.00% 68.63%
HSB/HSV 94° 24.12% 78.04%
CMYK 13.57% 0.00% 24.12%
21.96%

Color #ACC797 in popluar number systems.

HEX AC C7 97
Decimal 172 199 151
Binary 10101100 11000111 10010111
Octal 254 307 227

Shades and tints

Shades of #ACC797

#ACC797
(172,199,151)
#9DB58A
(157,181,138)
#8EA37D
(142,163,125)
#7F9170
(127,145,112)
#707F63
(112,127,99)
#616D56
(97,109,86)
#525B49
(82,91,73)
#43493C
(67,73,60)
#34372F
(52,55,47)
#252522
(37,37,34)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #ACC797

#ACC797
(172,199,151)
#B3CCA0
(179,204,160)
#BAD1A9
(186,209,169)
#C1D6B2
(193,214,178)
#C8DBBB
(200,219,187)
#CFE0C4
(207,224,196)
#D6E5CD
(214,229,205)
#DDEAD6
(221,234,214)
#E4EFDF
(228,239,223)
#EBF4E8
(235,244,232)
#F2F9F1
(242,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC797 color. Also use rgb(172,199,151) instead hex code.

Text Font Color

.myTextColor { color: #ACC797; }

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

This text font color is #ACC797.

Background Color

.myBgColor { background-color: #ACC797; }

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

This div background color is #ACC797.

Border color

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

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

This div border color is #ACC797.

Opacity

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

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

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

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

This text has shadow with #ACC797 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC797.

Preview

Color preview on black background

This text has color #ACC797 on black background.


Color preview on white background

This text has color #ACC797 on white background.


Black color preview on #ACC797 background

This text has black color on #ACC797 background.


White color preview on #ACC797 background

This text has white color on #ACC797 background.


Related colors

Complementary color

Complementary color for #hex is #533868.


I love getcolorcode.com

Triadic colors

1 #97ACC7 and #C797AC with #ACC797 are triadic colors.

2 #97C7AC and #C7AC97 with #ACC797 are triadic colors.