COLOR #ACC9AB

HEX: #ACC9AB RGB: (172,201,171)

Color info

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

RGB color model

#ACC9AB color RGB value is (172,201,171).

RGB: (172,201,171) (67%, 79%, 67%)

RGB channels and saturation

R 172 of 255 = 67%
G 201 of 255 = 79%
B 171 of 255 = 67%

172
201
171

R + G + B ~ 71%. #ACC9AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 201 + 171 = 544 (100%)
R 172 of 544 ~ 31.62%
G 201 of 544 ~ 36.95%
B 171 of 544 ~ 31.43'%

%31.62
%36.95
%31.43

CMYK color model

#ACC9AB color CMYK value is (14,0,15,21).

  • cyan value is 14.43%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 21.18%

CMYK: (14,0,15,21)
C14M0Y15K21 (14%, 0%, 15%, 21%)
(0.14 / 0.00 / 0.15 / 0.21)

CMYK percentages

%14.43
%0
%14.93
%21.18

Codes

Color #ACC9AB in popluar color models

AC C9 AB
RGB 172 201 171
HSL 118° 21.74% 72.94%
HSB/HSV 118° 14.93% 78.82%
CMYK 14.43% 0.00% 14.93%
21.18%

Color #ACC9AB in popluar number systems.

HEX AC C9 AB
Decimal 172 201 171
Binary 10101100 11001001 10101011
Octal 254 311 253

Shades and tints

Shades of #ACC9AB

#ACC9AB
(172,201,171)
#9DB79C
(157,183,156)
#8EA58D
(142,165,141)
#7F937E
(127,147,126)
#70816F
(112,129,111)
#616F60
(97,111,96)
#525D51
(82,93,81)
#434B42
(67,75,66)
#343933
(52,57,51)
#252724
(37,39,36)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #ACC9AB

#ACC9AB
(172,201,171)
#B3CDB2
(179,205,178)
#BAD1B9
(186,209,185)
#C1D5C0
(193,213,192)
#C8D9C7
(200,217,199)
#CFDDCE
(207,221,206)
#D6E1D5
(214,225,213)
#DDE5DC
(221,229,220)
#E4E9E3
(228,233,227)
#EBEDEA
(235,237,234)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC9AB; }

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

This text font color is #ACC9AB.

Background Color

.myBgColor { background-color: #ACC9AB; }

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

This div background color is #ACC9AB.

Border color

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

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

This div border color is #ACC9AB.

Opacity

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

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

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

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

This text has shadow with #ACC9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC9AB.

Preview

Color preview on black background

This text has color #ACC9AB on black background.


Color preview on white background

This text has color #ACC9AB on white background.


Black color preview on #ACC9AB background

This text has black color on #ACC9AB background.


White color preview on #ACC9AB background

This text has white color on #ACC9AB background.


Related colors

Complementary color

Complementary color for #hex is #533654.


I love getcolorcode.com

Triadic colors

1 #ABACC9 and #C9ABAC with #ACC9AB are triadic colors.

2 #ABC9AC and #C9ACAB with #ACC9AB are triadic colors.