COLOR #ACC9AD

HEX: #ACC9AD RGB: (172,201,173)

Color info

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

RGB color model

#ACC9AD color RGB value is (172,201,173).

RGB: (172,201,173) (67%, 79%, 68%)

RGB channels and saturation

R 172 of 255 = 67%
G 201 of 255 = 79%
B 173 of 255 = 68%

172
201
173

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

Portions of RGB colors in percentages

R + G + B = 172 + 201 + 173 = 546 (100%)
R 172 of 546 ~ 31.5%
G 201 of 546 ~ 36.81%
B 173 of 546 ~ 31.68'%

%31.5
%36.81
%31.68

CMYK color model

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

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

CMYK: (14,0,14,21)
C14M0Y14K21 (14%, 0%, 14%, 21%)
(0.14 / 0.00 / 0.14 / 0.21)

CMYK percentages

%14.43
%0
%13.93
%21.18

Codes

Color #ACC9AD in popluar color models

AC C9 AD
RGB 172 201 173
HSL 122° 21.17% 73.14%
HSB/HSV 122° 14.43% 78.82%
CMYK 14.43% 0.00% 13.93%
21.18%

Color #ACC9AD in popluar number systems.

HEX AC C9 AD
Decimal 172 201 173
Binary 10101100 11001001 10101101
Octal 254 311 255

Shades and tints

Shades of #ACC9AD

#ACC9AD
(172,201,173)
#9DB79E
(157,183,158)
#8EA58F
(142,165,143)
#7F9380
(127,147,128)
#708171
(112,129,113)
#616F62
(97,111,98)
#525D53
(82,93,83)
#434B44
(67,75,68)
#343935
(52,57,53)
#252726
(37,39,38)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #ACC9AD

#ACC9AD
(172,201,173)
#B3CDB4
(179,205,180)
#BAD1BB
(186,209,187)
#C1D5C2
(193,213,194)
#C8D9C9
(200,217,201)
#CFDDD0
(207,221,208)
#D6E1D7
(214,225,215)
#DDE5DE
(221,229,222)
#E4E9E5
(228,233,229)
#EBEDEC
(235,237,236)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC9AD; }

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

This text font color is #ACC9AD.

Background Color

.myBgColor { background-color: #ACC9AD; }

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

This div background color is #ACC9AD.

Border color

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

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

This div border color is #ACC9AD.

Opacity

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

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

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

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

This text has shadow with #ACC9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC9AD.

Preview

Color preview on black background

This text has color #ACC9AD on black background.


Color preview on white background

This text has color #ACC9AD on white background.


Black color preview on #ACC9AD background

This text has black color on #ACC9AD background.


White color preview on #ACC9AD background

This text has white color on #ACC9AD background.


Related colors

Complementary color

Complementary color for #hex is #533652.


I love getcolorcode.com

Triadic colors

1 #ADACC9 and #C9ADAC with #ACC9AD are triadic colors.

2 #ADC9AC and #C9ACAD with #ACC9AD are triadic colors.