COLOR #ACC999

HEX: #ACC999 RGB: (172,201,153)

Renk bilgisi

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

RGB renk modeli

#ACC999 color RGB value is (172,201,153).

RGB: (172,201,153) (67%, 79%, 60%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 201 of 255 = 79%
B 153 of 255 = 60%

172
201
153

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

Yüzdelerle RGB renk parçaları

R + G + B = 172 + 201 + 153 = 526 (100%)
R 172 of 526 ~ 32.7%
G 201 of 526 ~ 38.21%
B 153 of 526 ~ 29.09'%

%32.7
%38.21
%29.09

CMYK RENK MODELİ

#ACC999 rengi CMYK tonu (14,0,24,21).

  • camgöbeği tonu 14.43%
  • eflatun tonu 0.00%
  • sarı tonu 23.88%
  • ana renk tonu 21.18%

CMYK: (14,0,24,21)
C14M0Y24K21 (14%, 0%, 24%, 21%)
(0.14 / 0.00 / 0.24 / 0.21)

CMYK yüzdeleri

%14.43
%0
%23.88
%21.18

Codes

Color #ACC999 in popluar color models

AC C9 99
RGB 172 201 153
HSL 96° 30.77% 69.41%
HSB/HSV 96° 23.88% 78.82%
CMYK 14.43% 0.00% 23.88%
21.18%

Color #ACC999 in popluar number systems.

HEX AC C9 99
Decimal 172 201 153
Binary 10101100 11001001 10011001
Octal 254 311 231

Shades and tints

Shades of #ACC999

#ACC999
(172,201,153)
#9DB78C
(157,183,140)
#8EA57F
(142,165,127)
#7F9372
(127,147,114)
#708165
(112,129,101)
#616F58
(97,111,88)
#525D4B
(82,93,75)
#434B3E
(67,75,62)
#343931
(52,57,49)
#252724
(37,39,36)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #ACC999

#ACC999
(172,201,153)
#B3CDA2
(179,205,162)
#BAD1AB
(186,209,171)
#C1D5B4
(193,213,180)
#C8D9BD
(200,217,189)
#CFDDC6
(207,221,198)
#D6E1CF
(214,225,207)
#DDE5D8
(221,229,216)
#E4E9E1
(228,233,225)
#EBEDEA
(235,237,234)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC999 color. Also use rgb(172,201,153) instead hex code.

Text Font Color

.myTextColor { color: #ACC999; }

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

This text font color is #ACC999.

Background Color

.myBgColor { background-color: #ACC999; }

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

This div background color is #ACC999.

Border color

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

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

This div border color is #ACC999.

Opacity

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

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

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

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

This text has shadow with #ACC999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC999.

Preview

Color preview on black background

This text has color #ACC999 on black background.


Color preview on white background

This text has color #ACC999 on white background.


Black color preview on #ACC999 background

This text has black color on #ACC999 background.


White color preview on #ACC999 background

This text has white color on #ACC999 background.


Related colors

Complementary color

Complementary color for #ACC999 is #533666.


I love getcolorcode.com

Triadic colors

1 #99ACC9 and #C999AC with #ACC999 are triadic colors.

2 #99C9AC and #C9AC99 with #ACC999 are triadic colors.