COLOR #AACBA0

HEX: #AACBA0
RGB: (170,203,160)

Color info

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

RGB color model

#AACBA0 color RGB value is (170,203,160).

  • red value is 170;
  • green value is 203;
  • blue value is 160.
RGB:
(170,203,160)
(67%,80%,63%)

RGB channels and saturation

R 170 of 255 = 67%
G 203 of 255 = 80%
B 160 of 255 = 63%

170
203
160

R + G + B ~ 70%. #AACBA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 203 + 160 = 533 (100%)
R 170 of 533 ~ 31.89%
G 203 of 533 ~ 38.09%
B 160 of 533 ~ 30.02%

%31.89
%38.09
%30.02

CMYK color model

#AACBA0 color CMYK value is (16,0,21,20).

  • cyan value is 16.26%
  • magenta value is 0.00%
  • yellow value is 21.18%
  • key color value is 20.39%
CMYK:
(16,0,21,20)
C16M0Y21K20 
(16%,0%,21%,20%)
(0.16/0.00/0.21/0.20)	

CMYK percentages

%16.26
%0
%21.18
%20.39

Codes

Color #AACBA0 in popluar color models

AACBA0
RGB170203160
HSL106°29.25%71.18%
HSB/HSV106°21.18%79.61%
CMYK16.26%0.00%21.18%
20.39%

Color #AACBA0 in popluar number systems.

HEXAACBA0
Decimal170203160
Binary101010101100101110100000
Octal252313240

Shades and tints

Shades of #AACBA0

#AACBA0
(170,203,160)
#9BB992
(155,185,146)
#8CA784
(140,167,132)
#7D9576
(125,149,118)
#6E8368
(110,131,104)
#5F715A
(95,113,90)
#505F4C
(80,95,76)
#414D3E
(65,77,62)
#323B30
(50,59,48)
#232922
(35,41,34)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #AACBA0

#AACBA0
(170,203,160)
#B1CFA8
(177,207,168)
#B8D3B0
(184,211,176)
#BFD7B8
(191,215,184)
#C6DBC0
(198,219,192)
#CDDFC8
(205,223,200)
#D4E3D0
(212,227,208)
#DBE7D8
(219,231,216)
#E2EBE0
(226,235,224)
#E9EFE8
(233,239,232)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACBA0 color. Also use rgb(170,203,160) instead hex code.

Text Font Color

.myTextColor { color: #AACBA0; }

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

This text font color is #AACBA0.


Background Color

.myBgColor { background-color: #AACBA0; }

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

This div background color is #AACBA0.


Border color

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

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

This div border color is #AACBA0.


Opacity

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

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

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

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

This text has shadow with #AACBA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACBA0 on black background.


Color preview on white background

This text has color #AACBA0 on white background.



Black color preview on #AACBA0 background

This text has black color on #AACBA0 background.


White color preview on #AACBA0 background

This text has white color on #AACBA0 background.