COLOR #AABD8F

HEX: #AABD8F RGB: (170,189,143)

Color info

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

RGB color model

#AABD8F color RGB value is (170,189,143).

RGB: (170,189,143) (67%, 74%, 56%)

RGB channels and saturation

R 170 of 255 = 67%
G 189 of 255 = 74%
B 143 of 255 = 56%

170
189
143

R + G + B ~ 66%. #AABD8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 189 + 143 = 502 (100%)
R 170 of 502 ~ 33.86%
G 189 of 502 ~ 37.65%
B 143 of 502 ~ 28.49'%

%33.86
%37.65
%28.49

CMYK color model

#AABD8F color CMYK value is (10,0,24,26).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 24.34%
  • key color value is 25.88%

CMYK: (10,0,24,26)
C10M0Y24K26 (10%, 0%, 24%, 26%)
(0.10 / 0.00 / 0.24 / 0.26)

CMYK percentages

%10.05
%0
%24.34
%25.88

Codes

Color #AABD8F in popluar color models

AA BD 8F
RGB 170 189 143
HSL 85° 25.84% 65.10%
HSB/HSV 85° 24.34% 74.12%
CMYK 10.05% 0.00% 24.34%
25.88%

Color #AABD8F in popluar number systems.

HEX AA BD 8F
Decimal 170 189 143
Binary 10101010 10111101 10001111
Octal 252 275 217

Shades and tints

Shades of #AABD8F

#AABD8F
(170,189,143)
#9BAC82
(155,172,130)
#8C9B75
(140,155,117)
#7D8A68
(125,138,104)
#6E795B
(110,121,91)
#5F684E
(95,104,78)
#505741
(80,87,65)
#414634
(65,70,52)
#323527
(50,53,39)
#23241A
(35,36,26)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #AABD8F

#AABD8F
(170,189,143)
#B1C399
(177,195,153)
#B8C9A3
(184,201,163)
#BFCFAD
(191,207,173)
#C6D5B7
(198,213,183)
#CDDBC1
(205,219,193)
#D4E1CB
(212,225,203)
#DBE7D5
(219,231,213)
#E2EDDF
(226,237,223)
#E9F3E9
(233,243,233)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABD8F color. Also use rgb(170,189,143) instead hex code.

Text Font Color

.myTextColor { color: #AABD8F; }

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

This text font color is #AABD8F.

Background Color

.myBgColor { background-color: #AABD8F; }

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

This div background color is #AABD8F.

Border color

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

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

This div border color is #AABD8F.

Opacity

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

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

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

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

This text has shadow with #AABD8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABD8F.

Preview

Color preview on black background

This text has color #AABD8F on black background.


Color preview on white background

This text has color #AABD8F on white background.


Black color preview on #AABD8F background

This text has black color on #AABD8F background.


White color preview on #AABD8F background

This text has white color on #AABD8F background.


Related colors

Complementary color

Complementary color for #hex is #554270.


I love getcolorcode.com

Triadic colors

1 #8FAABD and #BD8FAA with #AABD8F are triadic colors.

2 #8FBDAA and #BDAA8F with #AABD8F are triadic colors.