COLOR #ACC9B0

HEX: #ACC9B0
RGB: (172,201,176)

Color info

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

RGB color model

#ACC9B0 color RGB value is (172,201,176).

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

RGB channels and saturation

R 172 of 255 = 67%
G 201 of 255 = 79%
B 176 of 255 = 69%

172
201
176

R + G + B ~ 72%. #ACC9B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 201 + 176 = 549 (100%)
R 172 of 549 ~ 31.33%
G 201 of 549 ~ 36.61%
B 176 of 549 ~ 32.06%

%31.33
%36.61
%32.06

CMYK color model

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

  • cyan value is 14.43%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 21.18%
CMYK:
(14,0,12,21)
C14M0Y12K21 
(14%,0%,12%,21%)
(0.14/0.00/0.12/0.21)	

CMYK percentages

%14.43
%0
%12.44
%21.18

Codes

Color #ACC9B0 in popluar color models

ACC9B0
RGB172201176
HSL128°21.17%73.14%
HSB/HSV128°14.43%78.82%
CMYK14.43%0.00%12.44%
21.18%

Color #ACC9B0 in popluar number systems.

HEXACC9B0
Decimal172201176
Binary101011001100100110110000
Octal254311260

Shades and tints

Shades of #ACC9B0

#ACC9B0
(172,201,176)
#9DB7A0
(157,183,160)
#8EA590
(142,165,144)
#7F9380
(127,147,128)
#708170
(112,129,112)
#616F60
(97,111,96)
#525D50
(82,93,80)
#434B40
(67,75,64)
#343930
(52,57,48)
#252720
(37,39,32)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #ACC9B0

#ACC9B0
(172,201,176)
#B3CDB7
(179,205,183)
#BAD1BE
(186,209,190)
#C1D5C5
(193,213,197)
#C8D9CC
(200,217,204)
#CFDDD3
(207,221,211)
#D6E1DA
(214,225,218)
#DDE5E1
(221,229,225)
#E4E9E8
(228,233,232)
#EBEDEF
(235,237,239)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC9B0; }

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

This text font color is #ACC9B0.


Background Color

.myBgColor { background-color: #ACC9B0; }

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

This div background color is #ACC9B0.


Border color

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

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

This div border color is #ACC9B0.


Opacity

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

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

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

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

This text has shadow with #ACC9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC9B0 on black background.


Color preview on white background

This text has color #ACC9B0 on white background.



Black color preview on #ACC9B0 background

This text has black color on #ACC9B0 background.


White color preview on #ACC9B0 background

This text has white color on #ACC9B0 background.