COLOR #ACC0C3

HEX: #ACC0C3
RGB: (172,192,195)

Color info

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

RGB color model

#ACC0C3 color RGB value is (172,192,195).

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

RGB channels and saturation

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

172
192
195

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

Portions of RGB colors in percentages

R + G + B =
172 + 192 + 195 = 559 (100%)
R 172 of 559 ~ 30.77%
G 192 of 559 ~ 34.35%
B 195 of 559 ~ 34.88%

%30.77
%34.35
%34.88

CMYK color model

#ACC0C3 color CMYK value is (12,2,0,24).

  • cyan value is 11.79%
  • magenta value is 1.54%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(12,2,0,24)
C12M2Y0K24 
(12%,2%,0%,24%)
(0.12/0.02/0.00/0.24)	

CMYK percentages

%11.79
%1.54
%0
%23.53

Codes

Color #ACC0C3 in popluar color models

ACC0C3
RGB172192195
HSL188°16.08%71.96%
HSB/HSV188°11.79%76.47%
CMYK11.79%1.54%0.00%
23.53%

Color #ACC0C3 in popluar number systems.

HEXACC0C3
Decimal172192195
Binary101011001100000011000011
Octal254300303

Shades and tints

Shades of #ACC0C3

#ACC0C3
(172,192,195)
#9DAFB2
(157,175,178)
#8E9EA1
(142,158,161)
#7F8D90
(127,141,144)
#707C7F
(112,124,127)
#616B6E
(97,107,110)
#525A5D
(82,90,93)
#43494C
(67,73,76)
#34383B
(52,56,59)
#25272A
(37,39,42)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #ACC0C3

#ACC0C3
(172,192,195)
#B3C5C8
(179,197,200)
#BACACD
(186,202,205)
#C1CFD2
(193,207,210)
#C8D4D7
(200,212,215)
#CFD9DC
(207,217,220)
#D6DEE1
(214,222,225)
#DDE3E6
(221,227,230)
#E4E8EB
(228,232,235)
#EBEDF0
(235,237,240)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC0C3; }

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

This text font color is #ACC0C3.


Background Color

.myBgColor { background-color: #ACC0C3; }

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

This div background color is #ACC0C3.


Border color

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

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

This div border color is #ACC0C3.


Opacity

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

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

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

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

This text has shadow with #ACC0C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC0C3 on black background.


Color preview on white background

This text has color #ACC0C3 on white background.



Black color preview on #ACC0C3 background

This text has black color on #ACC0C3 background.


White color preview on #ACC0C3 background

This text has white color on #ACC0C3 background.