COLOR #ACBDA6

HEX: #ACBDA6
RGB: (172,189,166)

Color info

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

RGB color model

#ACBDA6 color RGB value is (172,189,166).

  • red value is 172;
  • green value is 189;
  • blue value is 166.
RGB:
(172,189,166)
(67%,74%,65%)

RGB channels and saturation

R 172 of 255 = 67%
G 189 of 255 = 74%
B 166 of 255 = 65%

172
189
166

R + G + B ~ 69%. #ACBDA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 189 + 166 = 527 (100%)
R 172 of 527 ~ 32.64%
G 189 of 527 ~ 35.86%
B 166 of 527 ~ 31.5%

%32.64
%35.86
%31.5

CMYK color model

#ACBDA6 color CMYK value is (9,0,12,26).

  • cyan value is 8.99%
  • magenta value is 0.00%
  • yellow value is 12.17%
  • key color value is 25.88%
CMYK:
(9,0,12,26)
C9M0Y12K26 
(9%,0%,12%,26%)
(0.09/0.00/0.12/0.26)	

CMYK percentages

%8.99
%0
%12.17
%25.88

Codes

Color #ACBDA6 in popluar color models

ACBDA6
RGB172189166
HSL104°14.84%69.61%
HSB/HSV104°12.17%74.12%
CMYK8.99%0.00%12.17%
25.88%

Color #ACBDA6 in popluar number systems.

HEXACBDA6
Decimal172189166
Binary101011001011110110100110
Octal254275246

Shades and tints

Shades of #ACBDA6

#ACBDA6
(172,189,166)
#9DAC97
(157,172,151)
#8E9B88
(142,155,136)
#7F8A79
(127,138,121)
#70796A
(112,121,106)
#61685B
(97,104,91)
#52574C
(82,87,76)
#43463D
(67,70,61)
#34352E
(52,53,46)
#25241F
(37,36,31)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #ACBDA6

#ACBDA6
(172,189,166)
#B3C3AE
(179,195,174)
#BAC9B6
(186,201,182)
#C1CFBE
(193,207,190)
#C8D5C6
(200,213,198)
#CFDBCE
(207,219,206)
#D6E1D6
(214,225,214)
#DDE7DE
(221,231,222)
#E4EDE6
(228,237,230)
#EBF3EE
(235,243,238)
#F2F9F6
(242,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBDA6 color. Also use rgb(172,189,166) instead hex code.

Text Font Color

.myTextColor { color: #ACBDA6; }

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

This text font color is #ACBDA6.


Background Color

.myBgColor { background-color: #ACBDA6; }

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

This div background color is #ACBDA6.


Border color

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

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

This div border color is #ACBDA6.


Opacity

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

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

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

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

This text has shadow with #ACBDA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBDA6 on black background.


Color preview on white background

This text has color #ACBDA6 on white background.



Black color preview on #ACBDA6 background

This text has black color on #ACBDA6 background.


White color preview on #ACBDA6 background

This text has white color on #ACBDA6 background.