COLOR #ACC3B6

HEX: #ACC3B6
RGB: (172,195,182)

Color info

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

RGB color model

#ACC3B6 color RGB value is (172,195,182).

  • red value is 172;
  • green value is 195;
  • blue value is 182.
RGB:
(172,195,182)
(67%,76%,71%)

RGB channels and saturation

R 172 of 255 = 67%
G 195 of 255 = 76%
B 182 of 255 = 71%

172
195
182

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

Portions of RGB colors in percentages

R + G + B =
172 + 195 + 182 = 549 (100%)
R 172 of 549 ~ 31.33%
G 195 of 549 ~ 35.52%
B 182 of 549 ~ 33.15%

%31.33
%35.52
%33.15

CMYK color model

#ACC3B6 color CMYK value is (12,0,7,24).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 23.53%
CMYK:
(12,0,7,24)
C12M0Y7K24 
(12%,0%,7%,24%)
(0.12/0.00/0.07/0.24)	

CMYK percentages

%11.79
%0
%6.67
%23.53

Codes

Color #ACC3B6 in popluar color models

ACC3B6
RGB172195182
HSL146°16.08%71.96%
HSB/HSV146°11.79%76.47%
CMYK11.79%0.00%6.67%
23.53%

Color #ACC3B6 in popluar number systems.

HEXACC3B6
Decimal172195182
Binary101011001100001110110110
Octal254303266

Shades and tints

Shades of #ACC3B6

#ACC3B6
(172,195,182)
#9DB2A6
(157,178,166)
#8EA196
(142,161,150)
#7F9086
(127,144,134)
#707F76
(112,127,118)
#616E66
(97,110,102)
#525D56
(82,93,86)
#434C46
(67,76,70)
#343B36
(52,59,54)
#252A26
(37,42,38)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #ACC3B6

#ACC3B6
(172,195,182)
#B3C8BC
(179,200,188)
#BACDC2
(186,205,194)
#C1D2C8
(193,210,200)
#C8D7CE
(200,215,206)
#CFDCD4
(207,220,212)
#D6E1DA
(214,225,218)
#DDE6E0
(221,230,224)
#E4EBE6
(228,235,230)
#EBF0EC
(235,240,236)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC3B6 color. Also use rgb(172,195,182) instead hex code.

Text Font Color

.myTextColor { color: #ACC3B6; }

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

This text font color is #ACC3B6.


Background Color

.myBgColor { background-color: #ACC3B6; }

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

This div background color is #ACC3B6.


Border color

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

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

This div border color is #ACC3B6.


Opacity

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

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

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

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

This text has shadow with #ACC3B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC3B6 on black background.


Color preview on white background

This text has color #ACC3B6 on white background.



Black color preview on #ACC3B6 background

This text has black color on #ACC3B6 background.


White color preview on #ACC3B6 background

This text has white color on #ACC3B6 background.