COLOR #ACC9A3

HEX: #ACC9A3
RGB: (172,201,163)

Color info

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

RGB color model

#ACC9A3 color RGB value is (172,201,163).

  • red value is 172;
  • green value is 201;
  • blue value is 163.
RGB:
(172,201,163)
(67%,79%,64%)

RGB channels and saturation

R 172 of 255 = 67%
G 201 of 255 = 79%
B 163 of 255 = 64%

172
201
163

R + G + B ~ 70%. #ACC9A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 201 + 163 = 536 (100%)
R 172 of 536 ~ 32.09%
G 201 of 536 ~ 37.5%
B 163 of 536 ~ 30.41%

%32.09
%37.5
%30.41

CMYK color model

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

  • cyan value is 14.43%
  • magenta value is 0.00%
  • yellow value is 18.91%
  • key color value is 21.18%
CMYK:
(14,0,19,21)
C14M0Y19K21 
(14%,0%,19%,21%)
(0.14/0.00/0.19/0.21)	

CMYK percentages

%14.43
%0
%18.91
%21.18

Codes

Color #ACC9A3 in popluar color models

ACC9A3
RGB172201163
HSL106°26.03%71.37%
HSB/HSV106°18.91%78.82%
CMYK14.43%0.00%18.91%
21.18%

Color #ACC9A3 in popluar number systems.

HEXACC9A3
Decimal172201163
Binary101011001100100110100011
Octal254311243

Shades and tints

Shades of #ACC9A3

#ACC9A3
(172,201,163)
#9DB795
(157,183,149)
#8EA587
(142,165,135)
#7F9379
(127,147,121)
#70816B
(112,129,107)
#616F5D
(97,111,93)
#525D4F
(82,93,79)
#434B41
(67,75,65)
#343933
(52,57,51)
#252725
(37,39,37)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #ACC9A3

#ACC9A3
(172,201,163)
#B3CDAB
(179,205,171)
#BAD1B3
(186,209,179)
#C1D5BB
(193,213,187)
#C8D9C3
(200,217,195)
#CFDDCB
(207,221,203)
#D6E1D3
(214,225,211)
#DDE5DB
(221,229,219)
#E4E9E3
(228,233,227)
#EBEDEB
(235,237,235)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC9A3; }

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

This text font color is #ACC9A3.


Background Color

.myBgColor { background-color: #ACC9A3; }

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

This div background color is #ACC9A3.


Border color

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

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

This div border color is #ACC9A3.


Opacity

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

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

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

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

This text has shadow with #ACC9A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC9A3 on black background.


Color preview on white background

This text has color #ACC9A3 on white background.



Black color preview on #ACC9A3 background

This text has black color on #ACC9A3 background.


White color preview on #ACC9A3 background

This text has white color on #ACC9A3 background.