COLOR #ACC2C0

HEX: #ACC2C0
RGB: (172,194,192)

Color info

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

RGB color model

#ACC2C0 color RGB value is (172,194,192).

  • red value is 172;
  • green value is 194;
  • blue value is 192.
RGB:
(172,194,192)
(67%,76%,75%)

RGB channels and saturation

R 172 of 255 = 67%
G 194 of 255 = 76%
B 192 of 255 = 75%

172
194
192

R + G + B ~ 73%. #ACC2C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 194 + 192 = 558 (100%)
R 172 of 558 ~ 30.82%
G 194 of 558 ~ 34.77%
B 192 of 558 ~ 34.41%

%30.82
%34.77
%34.41

CMYK color model

#ACC2C0 color CMYK value is (11,0,1,24).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 1.03%
  • key color value is 23.92%
CMYK:
(11,0,1,24)
C11M0Y1K24 
(11%,0%,1%,24%)
(0.11/0.00/0.01/0.24)	

CMYK percentages

%11.34
%0
%1.03
%23.92

Codes

Color #ACC2C0 in popluar color models

ACC2C0
RGB172194192
HSL175°15.28%71.76%
HSB/HSV175°11.34%76.08%
CMYK11.34%0.00%1.03%
23.92%

Color #ACC2C0 in popluar number systems.

HEXACC2C0
Decimal172194192
Binary101011001100001011000000
Octal254302300

Shades and tints

Shades of #ACC2C0

#ACC2C0
(172,194,192)
#9DB1AF
(157,177,175)
#8EA09E
(142,160,158)
#7F8F8D
(127,143,141)
#707E7C
(112,126,124)
#616D6B
(97,109,107)
#525C5A
(82,92,90)
#434B49
(67,75,73)
#343A38
(52,58,56)
#252927
(37,41,39)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #ACC2C0

#ACC2C0
(172,194,192)
#B3C7C5
(179,199,197)
#BACCCA
(186,204,202)
#C1D1CF
(193,209,207)
#C8D6D4
(200,214,212)
#CFDBD9
(207,219,217)
#D6E0DE
(214,224,222)
#DDE5E3
(221,229,227)
#E4EAE8
(228,234,232)
#EBEFED
(235,239,237)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC2C0 color. Also use rgb(172,194,192) instead hex code.

Text Font Color

.myTextColor { color: #ACC2C0; }

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

This text font color is #ACC2C0.


Background Color

.myBgColor { background-color: #ACC2C0; }

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

This div background color is #ACC2C0.


Border color

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

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

This div border color is #ACC2C0.


Opacity

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

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

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

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

This text has shadow with #ACC2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC2C0 on black background.


Color preview on white background

This text has color #ACC2C0 on white background.



Black color preview on #ACC2C0 background

This text has black color on #ACC2C0 background.


White color preview on #ACC2C0 background

This text has white color on #ACC2C0 background.