COLOR #AABBB5

HEX: #AABBB5 RGB: (170,187,181)

Color info

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

RGB color model

#AABBB5 color RGB value is (170,187,181).

RGB: (170,187,181) (67%, 73%, 71%)

RGB channels and saturation

R 170 of 255 = 67%
G 187 of 255 = 73%
B 181 of 255 = 71%

170
187
181

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

Portions of RGB colors in percentages

R + G + B = 170 + 187 + 181 = 538 (100%)
R 170 of 538 ~ 31.6%
G 187 of 538 ~ 34.76%
B 181 of 538 ~ 33.64'%

%31.6
%34.76
%33.64

CMYK color model

#AABBB5 color CMYK value is (9,0,3,27).

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

CMYK: (9,0,3,27)
C9M0Y3K27 (9%, 0%, 3%, 27%)
(0.09 / 0.00 / 0.03 / 0.27)

CMYK percentages

%9.09
%0
%3.21
%26.67

Codes

Color #AABBB5 in popluar color models

AA BB B5
RGB 170 187 181
HSL 159° 11.11% 70.00%
HSB/HSV 159° 9.09% 73.33%
CMYK 9.09% 0.00% 3.21%
26.67%

Color #AABBB5 in popluar number systems.

HEX AA BB B5
Decimal 170 187 181
Binary 10101010 10111011 10110101
Octal 252 273 265

Shades and tints

Shades of #AABBB5

#AABBB5
(170,187,181)
#9BAAA5
(155,170,165)
#8C9995
(140,153,149)
#7D8885
(125,136,133)
#6E7775
(110,119,117)
#5F6665
(95,102,101)
#505555
(80,85,85)
#414445
(65,68,69)
#323335
(50,51,53)
#232225
(35,34,37)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #AABBB5

#AABBB5
(170,187,181)
#B1C1BB
(177,193,187)
#B8C7C1
(184,199,193)
#BFCDC7
(191,205,199)
#C6D3CD
(198,211,205)
#CDD9D3
(205,217,211)
#D4DFD9
(212,223,217)
#DBE5DF
(219,229,223)
#E2EBE5
(226,235,229)
#E9F1EB
(233,241,235)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABBB5; }

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

This text font color is #AABBB5.

Background Color

.myBgColor { background-color: #AABBB5; }

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

This div background color is #AABBB5.

Border color

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

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

This div border color is #AABBB5.

Opacity

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

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

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

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

This text has shadow with #AABBB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABBB5.

Preview

Color preview on black background

This text has color #AABBB5 on black background.


Color preview on white background

This text has color #AABBB5 on white background.


Black color preview on #AABBB5 background

This text has black color on #AABBB5 background.


White color preview on #AABBB5 background

This text has white color on #AABBB5 background.


Related colors

Complementary color

Complementary color for #hex is #55444A.


I love getcolorcode.com

Triadic colors

1 #B5AABB and #BBB5AA with #AABBB5 are triadic colors.

2 #B5BBAA and #BBAAB5 with #AABBB5 are triadic colors.