COLOR #AABBC9

HEX: #AABBC9
RGB: (170,187,201)

Color info

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

RGB color model

#AABBC9 color RGB value is (170,187,201).

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

RGB channels and saturation

R 170 of 255 = 67%
G 187 of 255 = 73%
B 201 of 255 = 79%

170
187
201

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

Portions of RGB colors in percentages

R + G + B =
170 + 187 + 201 = 558 (100%)
R 170 of 558 ~ 30.47%
G 187 of 558 ~ 33.51%
B 201 of 558 ~ 36.02%

%30.47
%33.51
%36.02

CMYK color model

#AABBC9 color CMYK value is (15,7,0,21).

  • cyan value is 15.42%
  • magenta value is 6.97%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(15,7,0,21)
C15M7Y0K21 
(15%,7%,0%,21%)
(0.15/0.07/0.00/0.21)	

CMYK percentages

%15.42
%6.97
%0
%21.18

Codes

Color #AABBC9 in popluar color models

AABBC9
RGB170187201
HSL207°22.30%72.75%
HSB/HSV207°15.42%78.82%
CMYK15.42%6.97%0.00%
21.18%

Color #AABBC9 in popluar number systems.

HEXAABBC9
Decimal170187201
Binary101010101011101111001001
Octal252273311

Shades and tints

Shades of #AABBC9

#AABBC9
(170,187,201)
#9BAAB7
(155,170,183)
#8C99A5
(140,153,165)
#7D8893
(125,136,147)
#6E7781
(110,119,129)
#5F666F
(95,102,111)
#50555D
(80,85,93)
#41444B
(65,68,75)
#323339
(50,51,57)
#232227
(35,34,39)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #AABBC9

#AABBC9
(170,187,201)
#B1C1CD
(177,193,205)
#B8C7D1
(184,199,209)
#BFCDD5
(191,205,213)
#C6D3D9
(198,211,217)
#CDD9DD
(205,217,221)
#D4DFE1
(212,223,225)
#DBE5E5
(219,229,229)
#E2EBE9
(226,235,233)
#E9F1ED
(233,241,237)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABBC9; }

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

This text font color is #AABBC9.


Background Color

.myBgColor { background-color: #AABBC9; }

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

This div background color is #AABBC9.


Border color

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

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

This div border color is #AABBC9.


Opacity

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

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

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

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

This text has shadow with #AABBC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABBC9 on black background.


Color preview on white background

This text has color #AABBC9 on white background.



Black color preview on #AABBC9 background

This text has black color on #AABBC9 background.


White color preview on #AABBC9 background

This text has white color on #AABBC9 background.