COLOR #AACBA9

HEX: #AACBA9 RGB: (170,203,169)

Color info

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

RGB color model

#AACBA9 color RGB value is (170,203,169).

RGB: (170,203,169) (67%, 80%, 66%)

RGB channels and saturation

R 170 of 255 = 67%
G 203 of 255 = 80%
B 169 of 255 = 66%

170
203
169

R + G + B ~ 71%. #AACBA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 203 + 169 = 542 (100%)
R 170 of 542 ~ 31.37%
G 203 of 542 ~ 37.45%
B 169 of 542 ~ 31.18'%

%31.37
%37.45
%31.18

CMYK color model

#AACBA9 color CMYK value is (16,0,17,20).

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

CMYK: (16,0,17,20)
C16M0Y17K20 (16%, 0%, 17%, 20%)
(0.16 / 0.00 / 0.17 / 0.20)

CMYK percentages

%16.26
%0
%16.75
%20.39

Codes

Color #AACBA9 in popluar color models

AA CB A9
RGB 170 203 169
HSL 118° 24.64% 72.94%
HSB/HSV 118° 16.75% 79.61%
CMYK 16.26% 0.00% 16.75%
20.39%

Color #AACBA9 in popluar number systems.

HEX AA CB A9
Decimal 170 203 169
Binary 10101010 11001011 10101001
Octal 252 313 251

Shades and tints

Shades of #AACBA9

#AACBA9
(170,203,169)
#9BB99A
(155,185,154)
#8CA78B
(140,167,139)
#7D957C
(125,149,124)
#6E836D
(110,131,109)
#5F715E
(95,113,94)
#505F4F
(80,95,79)
#414D40
(65,77,64)
#323B31
(50,59,49)
#232922
(35,41,34)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #AACBA9

#AACBA9
(170,203,169)
#B1CFB0
(177,207,176)
#B8D3B7
(184,211,183)
#BFD7BE
(191,215,190)
#C6DBC5
(198,219,197)
#CDDFCC
(205,223,204)
#D4E3D3
(212,227,211)
#DBE7DA
(219,231,218)
#E2EBE1
(226,235,225)
#E9EFE8
(233,239,232)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACBA9; }

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

This text font color is #AACBA9.

Background Color

.myBgColor { background-color: #AACBA9; }

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

This div background color is #AACBA9.

Border color

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

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

This div border color is #AACBA9.

Opacity

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

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

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

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

This text has shadow with #AACBA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACBA9.

Preview

Color preview on black background

This text has color #AACBA9 on black background.


Color preview on white background

This text has color #AACBA9 on white background.


Black color preview on #AACBA9 background

This text has black color on #AACBA9 background.


White color preview on #AACBA9 background

This text has white color on #AACBA9 background.


Related colors

Complementary color

Complementary color for #hex is #553456.


I love getcolorcode.com

Triadic colors

1 #A9AACB and #CBA9AA with #AACBA9 are triadic colors.

2 #A9CBAA and #CBAAA9 with #AACBA9 are triadic colors.