COLOR #ACC3B8

HEX: #ACC3B8 RGB: (172,195,184)

Color info

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

RGB color model

#ACC3B8 color RGB value is (172,195,184).

RGB: (172,195,184) (67%, 76%, 72%)

RGB channels and saturation

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

172
195
184

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

Portions of RGB colors in percentages

R + G + B = 172 + 195 + 184 = 551 (100%)
R 172 of 551 ~ 31.22%
G 195 of 551 ~ 35.39%
B 184 of 551 ~ 33.39'%

%31.22
%35.39
%33.39

CMYK color model

#ACC3B8 color CMYK value is (12,0,6,24).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 5.64%
  • key color value is 23.53%

CMYK: (12,0,6,24)
C12M0Y6K24 (12%, 0%, 6%, 24%)
(0.12 / 0.00 / 0.06 / 0.24)

CMYK percentages

%11.79
%0
%5.64
%23.53

Codes

Color #ACC3B8 in popluar color models

AC C3 B8
RGB 172 195 184
HSL 151° 16.08% 71.96%
HSB/HSV 151° 11.79% 76.47%
CMYK 11.79% 0.00% 5.64%
23.53%

Color #ACC3B8 in popluar number systems.

HEX AC C3 B8
Decimal 172 195 184
Binary 10101100 11000011 10111000
Octal 254 303 270

Shades and tints

Shades of #ACC3B8

#ACC3B8
(172,195,184)
#9DB2A8
(157,178,168)
#8EA198
(142,161,152)
#7F9088
(127,144,136)
#707F78
(112,127,120)
#616E68
(97,110,104)
#525D58
(82,93,88)
#434C48
(67,76,72)
#343B38
(52,59,56)
#252A28
(37,42,40)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #ACC3B8

#ACC3B8
(172,195,184)
#B3C8BE
(179,200,190)
#BACDC4
(186,205,196)
#C1D2CA
(193,210,202)
#C8D7D0
(200,215,208)
#CFDCD6
(207,220,214)
#D6E1DC
(214,225,220)
#DDE6E2
(221,230,226)
#E4EBE8
(228,235,232)
#EBF0EE
(235,240,238)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC3B8; }

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

This text font color is #ACC3B8.

Background Color

.myBgColor { background-color: #ACC3B8; }

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

This div background color is #ACC3B8.

Border color

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

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

This div border color is #ACC3B8.

Opacity

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

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

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

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

This text has shadow with #ACC3B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC3B8.

Preview

Color preview on black background

This text has color #ACC3B8 on black background.


Color preview on white background

This text has color #ACC3B8 on white background.


Black color preview on #ACC3B8 background

This text has black color on #ACC3B8 background.


White color preview on #ACC3B8 background

This text has white color on #ACC3B8 background.


Related colors

Complementary color

Complementary color for #hex is #533C47.


I love getcolorcode.com

Triadic colors

1 #B8ACC3 and #C3B8AC with #ACC3B8 are triadic colors.

2 #B8C3AC and #C3ACB8 with #ACC3B8 are triadic colors.