COLOR #AAB4BD

HEX: #AAB4BD RGB: (170,180,189)

Color info

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

RGB color model

#AAB4BD color RGB value is (170,180,189).

RGB: (170,180,189) (67%, 71%, 74%)

RGB channels and saturation

R 170 of 255 = 67%
G 180 of 255 = 71%
B 189 of 255 = 74%

170
180
189

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

Portions of RGB colors in percentages

R + G + B = 170 + 180 + 189 = 539 (100%)
R 170 of 539 ~ 31.54%
G 180 of 539 ~ 33.4%
B 189 of 539 ~ 35.06'%

%31.54
%33.4
%35.06

CMYK color model

#AAB4BD color CMYK value is (10,5,0,26).

  • cyan value is 10.05%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (10,5,0,26) C10M5Y0K26 (10%,5%,0%,26%) (0.10/0.05/0.00/0.26) 

CMYK percentages

%10.05
%4.76
%0
%25.88

Codes

Color #AAB4BD in popluar color models

AA B4 BD
RGB 170 180 189
HSL 208° 12.58% 70.39%
HSB/HSV 208° 10.05% 74.12%
CMYK 10.05% 4.76% 0.00%
25.88%

Color #AAB4BD in popluar number systems.

HEX AA B4 BD
Decimal 170 180 189
Binary 10101010 10110100 10111101
Octal 252 264 275

Shades and tints

Shades of #AAB4BD

#AAB4BD
(170,180,189)
#9BA4AC
(155,164,172)
#8C949B
(140,148,155)
#7D848A
(125,132,138)
#6E7479
(110,116,121)
#5F6468
(95,100,104)
#505457
(80,84,87)
#414446
(65,68,70)
#323435
(50,52,53)
#232424
(35,36,36)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #AAB4BD

#AAB4BD
(170,180,189)
#B1BAC3
(177,186,195)
#B8C0C9
(184,192,201)
#BFC6CF
(191,198,207)
#C6CCD5
(198,204,213)
#CDD2DB
(205,210,219)
#D4D8E1
(212,216,225)
#DBDEE7
(219,222,231)
#E2E4ED
(226,228,237)
#E9EAF3
(233,234,243)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB4BD; }

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

This text font color is #AAB4BD.

Background Color

.myBgColor { background-color: #AAB4BD; }

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

This div background color is #AAB4BD.

Border color

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

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

This div border color is #AAB4BD.

Opacity

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

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

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

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

This text has shadow with #AAB4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB4BD.

Preview

Color preview on black background

This text has color #AAB4BD on black background.


Color preview on white background

This text has color #AAB4BD on white background.


Black color preview on #AAB4BD background

This text has black color on #AAB4BD background.


White color preview on #AAB4BD background

This text has white color on #AAB4BD background.


Related colors

Complementary color

Complementary color for #hex is #554B42.


I love getcolorcode.com

Triadic colors

1 #BDAAB4 and #B4BDAA with #AAB4BD are triadic colors.

2 #BDB4AA and #B4AABD with #AAB4BD are triadic colors.