COLOR #AABBC6

HEX: #AABBC6
RGB: (170,187,198)

Color info

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

RGB color model

#AABBC6 color RGB value is (170,187,198).

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

RGB channels and saturation

R 170 of 255 = 67%
G 187 of 255 = 73%
B 198 of 255 = 78%

170
187
198

R + G + B ~ 73%. #AABBC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 187 + 198 = 555 (100%)
R 170 of 555 ~ 30.63%
G 187 of 555 ~ 33.69%
B 198 of 555 ~ 35.68%

%30.63
%33.69
%35.68

CMYK color model

#AABBC6 color CMYK value is (14,6,0,22).

  • cyan value is 14.14%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(14,6,0,22)
C14M6Y0K22 
(14%,6%,0%,22%)
(0.14/0.06/0.00/0.22)	

CMYK percentages

%14.14
%5.56
%0
%22.35

Codes

Color #AABBC6 in popluar color models

AABBC6
RGB170187198
HSL204°19.72%72.16%
HSB/HSV204°14.14%77.65%
CMYK14.14%5.56%0.00%
22.35%

Color #AABBC6 in popluar number systems.

HEXAABBC6
Decimal170187198
Binary101010101011101111000110
Octal252273306

Shades and tints

Shades of #AABBC6

#AABBC6
(170,187,198)
#9BAAB4
(155,170,180)
#8C99A2
(140,153,162)
#7D8890
(125,136,144)
#6E777E
(110,119,126)
#5F666C
(95,102,108)
#50555A
(80,85,90)
#414448
(65,68,72)
#323336
(50,51,54)
#232224
(35,34,36)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #AABBC6

#AABBC6
(170,187,198)
#B1C1CB
(177,193,203)
#B8C7D0
(184,199,208)
#BFCDD5
(191,205,213)
#C6D3DA
(198,211,218)
#CDD9DF
(205,217,223)
#D4DFE4
(212,223,228)
#DBE5E9
(219,229,233)
#E2EBEE
(226,235,238)
#E9F1F3
(233,241,243)
#F0F7F8
(240,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABBC6; }

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

This text font color is #AABBC6.


Background Color

.myBgColor { background-color: #AABBC6; }

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

This div background color is #AABBC6.


Border color

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

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

This div border color is #AABBC6.


Opacity

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

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

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

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

This text has shadow with #AABBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABBC6 on black background.


Color preview on white background

This text has color #AABBC6 on white background.



Black color preview on #AABBC6 background

This text has black color on #AABBC6 background.


White color preview on #AABBC6 background

This text has white color on #AABBC6 background.