COLOR #ACC6B1

HEX: #ACC6B1
RGB: (172,198,177)

Color info

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

RGB color model

#ACC6B1 color RGB value is (172,198,177).

  • red value is 172;
  • green value is 198;
  • blue value is 177.
RGB:
(172,198,177)
(67%,78%,69%)

RGB channels and saturation

R 172 of 255 = 67%
G 198 of 255 = 78%
B 177 of 255 = 69%

172
198
177

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

Portions of RGB colors in percentages

R + G + B =
172 + 198 + 177 = 547 (100%)
R 172 of 547 ~ 31.44%
G 198 of 547 ~ 36.2%
B 177 of 547 ~ 32.36%

%31.44
%36.2
%32.36

CMYK color model

#ACC6B1 color CMYK value is (13,0,11,22).

  • cyan value is 13.13%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 22.35%
CMYK:
(13,0,11,22)
C13M0Y11K22 
(13%,0%,11%,22%)
(0.13/0.00/0.11/0.22)	

CMYK percentages

%13.13
%0
%10.61
%22.35

Codes

Color #ACC6B1 in popluar color models

ACC6B1
RGB172198177
HSL132°18.57%72.55%
HSB/HSV132°13.13%77.65%
CMYK13.13%0.00%10.61%
22.35%

Color #ACC6B1 in popluar number systems.

HEXACC6B1
Decimal172198177
Binary101011001100011010110001
Octal254306261

Shades and tints

Shades of #ACC6B1

#ACC6B1
(172,198,177)
#9DB4A1
(157,180,161)
#8EA291
(142,162,145)
#7F9081
(127,144,129)
#707E71
(112,126,113)
#616C61
(97,108,97)
#525A51
(82,90,81)
#434841
(67,72,65)
#343631
(52,54,49)
#252421
(37,36,33)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #ACC6B1

#ACC6B1
(172,198,177)
#B3CBB8
(179,203,184)
#BAD0BF
(186,208,191)
#C1D5C6
(193,213,198)
#C8DACD
(200,218,205)
#CFDFD4
(207,223,212)
#D6E4DB
(214,228,219)
#DDE9E2
(221,233,226)
#E4EEE9
(228,238,233)
#EBF3F0
(235,243,240)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC6B1 color. Also use rgb(172,198,177) instead hex code.

Text Font Color

.myTextColor { color: #ACC6B1; }

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

This text font color is #ACC6B1.


Background Color

.myBgColor { background-color: #ACC6B1; }

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

This div background color is #ACC6B1.


Border color

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

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

This div border color is #ACC6B1.


Opacity

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

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

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

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

This text has shadow with #ACC6B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC6B1 on black background.


Color preview on white background

This text has color #ACC6B1 on white background.



Black color preview on #ACC6B1 background

This text has black color on #ACC6B1 background.


White color preview on #ACC6B1 background

This text has white color on #ACC6B1 background.