COLOR #ACC4B0

HEX: #ACC4B0 RGB: (172,196,176)

Color info

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

RGB color model

#ACC4B0 color RGB value is (172,196,176).

RGB: (172,196,176) (67%, 77%, 69%)

RGB channels and saturation

R 172 of 255 = 67%
G 196 of 255 = 77%
B 176 of 255 = 69%

172
196
176

R + G + B ~ 71%. #ACC4B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 196 + 176 = 544 (100%)
R 172 of 544 ~ 31.62%
G 196 of 544 ~ 36.03%
B 176 of 544 ~ 32.35'%

%31.62
%36.03
%32.35

CMYK color model

#ACC4B0 color CMYK value is (12,0,10,23).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 23.14%

CMYK: (12,0,10,23)
C12M0Y10K23 (12%, 0%, 10%, 23%)
(0.12 / 0.00 / 0.10 / 0.23)

CMYK percentages

%12.24
%0
%10.2
%23.14

Codes

Color #ACC4B0 in popluar color models

AC C4 B0
RGB 172 196 176
HSL 130° 16.90% 72.16%
HSB/HSV 130° 12.24% 76.86%
CMYK 12.24% 0.00% 10.20%
23.14%

Color #ACC4B0 in popluar number systems.

HEX AC C4 B0
Decimal 172 196 176
Binary 10101100 11000100 10110000
Octal 254 304 260

Shades and tints

Shades of #ACC4B0

#ACC4B0
(172,196,176)
#9DB3A0
(157,179,160)
#8EA290
(142,162,144)
#7F9180
(127,145,128)
#708070
(112,128,112)
#616F60
(97,111,96)
#525E50
(82,94,80)
#434D40
(67,77,64)
#343C30
(52,60,48)
#252B20
(37,43,32)
#161A10
(22,26,16)
#000000
(0,0,0)

Tints of #ACC4B0

#ACC4B0
(172,196,176)
#B3C9B7
(179,201,183)
#BACEBE
(186,206,190)
#C1D3C5
(193,211,197)
#C8D8CC
(200,216,204)
#CFDDD3
(207,221,211)
#D6E2DA
(214,226,218)
#DDE7E1
(221,231,225)
#E4ECE8
(228,236,232)
#EBF1EF
(235,241,239)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC4B0; }

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

This text font color is #ACC4B0.

Background Color

.myBgColor { background-color: #ACC4B0; }

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

This div background color is #ACC4B0.

Border color

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

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

This div border color is #ACC4B0.

Opacity

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

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

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

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

This text has shadow with #ACC4B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC4B0.

Preview

Color preview on black background

This text has color #ACC4B0 on black background.


Color preview on white background

This text has color #ACC4B0 on white background.


Black color preview on #ACC4B0 background

This text has black color on #ACC4B0 background.


White color preview on #ACC4B0 background

This text has white color on #ACC4B0 background.


Related colors

Complementary color

Complementary color for #hex is #533B4F.


I love getcolorcode.com

Triadic colors

1 #B0ACC4 and #C4B0AC with #ACC4B0 are triadic colors.

2 #B0C4AC and #C4ACB0 with #ACC4B0 are triadic colors.