COLOR #AABC88

HEX: #AABC88 RGB: (170,188,136)

Color info

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

RGB color model

#AABC88 color RGB value is (170,188,136).

RGB: (170,188,136) (67%, 74%, 53%)

RGB channels and saturation

R 170 of 255 = 67%
G 188 of 255 = 74%
B 136 of 255 = 53%

170
188
136

R + G + B ~ 65%. #AABC88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 188 + 136 = 494 (100%)
R 170 of 494 ~ 34.41%
G 188 of 494 ~ 38.06%
B 136 of 494 ~ 27.53'%

%34.41
%38.06
%27.53

CMYK color model

#AABC88 color CMYK value is (10,0,28,26).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 27.66%
  • key color value is 26.27%

CMYK: (10,0,28,26)
C10M0Y28K26 (10%, 0%, 28%, 26%)
(0.10 / 0.00 / 0.28 / 0.26)

CMYK percentages

%9.57
%0
%27.66
%26.27

Codes

Color #AABC88 in popluar color models

AA BC 88
RGB 170 188 136
HSL 81° 27.96% 63.53%
HSB/HSV 81° 27.66% 73.73%
CMYK 9.57% 0.00% 27.66%
26.27%

Color #AABC88 in popluar number systems.

HEX AA BC 88
Decimal 170 188 136
Binary 10101010 10111100 10001000
Octal 252 274 210

Shades and tints

Shades of #AABC88

#AABC88
(170,188,136)
#9BAB7C
(155,171,124)
#8C9A70
(140,154,112)
#7D8964
(125,137,100)
#6E7858
(110,120,88)
#5F674C
(95,103,76)
#505640
(80,86,64)
#414534
(65,69,52)
#323428
(50,52,40)
#23231C
(35,35,28)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #AABC88

#AABC88
(170,188,136)
#B1C292
(177,194,146)
#B8C89C
(184,200,156)
#BFCEA6
(191,206,166)
#C6D4B0
(198,212,176)
#CDDABA
(205,218,186)
#D4E0C4
(212,224,196)
#DBE6CE
(219,230,206)
#E2ECD8
(226,236,216)
#E9F2E2
(233,242,226)
#F0F8EC
(240,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABC88 color. Also use rgb(170,188,136) instead hex code.

Text Font Color

.myTextColor { color: #AABC88; }

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

This text font color is #AABC88.

Background Color

.myBgColor { background-color: #AABC88; }

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

This div background color is #AABC88.

Border color

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

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

This div border color is #AABC88.

Opacity

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

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

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

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

This text has shadow with #AABC88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABC88.

Preview

Color preview on black background

This text has color #AABC88 on black background.


Color preview on white background

This text has color #AABC88 on white background.


Black color preview on #AABC88 background

This text has black color on #AABC88 background.


White color preview on #AABC88 background

This text has white color on #AABC88 background.


Related colors

Complementary color

Complementary color for #hex is #554377.


I love getcolorcode.com

Triadic colors

1 #88AABC and #BC88AA with #AABC88 are triadic colors.

2 #88BCAA and #BCAA88 with #AABC88 are triadic colors.