COLOR #AABBB7

HEX: #AABBB7 RGB: (170,187,183)

Color info

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

RGB color model

#AABBB7 color RGB value is (170,187,183).

RGB: (170,187,183) (67%, 73%, 72%)

RGB channels and saturation

R 170 of 255 = 67%
G 187 of 255 = 73%
B 183 of 255 = 72%

170
187
183

R + G + B ~ 71%. #AABBB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 187 + 183 = 540 (100%)
R 170 of 540 ~ 31.48%
G 187 of 540 ~ 34.63%
B 183 of 540 ~ 33.89'%

%31.48
%34.63
%33.89

CMYK color model

#AABBB7 color CMYK value is (9,0,2,27).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 2.14%
  • key color value is 26.67%

CMYK: (9,0,2,27)
C9M0Y2K27 (9%, 0%, 2%, 27%)
(0.09 / 0.00 / 0.02 / 0.27)

CMYK percentages

%9.09
%0
%2.14
%26.67

Codes

Color #AABBB7 in popluar color models

AA BB B7
RGB 170 187 183
HSL 166° 11.11% 70.00%
HSB/HSV 166° 9.09% 73.33%
CMYK 9.09% 0.00% 2.14%
26.67%

Color #AABBB7 in popluar number systems.

HEX AA BB B7
Decimal 170 187 183
Binary 10101010 10111011 10110111
Octal 252 273 267

Shades and tints

Shades of #AABBB7

#AABBB7
(170,187,183)
#9BAAA7
(155,170,167)
#8C9997
(140,153,151)
#7D8887
(125,136,135)
#6E7777
(110,119,119)
#5F6667
(95,102,103)
#505557
(80,85,87)
#414447
(65,68,71)
#323337
(50,51,55)
#232227
(35,34,39)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #AABBB7

#AABBB7
(170,187,183)
#B1C1BD
(177,193,189)
#B8C7C3
(184,199,195)
#BFCDC9
(191,205,201)
#C6D3CF
(198,211,207)
#CDD9D5
(205,217,213)
#D4DFDB
(212,223,219)
#DBE5E1
(219,229,225)
#E2EBE7
(226,235,231)
#E9F1ED
(233,241,237)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABBB7 color. Also use rgb(170,187,183) instead hex code.

Text Font Color

.myTextColor { color: #AABBB7; }

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

This text font color is #AABBB7.

Background Color

.myBgColor { background-color: #AABBB7; }

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

This div background color is #AABBB7.

Border color

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

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

This div border color is #AABBB7.

Opacity

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

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

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

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

This text has shadow with #AABBB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABBB7.

Preview

Color preview on black background

This text has color #AABBB7 on black background.


Color preview on white background

This text has color #AABBB7 on white background.


Black color preview on #AABBB7 background

This text has black color on #AABBB7 background.


White color preview on #AABBB7 background

This text has white color on #AABBB7 background.


Related colors

Complementary color

Complementary color for #hex is #554448.


I love getcolorcode.com

Triadic colors

1 #B7AABB and #BBB7AA with #AABBB7 are triadic colors.

2 #B7BBAA and #BBAAB7 with #AABBB7 are triadic colors.