COLOR #AABFB0

HEX: #AABFB0 RGB: (170,191,176)

Color info

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

RGB color model

#AABFB0 color RGB value is (170,191,176).

RGB: (170,191,176) (67%, 75%, 69%)

RGB channels and saturation

R 170 of 255 = 67%
G 191 of 255 = 75%
B 176 of 255 = 69%

170
191
176

R + G + B ~ 70%. #AABFB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 191 + 176 = 537 (100%)
R 170 of 537 ~ 31.66%
G 191 of 537 ~ 35.57%
B 176 of 537 ~ 32.77'%

%31.66
%35.57
%32.77

CMYK color model

#AABFB0 color CMYK value is (11,0,8,25).

  • cyan value is 10.99%
  • magenta value is 0.00%
  • yellow value is 7.85%
  • key color value is 25.10%
CMYK: (11,0,8,25) C11M0Y8K25 (11%,0%,8%,25%) (0.11/0.00/0.08/0.25) 

CMYK percentages

%10.99
%0
%7.85
%25.1

Codes

Color #AABFB0 in popluar color models

AA BF B0
RGB 170 191 176
HSL 137° 14.09% 70.78%
HSB/HSV 137° 10.99% 74.90%
CMYK 10.99% 0.00% 7.85%
25.10%

Color #AABFB0 in popluar number systems.

HEX AA BF B0
Decimal 170 191 176
Binary 10101010 10111111 10110000
Octal 252 277 260

Shades and tints

Shades of #AABFB0

#AABFB0
(170,191,176)
#9BAEA0
(155,174,160)
#8C9D90
(140,157,144)
#7D8C80
(125,140,128)
#6E7B70
(110,123,112)
#5F6A60
(95,106,96)
#505950
(80,89,80)
#414840
(65,72,64)
#323730
(50,55,48)
#232620
(35,38,32)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #AABFB0

#AABFB0
(170,191,176)
#B1C4B7
(177,196,183)
#B8C9BE
(184,201,190)
#BFCEC5
(191,206,197)
#C6D3CC
(198,211,204)
#CDD8D3
(205,216,211)
#D4DDDA
(212,221,218)
#DBE2E1
(219,226,225)
#E2E7E8
(226,231,232)
#E9ECEF
(233,236,239)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABFB0; }

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

This text font color is #AABFB0.

Background Color

.myBgColor { background-color: #AABFB0; }

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

This div background color is #AABFB0.

Border color

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

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

This div border color is #AABFB0.

Opacity

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

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

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

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

This text has shadow with #AABFB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABFB0.

Preview

Color preview on black background

This text has color #AABFB0 on black background.


Color preview on white background

This text has color #AABFB0 on white background.


Black color preview on #AABFB0 background

This text has black color on #AABFB0 background.


White color preview on #AABFB0 background

This text has white color on #AABFB0 background.


Related colors

Complementary color

Complementary color for #hex is #55404F.


I love getcolorcode.com

Triadic colors

1 #B0AABF and #BFB0AA with #AABFB0 are triadic colors.

2 #B0BFAA and #BFAAB0 with #AABFB0 are triadic colors.