COLOR #ACC5BC

HEX: #ACC5BC
RGB: (172,197,188)

Color info

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

RGB color model

#ACC5BC color RGB value is (172,197,188).

  • red value is 172;
  • green value is 197;
  • blue value is 188.
RGB:
(172,197,188)
(67%,77%,74%)

RGB channels and saturation

R 172 of 255 = 67%
G 197 of 255 = 77%
B 188 of 255 = 74%

172
197
188

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

Portions of RGB colors in percentages

R + G + B =
172 + 197 + 188 = 557 (100%)
R 172 of 557 ~ 30.88%
G 197 of 557 ~ 35.37%
B 188 of 557 ~ 33.75%

%30.88
%35.37
%33.75

CMYK color model

#ACC5BC color CMYK value is (13,0,5,23).

  • cyan value is 12.69%
  • magenta value is 0.00%
  • yellow value is 4.57%
  • key color value is 22.75%
CMYK:
(13,0,5,23)
C13M0Y5K23 
(13%,0%,5%,23%)
(0.13/0.00/0.05/0.23)	

CMYK percentages

%12.69
%0
%4.57
%22.75

Codes

Color #ACC5BC in popluar color models

ACC5BC
RGB172197188
HSL158°17.73%72.35%
HSB/HSV158°12.69%77.25%
CMYK12.69%0.00%4.57%
22.75%

Color #ACC5BC in popluar number systems.

HEXACC5BC
Decimal172197188
Binary101011001100010110111100
Octal254305274

Shades and tints

Shades of #ACC5BC

#ACC5BC
(172,197,188)
#9DB4AB
(157,180,171)
#8EA39A
(142,163,154)
#7F9289
(127,146,137)
#708178
(112,129,120)
#617067
(97,112,103)
#525F56
(82,95,86)
#434E45
(67,78,69)
#343D34
(52,61,52)
#252C23
(37,44,35)
#161B12
(22,27,18)
#000000
(0,0,0)

Tints of #ACC5BC

#ACC5BC
(172,197,188)
#B3CAC2
(179,202,194)
#BACFC8
(186,207,200)
#C1D4CE
(193,212,206)
#C8D9D4
(200,217,212)
#CFDEDA
(207,222,218)
#D6E3E0
(214,227,224)
#DDE8E6
(221,232,230)
#E4EDEC
(228,237,236)
#EBF2F2
(235,242,242)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC5BC color. Also use rgb(172,197,188) instead hex code.

Text Font Color

.myTextColor { color: #ACC5BC; }

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

This text font color is #ACC5BC.


Background Color

.myBgColor { background-color: #ACC5BC; }

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

This div background color is #ACC5BC.


Border color

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

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

This div border color is #ACC5BC.


Opacity

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

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

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

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

This text has shadow with #ACC5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC5BC on black background.


Color preview on white background

This text has color #ACC5BC on white background.



Black color preview on #ACC5BC background

This text has black color on #ACC5BC background.


White color preview on #ACC5BC background

This text has white color on #ACC5BC background.