COLOR #ACBAA3

HEX: #ACBAA3
RGB: (172,186,163)

Color info

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

RGB color model

#ACBAA3 color RGB value is (172,186,163).

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

RGB channels and saturation

R 172 of 255 = 67%
G 186 of 255 = 73%
B 163 of 255 = 64%

172
186
163

R + G + B ~ 68%. #ACBAA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 186 + 163 = 521 (100%)
R 172 of 521 ~ 33.01%
G 186 of 521 ~ 35.7%
B 163 of 521 ~ 31.29%

%33.01
%35.7
%31.29

CMYK color model

#ACBAA3 color CMYK value is (8,0,12,27).

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 12.37%
  • key color value is 27.06%
CMYK:
(8,0,12,27)
C8M0Y12K27 
(8%,0%,12%,27%)
(0.08/0.00/0.12/0.27)	

CMYK percentages

%7.53
%0
%12.37
%27.06

Codes

Color #ACBAA3 in popluar color models

ACBAA3
RGB172186163
HSL97°14.29%68.43%
HSB/HSV97°12.37%72.94%
CMYK7.53%0.00%12.37%
27.06%

Color #ACBAA3 in popluar number systems.

HEXACBAA3
Decimal172186163
Binary101011001011101010100011
Octal254272243

Shades and tints

Shades of #ACBAA3

#ACBAA3
(172,186,163)
#9DAA95
(157,170,149)
#8E9A87
(142,154,135)
#7F8A79
(127,138,121)
#707A6B
(112,122,107)
#616A5D
(97,106,93)
#525A4F
(82,90,79)
#434A41
(67,74,65)
#343A33
(52,58,51)
#252A25
(37,42,37)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #ACBAA3

#ACBAA3
(172,186,163)
#B3C0AB
(179,192,171)
#BAC6B3
(186,198,179)
#C1CCBB
(193,204,187)
#C8D2C3
(200,210,195)
#CFD8CB
(207,216,203)
#D6DED3
(214,222,211)
#DDE4DB
(221,228,219)
#E4EAE3
(228,234,227)
#EBF0EB
(235,240,235)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBAA3; }

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

This text font color is #ACBAA3.


Background Color

.myBgColor { background-color: #ACBAA3; }

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

This div background color is #ACBAA3.


Border color

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

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

This div border color is #ACBAA3.


Opacity

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

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

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

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

This text has shadow with #ACBAA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBAA3 on black background.


Color preview on white background

This text has color #ACBAA3 on white background.



Black color preview on #ACBAA3 background

This text has black color on #ACBAA3 background.


White color preview on #ACBAA3 background

This text has white color on #ACBAA3 background.