COLOR #ACC7B8

HEX: #ACC7B8 RGB: (172,199,184)

Color info

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

RGB color model

#ACC7B8 color RGB value is (172,199,184).

RGB: (172,199,184) (67%, 78%, 72%)

RGB channels and saturation

R 172 of 255 = 67%
G 199 of 255 = 78%
B 184 of 255 = 72%

172
199
184

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

Portions of RGB colors in percentages

R + G + B = 172 + 199 + 184 = 555 (100%)
R 172 of 555 ~ 30.99%
G 199 of 555 ~ 35.86%
B 184 of 555 ~ 33.15'%

%30.99
%35.86
%33.15

CMYK color model

#ACC7B8 color CMYK value is (14,0,8,22).

  • cyan value is 13.57%
  • magenta value is 0.00%
  • yellow value is 7.54%
  • key color value is 21.96%

CMYK: (14,0,8,22)
C14M0Y8K22 (14%, 0%, 8%, 22%)
(0.14 / 0.00 / 0.08 / 0.22)

CMYK percentages

%13.57
%0
%7.54
%21.96

Codes

Color #ACC7B8 in popluar color models

AC C7 B8
RGB 172 199 184
HSL 147° 19.42% 72.75%
HSB/HSV 147° 13.57% 78.04%
CMYK 13.57% 0.00% 7.54%
21.96%

Color #ACC7B8 in popluar number systems.

HEX AC C7 B8
Decimal 172 199 184
Binary 10101100 11000111 10111000
Octal 254 307 270

Shades and tints

Shades of #ACC7B8

#ACC7B8
(172,199,184)
#9DB5A8
(157,181,168)
#8EA398
(142,163,152)
#7F9188
(127,145,136)
#707F78
(112,127,120)
#616D68
(97,109,104)
#525B58
(82,91,88)
#434948
(67,73,72)
#343738
(52,55,56)
#252528
(37,37,40)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #ACC7B8

#ACC7B8
(172,199,184)
#B3CCBE
(179,204,190)
#BAD1C4
(186,209,196)
#C1D6CA
(193,214,202)
#C8DBD0
(200,219,208)
#CFE0D6
(207,224,214)
#D6E5DC
(214,229,220)
#DDEAE2
(221,234,226)
#E4EFE8
(228,239,232)
#EBF4EE
(235,244,238)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC7B8; }

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

This text font color is #ACC7B8.

Background Color

.myBgColor { background-color: #ACC7B8; }

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

This div background color is #ACC7B8.

Border color

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

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

This div border color is #ACC7B8.

Opacity

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

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

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

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

This text has shadow with #ACC7B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC7B8.

Preview

Color preview on black background

This text has color #ACC7B8 on black background.


Color preview on white background

This text has color #ACC7B8 on white background.


Black color preview on #ACC7B8 background

This text has black color on #ACC7B8 background.


White color preview on #ACC7B8 background

This text has white color on #ACC7B8 background.


Related colors

Complementary color

Complementary color for #hex is #533847.


I love getcolorcode.com

Triadic colors

1 #B8ACC7 and #C7B8AC with #ACC7B8 are triadic colors.

2 #B8C7AC and #C7ACB8 with #ACC7B8 are triadic colors.