COLOR #AABBC0

HEX: #AABBC0
RGB: (170,187,192)

Color info

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

RGB color model

#AABBC0 color RGB value is (170,187,192).

  • red value is 170;
  • green value is 187;
  • blue value is 192.
RGB:
(170,187,192)
(67%,73%,75%)

RGB channels and saturation

R 170 of 255 = 67%
G 187 of 255 = 73%
B 192 of 255 = 75%

170
187
192

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

Portions of RGB colors in percentages

R + G + B =
170 + 187 + 192 = 549 (100%)
R 170 of 549 ~ 30.97%
G 187 of 549 ~ 34.06%
B 192 of 549 ~ 34.97%

%30.97
%34.06
%34.97

CMYK color model

#AABBC0 color CMYK value is (11,3,0,25).

  • cyan value is 11.46%
  • magenta value is 2.60%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(11,3,0,25)
C11M3Y0K25 
(11%,3%,0%,25%)
(0.11/0.03/0.00/0.25)	

CMYK percentages

%11.46
%2.6
%0
%24.71

Codes

Color #AABBC0 in popluar color models

AABBC0
RGB170187192
HSL194°14.86%70.98%
HSB/HSV194°11.46%75.29%
CMYK11.46%2.60%0.00%
24.71%

Color #AABBC0 in popluar number systems.

HEXAABBC0
Decimal170187192
Binary101010101011101111000000
Octal252273300

Shades and tints

Shades of #AABBC0

#AABBC0
(170,187,192)
#9BAAAF
(155,170,175)
#8C999E
(140,153,158)
#7D888D
(125,136,141)
#6E777C
(110,119,124)
#5F666B
(95,102,107)
#50555A
(80,85,90)
#414449
(65,68,73)
#323338
(50,51,56)
#232227
(35,34,39)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #AABBC0

#AABBC0
(170,187,192)
#B1C1C5
(177,193,197)
#B8C7CA
(184,199,202)
#BFCDCF
(191,205,207)
#C6D3D4
(198,211,212)
#CDD9D9
(205,217,217)
#D4DFDE
(212,223,222)
#DBE5E3
(219,229,227)
#E2EBE8
(226,235,232)
#E9F1ED
(233,241,237)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABBC0; }

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

This text font color is #AABBC0.


Background Color

.myBgColor { background-color: #AABBC0; }

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

This div background color is #AABBC0.


Border color

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

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

This div border color is #AABBC0.


Opacity

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

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

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

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

This text has shadow with #AABBC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABBC0 on black background.


Color preview on white background

This text has color #AABBC0 on white background.



Black color preview on #AABBC0 background

This text has black color on #AABBC0 background.


White color preview on #AABBC0 background

This text has white color on #AABBC0 background.