COLOR #ACC4BC

HEX: #ACC4BC
RGB: (172,196,188)

Color info

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

RGB color model

#ACC4BC color RGB value is (172,196,188).

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

RGB channels and saturation

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

172
196
188

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

Portions of RGB colors in percentages

R + G + B =
172 + 196 + 188 = 556 (100%)
R 172 of 556 ~ 30.94%
G 196 of 556 ~ 35.25%
B 188 of 556 ~ 33.81%

%30.94
%35.25
%33.81

CMYK color model

#ACC4BC color CMYK value is (12,0,4,23).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 4.08%
  • key color value is 23.14%
CMYK:
(12,0,4,23)
C12M0Y4K23 
(12%,0%,4%,23%)
(0.12/0.00/0.04/0.23)	

CMYK percentages

%12.24
%0
%4.08
%23.14

Codes

Color #ACC4BC in popluar color models

ACC4BC
RGB172196188
HSL160°16.90%72.16%
HSB/HSV160°12.24%76.86%
CMYK12.24%0.00%4.08%
23.14%

Color #ACC4BC in popluar number systems.

HEXACC4BC
Decimal172196188
Binary101011001100010010111100
Octal254304274

Shades and tints

Shades of #ACC4BC

#ACC4BC
(172,196,188)
#9DB3AB
(157,179,171)
#8EA29A
(142,162,154)
#7F9189
(127,145,137)
#708078
(112,128,120)
#616F67
(97,111,103)
#525E56
(82,94,86)
#434D45
(67,77,69)
#343C34
(52,60,52)
#252B23
(37,43,35)
#161A12
(22,26,18)
#000000
(0,0,0)

Tints of #ACC4BC

#ACC4BC
(172,196,188)
#B3C9C2
(179,201,194)
#BACEC8
(186,206,200)
#C1D3CE
(193,211,206)
#C8D8D4
(200,216,212)
#CFDDDA
(207,221,218)
#D6E2E0
(214,226,224)
#DDE7E6
(221,231,230)
#E4ECEC
(228,236,236)
#EBF1F2
(235,241,242)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC4BC; }

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

This text font color is #ACC4BC.


Background Color

.myBgColor { background-color: #ACC4BC; }

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

This div background color is #ACC4BC.


Border color

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

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

This div border color is #ACC4BC.


Opacity

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

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

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

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

This text has shadow with #ACC4BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC4BC on black background.


Color preview on white background

This text has color #ACC4BC on white background.



Black color preview on #ACC4BC background

This text has black color on #ACC4BC background.


White color preview on #ACC4BC background

This text has white color on #ACC4BC background.