COLOR #AABD93

HEX: #AABD93 RGB: (170,189,147)

Color info

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

RGB color model

#AABD93 color RGB value is (170,189,147).

RGB: (170,189,147) (67%, 74%, 58%)

RGB channels and saturation

R 170 of 255 = 67%
G 189 of 255 = 74%
B 147 of 255 = 58%

170
189
147

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

Portions of RGB colors in percentages

R + G + B = 170 + 189 + 147 = 506 (100%)
R 170 of 506 ~ 33.6%
G 189 of 506 ~ 37.35%
B 147 of 506 ~ 29.05'%

%33.6
%37.35
%29.05

CMYK color model

#AABD93 color CMYK value is (10,0,22,26).

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

CMYK: (10,0,22,26)
C10M0Y22K26 (10%, 0%, 22%, 26%)
(0.10 / 0.00 / 0.22 / 0.26)

CMYK percentages

%10.05
%0
%22.22
%25.88

Codes

Color #AABD93 in popluar color models

AA BD 93
RGB 170 189 147
HSL 87° 24.14% 65.88%
HSB/HSV 87° 22.22% 74.12%
CMYK 10.05% 0.00% 22.22%
25.88%

Color #AABD93 in popluar number systems.

HEX AA BD 93
Decimal 170 189 147
Binary 10101010 10111101 10010011
Octal 252 275 223

Shades and tints

Shades of #AABD93

#AABD93
(170,189,147)
#9BAC86
(155,172,134)
#8C9B79
(140,155,121)
#7D8A6C
(125,138,108)
#6E795F
(110,121,95)
#5F6852
(95,104,82)
#505745
(80,87,69)
#414638
(65,70,56)
#32352B
(50,53,43)
#23241E
(35,36,30)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #AABD93

#AABD93
(170,189,147)
#B1C39C
(177,195,156)
#B8C9A5
(184,201,165)
#BFCFAE
(191,207,174)
#C6D5B7
(198,213,183)
#CDDBC0
(205,219,192)
#D4E1C9
(212,225,201)
#DBE7D2
(219,231,210)
#E2EDDB
(226,237,219)
#E9F3E4
(233,243,228)
#F0F9ED
(240,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABD93; }

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

This text font color is #AABD93.

Background Color

.myBgColor { background-color: #AABD93; }

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

This div background color is #AABD93.

Border color

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

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

This div border color is #AABD93.

Opacity

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

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

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

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

This text has shadow with #AABD93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABD93.

Preview

Color preview on black background

This text has color #AABD93 on black background.


Color preview on white background

This text has color #AABD93 on white background.


Black color preview on #AABD93 background

This text has black color on #AABD93 background.


White color preview on #AABD93 background

This text has white color on #AABD93 background.


Related colors

Complementary color

Complementary color for #hex is #55426C.


I love getcolorcode.com

Triadic colors

1 #93AABD and #BD93AA with #AABD93 are triadic colors.

2 #93BDAA and #BDAA93 with #AABD93 are triadic colors.