COLOR #AACB90

HEX: #AACB90 RGB: (170,203,144)

Color info

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

RGB color model

#AACB90 color RGB value is (170,203,144).

RGB: (170,203,144) (67%, 80%, 56%)

RGB channels and saturation

R 170 of 255 = 67%
G 203 of 255 = 80%
B 144 of 255 = 56%

170
203
144

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

Portions of RGB colors in percentages

R + G + B = 170 + 203 + 144 = 517 (100%)
R 170 of 517 ~ 32.88%
G 203 of 517 ~ 39.26%
B 144 of 517 ~ 27.85'%

%32.88
%39.26
%27.85

CMYK color model

#AACB90 color CMYK value is (16,0,29,20).

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

CMYK: (16,0,29,20)
C16M0Y29K20 (16%, 0%, 29%, 20%)
(0.16 / 0.00 / 0.29 / 0.20)

CMYK percentages

%16.26
%0
%29.06
%20.39

Codes

Color #AACB90 in popluar color models

AA CB 90
RGB 170 203 144
HSL 94° 36.20% 68.04%
HSB/HSV 94° 29.06% 79.61%
CMYK 16.26% 0.00% 29.06%
20.39%

Color #AACB90 in popluar number systems.

HEX AA CB 90
Decimal 170 203 144
Binary 10101010 11001011 10010000
Octal 252 313 220

Shades and tints

Shades of #AACB90

#AACB90
(170,203,144)
#9BB983
(155,185,131)
#8CA776
(140,167,118)
#7D9569
(125,149,105)
#6E835C
(110,131,92)
#5F714F
(95,113,79)
#505F42
(80,95,66)
#414D35
(65,77,53)
#323B28
(50,59,40)
#23291B
(35,41,27)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #AACB90

#AACB90
(170,203,144)
#B1CF9A
(177,207,154)
#B8D3A4
(184,211,164)
#BFD7AE
(191,215,174)
#C6DBB8
(198,219,184)
#CDDFC2
(205,223,194)
#D4E3CC
(212,227,204)
#DBE7D6
(219,231,214)
#E2EBE0
(226,235,224)
#E9EFEA
(233,239,234)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACB90; }

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

This text font color is #AACB90.

Background Color

.myBgColor { background-color: #AACB90; }

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

This div background color is #AACB90.

Border color

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

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

This div border color is #AACB90.

Opacity

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

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

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

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

This text has shadow with #AACB90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACB90.

Preview

Color preview on black background

This text has color #AACB90 on black background.


Color preview on white background

This text has color #AACB90 on white background.


Black color preview on #AACB90 background

This text has black color on #AACB90 background.


White color preview on #AACB90 background

This text has white color on #AACB90 background.


Related colors

Complementary color

Complementary color for #hex is #55346F.


I love getcolorcode.com

Triadic colors

1 #90AACB and #CB90AA with #AACB90 are triadic colors.

2 #90CBAA and #CBAA90 with #AACB90 are triadic colors.