COLOR #AABD92

HEX: #AABD92
RGB: (170,189,146)

Color info

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

RGB color model

#AABD92 color RGB value is (170,189,146).

  • red value is 170;
  • green value is 189;
  • blue value is 146.
RGB:
(170,189,146)
(67%,74%,57%)

RGB channels and saturation

R 170 of 255 = 67%
G 189 of 255 = 74%
B 146 of 255 = 57%

170
189
146

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

Portions of RGB colors in percentages

R + G + B =
170 + 189 + 146 = 505 (100%)
R 170 of 505 ~ 33.66%
G 189 of 505 ~ 37.43%
B 146 of 505 ~ 28.91%

%33.66
%37.43
%28.91

CMYK color model

#AABD92 color CMYK value is (10,0,23,26).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 25.88%
CMYK:
(10,0,23,26)
C10M0Y23K26 
(10%,0%,23%,26%)
(0.10/0.00/0.23/0.26)	

CMYK percentages

%10.05
%0
%22.75
%25.88

Codes

Color #AABD92 in popluar color models

AABD92
RGB170189146
HSL87°24.57%65.69%
HSB/HSV87°22.75%74.12%
CMYK10.05%0.00%22.75%
25.88%

Color #AABD92 in popluar number systems.

HEXAABD92
Decimal170189146
Binary101010101011110110010010
Octal252275222

Shades and tints

Shades of #AABD92

#AABD92
(170,189,146)
#9BAC85
(155,172,133)
#8C9B78
(140,155,120)
#7D8A6B
(125,138,107)
#6E795E
(110,121,94)
#5F6851
(95,104,81)
#505744
(80,87,68)
#414637
(65,70,55)
#32352A
(50,53,42)
#23241D
(35,36,29)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #AABD92

#AABD92
(170,189,146)
#B1C39B
(177,195,155)
#B8C9A4
(184,201,164)
#BFCFAD
(191,207,173)
#C6D5B6
(198,213,182)
#CDDBBF
(205,219,191)
#D4E1C8
(212,225,200)
#DBE7D1
(219,231,209)
#E2EDDA
(226,237,218)
#E9F3E3
(233,243,227)
#F0F9EC
(240,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABD92; }

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

This text font color is #AABD92.


Background Color

.myBgColor { background-color: #AABD92; }

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

This div background color is #AABD92.


Border color

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

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

This div border color is #AABD92.


Opacity

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

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

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

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

This text has shadow with #AABD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABD92 on black background.


Color preview on white background

This text has color #AABD92 on white background.



Black color preview on #AABD92 background

This text has black color on #AABD92 background.


White color preview on #AABD92 background

This text has white color on #AABD92 background.