COLOR #ACC8C2

HEX: #ACC8C2
RGB: (172,200,194)

Color info

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

RGB color model

#ACC8C2 color RGB value is (172,200,194).

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

RGB channels and saturation

R 172 of 255 = 67%
G 200 of 255 = 78%
B 194 of 255 = 76%

172
200
194

R + G + B ~ 74%. #ACC8C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 200 + 194 = 566 (100%)
R 172 of 566 ~ 30.39%
G 200 of 566 ~ 35.34%
B 194 of 566 ~ 34.28%

%30.39
%35.34
%34.28

CMYK color model

#ACC8C2 color CMYK value is (14,0,3,22).

  • cyan value is 14.00%
  • magenta value is 0.00%
  • yellow value is 3.00%
  • key color value is 21.57%
CMYK:
(14,0,3,22)
C14M0Y3K22 
(14%,0%,3%,22%)
(0.14/0.00/0.03/0.22)	

CMYK percentages

%14
%0
%3
%21.57

Codes

Color #ACC8C2 in popluar color models

ACC8C2
RGB172200194
HSL167°20.29%72.94%
HSB/HSV167°14.00%78.43%
CMYK14.00%0.00%3.00%
21.57%

Color #ACC8C2 in popluar number systems.

HEXACC8C2
Decimal172200194
Binary101011001100100011000010
Octal254310302

Shades and tints

Shades of #ACC8C2

#ACC8C2
(172,200,194)
#9DB6B1
(157,182,177)
#8EA4A0
(142,164,160)
#7F928F
(127,146,143)
#70807E
(112,128,126)
#616E6D
(97,110,109)
#525C5C
(82,92,92)
#434A4B
(67,74,75)
#34383A
(52,56,58)
#252629
(37,38,41)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #ACC8C2

#ACC8C2
(172,200,194)
#B3CDC7
(179,205,199)
#BAD2CC
(186,210,204)
#C1D7D1
(193,215,209)
#C8DCD6
(200,220,214)
#CFE1DB
(207,225,219)
#D6E6E0
(214,230,224)
#DDEBE5
(221,235,229)
#E4F0EA
(228,240,234)
#EBF5EF
(235,245,239)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC8C2; }

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

This text font color is #ACC8C2.


Background Color

.myBgColor { background-color: #ACC8C2; }

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

This div background color is #ACC8C2.


Border color

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

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

This div border color is #ACC8C2.


Opacity

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

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

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

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

This text has shadow with #ACC8C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC8C2 on black background.


Color preview on white background

This text has color #ACC8C2 on white background.



Black color preview on #ACC8C2 background

This text has black color on #ACC8C2 background.


White color preview on #ACC8C2 background

This text has white color on #ACC8C2 background.