COLOR #AABCC0

HEX: #AABCC0 RGB: (170,188,192)

Color info

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

RGB color model

#AABCC0 color RGB value is (170,188,192).

RGB: (170,188,192) (67%, 74%, 75%)

RGB channels and saturation

R 170 of 255 = 67%
G 188 of 255 = 74%
B 192 of 255 = 75%

170
188
192

R + G + B ~ 72%. #AABCC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 188 + 192 = 550 (100%)
R 170 of 550 ~ 30.91%
G 188 of 550 ~ 34.18%
B 192 of 550 ~ 34.91'%

%30.91
%34.18
%34.91

CMYK color model

#AABCC0 color CMYK value is (11,2,0,25).

  • cyan value is 11.46%
  • magenta value is 2.08%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (11,2,0,25) C11M2Y0K25 (11%,2%,0%,25%) (0.11/0.02/0.00/0.25) 

CMYK percentages

%11.46
%2.08
%0
%24.71

Codes

Color #AABCC0 in popluar color models

AA BC C0
RGB 170 188 192
HSL 191° 14.86% 70.98%
HSB/HSV 191° 11.46% 75.29%
CMYK 11.46% 2.08% 0.00%
24.71%

Color #AABCC0 in popluar number systems.

HEX AA BC C0
Decimal 170 188 192
Binary 10101010 10111100 11000000
Octal 252 274 300

Shades and tints

Shades of #AABCC0

#AABCC0
(170,188,192)
#9BABAF
(155,171,175)
#8C9A9E
(140,154,158)
#7D898D
(125,137,141)
#6E787C
(110,120,124)
#5F676B
(95,103,107)
#50565A
(80,86,90)
#414549
(65,69,73)
#323438
(50,52,56)
#232327
(35,35,39)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #AABCC0

#AABCC0
(170,188,192)
#B1C2C5
(177,194,197)
#B8C8CA
(184,200,202)
#BFCECF
(191,206,207)
#C6D4D4
(198,212,212)
#CDDAD9
(205,218,217)
#D4E0DE
(212,224,222)
#DBE6E3
(219,230,227)
#E2ECE8
(226,236,232)
#E9F2ED
(233,242,237)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABCC0; }

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

This text font color is #AABCC0.

Background Color

.myBgColor { background-color: #AABCC0; }

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

This div background color is #AABCC0.

Border color

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

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

This div border color is #AABCC0.

Opacity

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

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

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

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

This text has shadow with #AABCC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABCC0.

Preview

Color preview on black background

This text has color #AABCC0 on black background.


Color preview on white background

This text has color #AABCC0 on white background.


Black color preview on #AABCC0 background

This text has black color on #AABCC0 background.


White color preview on #AABCC0 background

This text has white color on #AABCC0 background.


Related colors

Complementary color

Complementary color for #hex is #55433F.


I love getcolorcode.com

Triadic colors

1 #C0AABC and #BCC0AA with #AABCC0 are triadic colors.

2 #C0BCAA and #BCAAC0 with #AABCC0 are triadic colors.