COLOR #AABFA6

HEX: #AABFA6 RGB: (170,191,166)

Color info

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

RGB color model

#AABFA6 color RGB value is (170,191,166).

RGB: (170,191,166) (67%, 75%, 65%)

RGB channels and saturation

R 170 of 255 = 67%
G 191 of 255 = 75%
B 166 of 255 = 65%

170
191
166

R + G + B ~ 69%. #AABFA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 191 + 166 = 527 (100%)
R 170 of 527 ~ 32.26%
G 191 of 527 ~ 36.24%
B 166 of 527 ~ 31.5'%

%32.26
%36.24
%31.5

CMYK color model

#AABFA6 color CMYK value is (11,0,13,25).

  • cyan value is 10.99%
  • magenta value is 0.00%
  • yellow value is 13.09%
  • key color value is 25.10%

CMYK: (11,0,13,25)
C11M0Y13K25 (11%, 0%, 13%, 25%)
(0.11 / 0.00 / 0.13 / 0.25)

CMYK percentages

%10.99
%0
%13.09
%25.1

Codes

Color #AABFA6 in popluar color models

AA BF A6
RGB 170 191 166
HSL 110° 16.34% 70.00%
HSB/HSV 110° 13.09% 74.90%
CMYK 10.99% 0.00% 13.09%
25.10%

Color #AABFA6 in popluar number systems.

HEX AA BF A6
Decimal 170 191 166
Binary 10101010 10111111 10100110
Octal 252 277 246

Shades and tints

Shades of #AABFA6

#AABFA6
(170,191,166)
#9BAE97
(155,174,151)
#8C9D88
(140,157,136)
#7D8C79
(125,140,121)
#6E7B6A
(110,123,106)
#5F6A5B
(95,106,91)
#50594C
(80,89,76)
#41483D
(65,72,61)
#32372E
(50,55,46)
#23261F
(35,38,31)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #AABFA6

#AABFA6
(170,191,166)
#B1C4AE
(177,196,174)
#B8C9B6
(184,201,182)
#BFCEBE
(191,206,190)
#C6D3C6
(198,211,198)
#CDD8CE
(205,216,206)
#D4DDD6
(212,221,214)
#DBE2DE
(219,226,222)
#E2E7E6
(226,231,230)
#E9ECEE
(233,236,238)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABFA6; }

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

This text font color is #AABFA6.

Background Color

.myBgColor { background-color: #AABFA6; }

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

This div background color is #AABFA6.

Border color

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

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

This div border color is #AABFA6.

Opacity

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

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

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

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

This text has shadow with #AABFA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABFA6.

Preview

Color preview on black background

This text has color #AABFA6 on black background.


Color preview on white background

This text has color #AABFA6 on white background.


Black color preview on #AABFA6 background

This text has black color on #AABFA6 background.


White color preview on #AABFA6 background

This text has white color on #AABFA6 background.


Related colors

Complementary color

Complementary color for #hex is #554059.


I love getcolorcode.com

Triadic colors

1 #A6AABF and #BFA6AA with #AABFA6 are triadic colors.

2 #A6BFAA and #BFAAA6 with #AABFA6 are triadic colors.