COLOR #ACC4B8

HEX: #ACC4B8
RGB: (172,196,184)

Color info

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

RGB color model

#ACC4B8 color RGB value is (172,196,184).

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

RGB channels and saturation

R 172 of 255 = 67%
G 196 of 255 = 77%
B 184 of 255 = 72%

172
196
184

R + G + B ~ 72%. #ACC4B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 196 + 184 = 552 (100%)
R 172 of 552 ~ 31.16%
G 196 of 552 ~ 35.51%
B 184 of 552 ~ 33.33%

%31.16
%35.51
%33.33

CMYK color model

#ACC4B8 color CMYK value is (12,0,6,23).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 6.12%
  • key color value is 23.14%
CMYK:
(12,0,6,23)
C12M0Y6K23 
(12%,0%,6%,23%)
(0.12/0.00/0.06/0.23)	

CMYK percentages

%12.24
%0
%6.12
%23.14

Codes

Color #ACC4B8 in popluar color models

ACC4B8
RGB172196184
HSL150°16.90%72.16%
HSB/HSV150°12.24%76.86%
CMYK12.24%0.00%6.12%
23.14%

Color #ACC4B8 in popluar number systems.

HEXACC4B8
Decimal172196184
Binary101011001100010010111000
Octal254304270

Shades and tints

Shades of #ACC4B8

#ACC4B8
(172,196,184)
#9DB3A8
(157,179,168)
#8EA298
(142,162,152)
#7F9188
(127,145,136)
#708078
(112,128,120)
#616F68
(97,111,104)
#525E58
(82,94,88)
#434D48
(67,77,72)
#343C38
(52,60,56)
#252B28
(37,43,40)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #ACC4B8

#ACC4B8
(172,196,184)
#B3C9BE
(179,201,190)
#BACEC4
(186,206,196)
#C1D3CA
(193,211,202)
#C8D8D0
(200,216,208)
#CFDDD6
(207,221,214)
#D6E2DC
(214,226,220)
#DDE7E2
(221,231,226)
#E4ECE8
(228,236,232)
#EBF1EE
(235,241,238)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC4B8; }

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

This text font color is #ACC4B8.


Background Color

.myBgColor { background-color: #ACC4B8; }

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

This div background color is #ACC4B8.


Border color

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

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

This div border color is #ACC4B8.


Opacity

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

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

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

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

This text has shadow with #ACC4B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC4B8 on black background.


Color preview on white background

This text has color #ACC4B8 on white background.



Black color preview on #ACC4B8 background

This text has black color on #ACC4B8 background.


White color preview on #ACC4B8 background

This text has white color on #ACC4B8 background.