COLOR #ACCCA6

HEX: #ACCCA6
RGB: (172,204,166)

Color info

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

RGB color model

#ACCCA6 color RGB value is (172,204,166).

  • red value is 172;
  • green value is 204;
  • blue value is 166.
RGB:
(172,204,166)
(67%,80%,65%)

RGB channels and saturation

R 172 of 255 = 67%
G 204 of 255 = 80%
B 166 of 255 = 65%

172
204
166

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

Portions of RGB colors in percentages

R + G + B =
172 + 204 + 166 = 542 (100%)
R 172 of 542 ~ 31.73%
G 204 of 542 ~ 37.64%
B 166 of 542 ~ 30.63%

%31.73
%37.64
%30.63

CMYK color model

#ACCCA6 color CMYK value is (16,0,19,20).

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 18.63%
  • key color value is 20.00%
CMYK:
(16,0,19,20)
C16M0Y19K20 
(16%,0%,19%,20%)
(0.16/0.00/0.19/0.20)	

CMYK percentages

%15.69
%0
%18.63
%20

Codes

Color #ACCCA6 in popluar color models

ACCCA6
RGB172204166
HSL111°27.14%72.55%
HSB/HSV111°18.63%80.00%
CMYK15.69%0.00%18.63%
20.00%

Color #ACCCA6 in popluar number systems.

HEXACCCA6
Decimal172204166
Binary101011001100110010100110
Octal254314246

Shades and tints

Shades of #ACCCA6

#ACCCA6
(172,204,166)
#9DBA97
(157,186,151)
#8EA888
(142,168,136)
#7F9679
(127,150,121)
#70846A
(112,132,106)
#61725B
(97,114,91)
#52604C
(82,96,76)
#434E3D
(67,78,61)
#343C2E
(52,60,46)
#252A1F
(37,42,31)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #ACCCA6

#ACCCA6
(172,204,166)
#B3D0AE
(179,208,174)
#BAD4B6
(186,212,182)
#C1D8BE
(193,216,190)
#C8DCC6
(200,220,198)
#CFE0CE
(207,224,206)
#D6E4D6
(214,228,214)
#DDE8DE
(221,232,222)
#E4ECE6
(228,236,230)
#EBF0EE
(235,240,238)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCCA6 color. Also use rgb(172,204,166) instead hex code.

Text Font Color

.myTextColor { color: #ACCCA6; }

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

This text font color is #ACCCA6.


Background Color

.myBgColor { background-color: #ACCCA6; }

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

This div background color is #ACCCA6.


Border color

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

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

This div border color is #ACCCA6.


Opacity

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

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

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

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

This text has shadow with #ACCCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCCA6 on black background.


Color preview on white background

This text has color #ACCCA6 on white background.



Black color preview on #ACCCA6 background

This text has black color on #ACCCA6 background.


White color preview on #ACCCA6 background

This text has white color on #ACCCA6 background.