COLOR #ACC79D

HEX: #ACC79D RGB: (172,199,157)

Renk bilgisi

#ACC79D contains red, green and blue colors in about the same proportion. #ACC79D ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ACC79D color RGB value is (172,199,157).

RGB: (172,199,157) (67%, 78%, 62%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 199 of 255 = 78%
B 157 of 255 = 62%

172
199
157

R + G + B ~ 69%. #ACC79D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 172 + 199 + 157 = 528 (100%)
R 172 of 528 ~ 32.58%
G 199 of 528 ~ 37.69%
B 157 of 528 ~ 29.73'%

%32.58
%37.69
%29.73

CMYK RENK MODELİ

#ACC79D rengi CMYK tonu (14,0,21,22).

  • camgöbeği tonu 13.57%
  • eflatun tonu 0.00%
  • sarı tonu 21.11%
  • ana renk tonu 21.96%

CMYK: (14,0,21,22)
C14M0Y21K22 (14%, 0%, 21%, 22%)
(0.14 / 0.00 / 0.21 / 0.22)

CMYK yüzdeleri

%13.57
%0
%21.11
%21.96

Codes

Color #ACC79D in popluar color models

AC C7 9D
RGB 172 199 157
HSL 99° 27.27% 69.80%
HSB/HSV 99° 21.11% 78.04%
CMYK 13.57% 0.00% 21.11%
21.96%

Color #ACC79D in popluar number systems.

HEX AC C7 9D
Decimal 172 199 157
Binary 10101100 11000111 10011101
Octal 254 307 235

Shades and tints

Shades of #ACC79D

#ACC79D
(172,199,157)
#9DB58F
(157,181,143)
#8EA381
(142,163,129)
#7F9173
(127,145,115)
#707F65
(112,127,101)
#616D57
(97,109,87)
#525B49
(82,91,73)
#43493B
(67,73,59)
#34372D
(52,55,45)
#25251F
(37,37,31)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #ACC79D

#ACC79D
(172,199,157)
#B3CCA5
(179,204,165)
#BAD1AD
(186,209,173)
#C1D6B5
(193,214,181)
#C8DBBD
(200,219,189)
#CFE0C5
(207,224,197)
#D6E5CD
(214,229,205)
#DDEAD5
(221,234,213)
#E4EFDD
(228,239,221)
#EBF4E5
(235,244,229)
#F2F9ED
(242,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC79D; }

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

This text font color is #ACC79D.

Background Color

.myBgColor { background-color: #ACC79D; }

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

This div background color is #ACC79D.

Border color

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

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

This div border color is #ACC79D.

Opacity

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

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

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

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

This text has shadow with #ACC79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC79D.

Preview

Color preview on black background

This text has color #ACC79D on black background.


Color preview on white background

This text has color #ACC79D on white background.


Black color preview on #ACC79D background

This text has black color on #ACC79D background.


White color preview on #ACC79D background

This text has white color on #ACC79D background.


Related colors

Complementary color

Complementary color for #hex is #533862.


I love getcolorcode.com

Triadic colors

1 #9DACC7 and #C79DAC with #ACC79D are triadic colors.

2 #9DC7AC and #C7AC9D with #ACC79D are triadic colors.