COLOR #AABF83

HEX: #AABF83 RGB: (170,191,131)

Color info

#AABF83 contains mainly red and green colors. Web safe color of #AABF83 is #99CC99 (or #9C9).

RGB color model

#AABF83 color RGB value is (170,191,131).

RGB: (170,191,131) (67%, 75%, 51%)

RGB channels and saturation

R 170 of 255 = 67%
G 191 of 255 = 75%
B 131 of 255 = 51%

170
191
131

R + G + B ~ 64%. #AABF83 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 191 + 131 = 492 (100%)
R 170 of 492 ~ 34.55%
G 191 of 492 ~ 38.82%
B 131 of 492 ~ 26.63'%

%34.55
%38.82
%26.63

CMYK color model

#AABF83 color CMYK value is (11,0,31,25).

  • cyan value is 10.99%
  • magenta value is 0.00%
  • yellow value is 31.41%
  • key color value is 25.10%
CMYK: (11,0,31,25) C11M0Y31K25 (11%,0%,31%,25%) (0.11/0.00/0.31/0.25) 

CMYK percentages

%10.99
%0
%31.41
%25.1

Codes

Color #AABF83 in popluar color models

AA BF 83
RGB 170 191 131
HSL 81° 31.91% 63.14%
HSB/HSV 81° 31.41% 74.90%
CMYK 10.99% 0.00% 31.41%
25.10%

Color #AABF83 in popluar number systems.

HEX AA BF 83
Decimal 170 191 131
Binary 10101010 10111111 10000011
Octal 252 277 203

Shades and tints

Shades of #AABF83

#AABF83
(170,191,131)
#9BAE78
(155,174,120)
#8C9D6D
(140,157,109)
#7D8C62
(125,140,98)
#6E7B57
(110,123,87)
#5F6A4C
(95,106,76)
#505941
(80,89,65)
#414836
(65,72,54)
#32372B
(50,55,43)
#232620
(35,38,32)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #AABF83

#AABF83
(170,191,131)
#B1C48E
(177,196,142)
#B8C999
(184,201,153)
#BFCEA4
(191,206,164)
#C6D3AF
(198,211,175)
#CDD8BA
(205,216,186)
#D4DDC5
(212,221,197)
#DBE2D0
(219,226,208)
#E2E7DB
(226,231,219)
#E9ECE6
(233,236,230)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABF83 color. Also use rgb(170,191,131) instead hex code.

Text Font Color

.myTextColor { color: #AABF83; }

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

This text font color is #AABF83.

Background Color

.myBgColor { background-color: #AABF83; }

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

This div background color is #AABF83.

Border color

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

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

This div border color is #AABF83.

Opacity

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

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

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

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

This text has shadow with #AABF83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABF83.

Preview

Color preview on black background

This text has color #AABF83 on black background.


Color preview on white background

This text has color #AABF83 on white background.


Black color preview on #AABF83 background

This text has black color on #AABF83 background.


White color preview on #AABF83 background

This text has white color on #AABF83 background.


Related colors

Complementary color

Complementary color for #hex is #55407C.


I love getcolorcode.com

Triadic colors

1 #83AABF and #BF83AA with #AABF83 are triadic colors.

2 #83BFAA and #BFAA83 with #AABF83 are triadic colors.