COLOR #AAB8BC

HEX: #AAB8BC RGB: (170,184,188)

Color info

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

RGB color model

#AAB8BC color RGB value is (170,184,188).

RGB: (170,184,188) (67%, 72%, 74%)

RGB channels and saturation

R 170 of 255 = 67%
G 184 of 255 = 72%
B 188 of 255 = 74%

170
184
188

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

Portions of RGB colors in percentages

R + G + B = 170 + 184 + 188 = 542 (100%)
R 170 of 542 ~ 31.37%
G 184 of 542 ~ 33.95%
B 188 of 542 ~ 34.69'%

%31.37
%33.95
%34.69

CMYK color model

#AAB8BC color CMYK value is (10,2,0,26).

  • cyan value is 9.57%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (10,2,0,26)
C10M2Y0K26 (10%, 2%, 0%, 26%)
(0.10 / 0.02 / 0.00 / 0.26)

CMYK percentages

%9.57
%2.13
%0
%26.27

Codes

Color #AAB8BC in popluar color models

AA B8 BC
RGB 170 184 188
HSL 193° 11.84% 70.20%
HSB/HSV 193° 9.57% 73.73%
CMYK 9.57% 2.13% 0.00%
26.27%

Color #AAB8BC in popluar number systems.

HEX AA B8 BC
Decimal 170 184 188
Binary 10101010 10111000 10111100
Octal 252 270 274

Shades and tints

Shades of #AAB8BC

#AAB8BC
(170,184,188)
#9BA8AB
(155,168,171)
#8C989A
(140,152,154)
#7D8889
(125,136,137)
#6E7878
(110,120,120)
#5F6867
(95,104,103)
#505856
(80,88,86)
#414845
(65,72,69)
#323834
(50,56,52)
#232823
(35,40,35)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #AAB8BC

#AAB8BC
(170,184,188)
#B1BEC2
(177,190,194)
#B8C4C8
(184,196,200)
#BFCACE
(191,202,206)
#C6D0D4
(198,208,212)
#CDD6DA
(205,214,218)
#D4DCE0
(212,220,224)
#DBE2E6
(219,226,230)
#E2E8EC
(226,232,236)
#E9EEF2
(233,238,242)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB8BC color. Also use rgb(170,184,188) instead hex code.

Text Font Color

.myTextColor { color: #AAB8BC; }

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

This text font color is #AAB8BC.

Background Color

.myBgColor { background-color: #AAB8BC; }

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

This div background color is #AAB8BC.

Border color

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

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

This div border color is #AAB8BC.

Opacity

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

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

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

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

This text has shadow with #AAB8BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB8BC.

Preview

Color preview on black background

This text has color #AAB8BC on black background.


Color preview on white background

This text has color #AAB8BC on white background.


Black color preview on #AAB8BC background

This text has black color on #AAB8BC background.


White color preview on #AAB8BC background

This text has white color on #AAB8BC background.


Related colors

Complementary color

Complementary color for #hex is #554743.


I love getcolorcode.com

Triadic colors

1 #BCAAB8 and #B8BCAA with #AAB8BC are triadic colors.

2 #BCB8AA and #B8AABC with #AAB8BC are triadic colors.