COLOR #ACC1B8

HEX: #ACC1B8
RGB: (172,193,184)

Color info

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

RGB color model

#ACC1B8 color RGB value is (172,193,184).

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

RGB channels and saturation

R 172 of 255 = 67%
G 193 of 255 = 76%
B 184 of 255 = 72%

172
193
184

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

Portions of RGB colors in percentages

R + G + B =
172 + 193 + 184 = 549 (100%)
R 172 of 549 ~ 31.33%
G 193 of 549 ~ 35.15%
B 184 of 549 ~ 33.52%

%31.33
%35.15
%33.52

CMYK color model

#ACC1B8 color CMYK value is (11,0,5,24).

  • cyan value is 10.88%
  • magenta value is 0.00%
  • yellow value is 4.66%
  • key color value is 24.31%
CMYK:
(11,0,5,24)
C11M0Y5K24 
(11%,0%,5%,24%)
(0.11/0.00/0.05/0.24)	

CMYK percentages

%10.88
%0
%4.66
%24.31

Codes

Color #ACC1B8 in popluar color models

ACC1B8
RGB172193184
HSL154°14.48%71.57%
HSB/HSV154°10.88%75.69%
CMYK10.88%0.00%4.66%
24.31%

Color #ACC1B8 in popluar number systems.

HEXACC1B8
Decimal172193184
Binary101011001100000110111000
Octal254301270

Shades and tints

Shades of #ACC1B8

#ACC1B8
(172,193,184)
#9DB0A8
(157,176,168)
#8E9F98
(142,159,152)
#7F8E88
(127,142,136)
#707D78
(112,125,120)
#616C68
(97,108,104)
#525B58
(82,91,88)
#434A48
(67,74,72)
#343938
(52,57,56)
#252828
(37,40,40)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #ACC1B8

#ACC1B8
(172,193,184)
#B3C6BE
(179,198,190)
#BACBC4
(186,203,196)
#C1D0CA
(193,208,202)
#C8D5D0
(200,213,208)
#CFDAD6
(207,218,214)
#D6DFDC
(214,223,220)
#DDE4E2
(221,228,226)
#E4E9E8
(228,233,232)
#EBEEEE
(235,238,238)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC1B8; }

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

This text font color is #ACC1B8.


Background Color

.myBgColor { background-color: #ACC1B8; }

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

This div background color is #ACC1B8.


Border color

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

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

This div border color is #ACC1B8.


Opacity

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

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

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

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

This text has shadow with #ACC1B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC1B8 on black background.


Color preview on white background

This text has color #ACC1B8 on white background.



Black color preview on #ACC1B8 background

This text has black color on #ACC1B8 background.


White color preview on #ACC1B8 background

This text has white color on #ACC1B8 background.