COLOR #AACB9B

HEX: #AACB9B RGB: (170,203,155)

Color info

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

RGB color model

#AACB9B color RGB value is (170,203,155).

RGB: (170,203,155) (67%, 80%, 61%)

RGB channels and saturation

R 170 of 255 = 67%
G 203 of 255 = 80%
B 155 of 255 = 61%

170
203
155

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

Portions of RGB colors in percentages

R + G + B = 170 + 203 + 155 = 528 (100%)
R 170 of 528 ~ 32.2%
G 203 of 528 ~ 38.45%
B 155 of 528 ~ 29.36'%

%32.2
%38.45
%29.36

CMYK color model

#AACB9B color CMYK value is (16,0,24,20).

  • cyan value is 16.26%
  • magenta value is 0.00%
  • yellow value is 23.65%
  • key color value is 20.39%

CMYK: (16,0,24,20)
C16M0Y24K20 (16%, 0%, 24%, 20%)
(0.16 / 0.00 / 0.24 / 0.20)

CMYK percentages

%16.26
%0
%23.65
%20.39

Codes

Color #AACB9B in popluar color models

AA CB 9B
RGB 170 203 155
HSL 101° 31.58% 70.20%
HSB/HSV 101° 23.65% 79.61%
CMYK 16.26% 0.00% 23.65%
20.39%

Color #AACB9B in popluar number systems.

HEX AA CB 9B
Decimal 170 203 155
Binary 10101010 11001011 10011011
Octal 252 313 233

Shades and tints

Shades of #AACB9B

#AACB9B
(170,203,155)
#9BB98D
(155,185,141)
#8CA77F
(140,167,127)
#7D9571
(125,149,113)
#6E8363
(110,131,99)
#5F7155
(95,113,85)
#505F47
(80,95,71)
#414D39
(65,77,57)
#323B2B
(50,59,43)
#23291D
(35,41,29)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #AACB9B

#AACB9B
(170,203,155)
#B1CFA4
(177,207,164)
#B8D3AD
(184,211,173)
#BFD7B6
(191,215,182)
#C6DBBF
(198,219,191)
#CDDFC8
(205,223,200)
#D4E3D1
(212,227,209)
#DBE7DA
(219,231,218)
#E2EBE3
(226,235,227)
#E9EFEC
(233,239,236)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACB9B; }

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

This text font color is #AACB9B.

Background Color

.myBgColor { background-color: #AACB9B; }

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

This div background color is #AACB9B.

Border color

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

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

This div border color is #AACB9B.

Opacity

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

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

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

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

This text has shadow with #AACB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACB9B.

Preview

Color preview on black background

This text has color #AACB9B on black background.


Color preview on white background

This text has color #AACB9B on white background.


Black color preview on #AACB9B background

This text has black color on #AACB9B background.


White color preview on #AACB9B background

This text has white color on #AACB9B background.


Related colors

Complementary color

Complementary color for #hex is #553464.


I love getcolorcode.com

Triadic colors

1 #9BAACB and #CB9BAA with #AACB9B are triadic colors.

2 #9BCBAA and #CBAA9B with #AACB9B are triadic colors.