COLOR #ACBAAA

HEX: #ACBAAA
RGB: (172,186,170)

Color info

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

RGB color model

#ACBAAA color RGB value is (172,186,170).

  • red value is 172;
  • green value is 186;
  • blue value is 170.
RGB:
(172,186,170)
(67%,73%,67%)

RGB channels and saturation

R 172 of 255 = 67%
G 186 of 255 = 73%
B 170 of 255 = 67%

172
186
170

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

Portions of RGB colors in percentages

R + G + B =
172 + 186 + 170 = 528 (100%)
R 172 of 528 ~ 32.58%
G 186 of 528 ~ 35.23%
B 170 of 528 ~ 32.2%

%32.58
%35.23
%32.2

CMYK color model

#ACBAAA color CMYK value is (8,0,9,27).

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 8.60%
  • key color value is 27.06%
CMYK:
(8,0,9,27)
C8M0Y9K27 
(8%,0%,9%,27%)
(0.08/0.00/0.09/0.27)	

CMYK percentages

%7.53
%0
%8.6
%27.06

Codes

Color #ACBAAA in popluar color models

ACBAAA
RGB172186170
HSL113°10.39%69.80%
HSB/HSV113°8.60%72.94%
CMYK7.53%0.00%8.60%
27.06%

Color #ACBAAA in popluar number systems.

HEXACBAAA
Decimal172186170
Binary101011001011101010101010
Octal254272252

Shades and tints

Shades of #ACBAAA

#ACBAAA
(172,186,170)
#9DAA9B
(157,170,155)
#8E9A8C
(142,154,140)
#7F8A7D
(127,138,125)
#707A6E
(112,122,110)
#616A5F
(97,106,95)
#525A50
(82,90,80)
#434A41
(67,74,65)
#343A32
(52,58,50)
#252A23
(37,42,35)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #ACBAAA

#ACBAAA
(172,186,170)
#B3C0B1
(179,192,177)
#BAC6B8
(186,198,184)
#C1CCBF
(193,204,191)
#C8D2C6
(200,210,198)
#CFD8CD
(207,216,205)
#D6DED4
(214,222,212)
#DDE4DB
(221,228,219)
#E4EAE2
(228,234,226)
#EBF0E9
(235,240,233)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBAAA color. Also use rgb(172,186,170) instead hex code.

Text Font Color

.myTextColor { color: #ACBAAA; }

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

This text font color is #ACBAAA.


Background Color

.myBgColor { background-color: #ACBAAA; }

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

This div background color is #ACBAAA.


Border color

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

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

This div border color is #ACBAAA.


Opacity

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

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

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

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

This text has shadow with #ACBAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBAAA on black background.


Color preview on white background

This text has color #ACBAAA on white background.



Black color preview on #ACBAAA background

This text has black color on #ACBAAA background.


White color preview on #ACBAAA background

This text has white color on #ACBAAA background.