COLOR #AABBBD

HEX: #AABBBD RGB: (170,187,189)

Color info

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

RGB color model

#AABBBD color RGB value is (170,187,189).

RGB: (170,187,189) (67%, 73%, 74%)

RGB channels and saturation

R 170 of 255 = 67%
G 187 of 255 = 73%
B 189 of 255 = 74%

170
187
189

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

Portions of RGB colors in percentages

R + G + B = 170 + 187 + 189 = 546 (100%)
R 170 of 546 ~ 31.14%
G 187 of 546 ~ 34.25%
B 189 of 546 ~ 34.62'%

%31.14
%34.25
%34.62

CMYK color model

#AABBBD color CMYK value is (10,1,0,26).

  • cyan value is 10.05%
  • magenta value is 1.06%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (10,1,0,26)
C10M1Y0K26 (10%, 1%, 0%, 26%)
(0.10 / 0.01 / 0.00 / 0.26)

CMYK percentages

%10.05
%1.06
%0
%25.88

Codes

Color #AABBBD in popluar color models

AA BB BD
RGB 170 187 189
HSL 186° 12.58% 70.39%
HSB/HSV 186° 10.05% 74.12%
CMYK 10.05% 1.06% 0.00%
25.88%

Color #AABBBD in popluar number systems.

HEX AA BB BD
Decimal 170 187 189
Binary 10101010 10111011 10111101
Octal 252 273 275

Shades and tints

Shades of #AABBBD

#AABBBD
(170,187,189)
#9BAAAC
(155,170,172)
#8C999B
(140,153,155)
#7D888A
(125,136,138)
#6E7779
(110,119,121)
#5F6668
(95,102,104)
#505557
(80,85,87)
#414446
(65,68,70)
#323335
(50,51,53)
#232224
(35,34,36)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #AABBBD

#AABBBD
(170,187,189)
#B1C1C3
(177,193,195)
#B8C7C9
(184,199,201)
#BFCDCF
(191,205,207)
#C6D3D5
(198,211,213)
#CDD9DB
(205,217,219)
#D4DFE1
(212,223,225)
#DBE5E7
(219,229,231)
#E2EBED
(226,235,237)
#E9F1F3
(233,241,243)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABBBD; }

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

This text font color is #AABBBD.

Background Color

.myBgColor { background-color: #AABBBD; }

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

This div background color is #AABBBD.

Border color

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

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

This div border color is #AABBBD.

Opacity

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

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

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

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

This text has shadow with #AABBBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABBBD.

Preview

Color preview on black background

This text has color #AABBBD on black background.


Color preview on white background

This text has color #AABBBD on white background.


Black color preview on #AABBBD background

This text has black color on #AABBBD background.


White color preview on #AABBBD background

This text has white color on #AABBBD background.


Related colors

Complementary color

Complementary color for #hex is #554442.


I love getcolorcode.com

Triadic colors

1 #BDAABB and #BBBDAA with #AABBBD are triadic colors.

2 #BDBBAA and #BBAABD with #AABBBD are triadic colors.