COLOR #AABFC9

HEX: #AABFC9
RGB: (170,191,201)

Color info

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

RGB color model

#AABFC9 color RGB value is (170,191,201).

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

RGB channels and saturation

R 170 of 255 = 67%
G 191 of 255 = 75%
B 201 of 255 = 79%

170
191
201

R + G + B ~ 74%. #AABFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 191 + 201 = 562 (100%)
R 170 of 562 ~ 30.25%
G 191 of 562 ~ 33.99%
B 201 of 562 ~ 35.77%

%30.25
%33.99
%35.77

CMYK color model

#AABFC9 color CMYK value is (15,5,0,21).

  • cyan value is 15.42%
  • magenta value is 4.98%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(15,5,0,21)
C15M5Y0K21 
(15%,5%,0%,21%)
(0.15/0.05/0.00/0.21)	

CMYK percentages

%15.42
%4.98
%0
%21.18

Codes

Color #AABFC9 in popluar color models

AABFC9
RGB170191201
HSL199°22.30%72.75%
HSB/HSV199°15.42%78.82%
CMYK15.42%4.98%0.00%
21.18%

Color #AABFC9 in popluar number systems.

HEXAABFC9
Decimal170191201
Binary101010101011111111001001
Octal252277311

Shades and tints

Shades of #AABFC9

#AABFC9
(170,191,201)
#9BAEB7
(155,174,183)
#8C9DA5
(140,157,165)
#7D8C93
(125,140,147)
#6E7B81
(110,123,129)
#5F6A6F
(95,106,111)
#50595D
(80,89,93)
#41484B
(65,72,75)
#323739
(50,55,57)
#232627
(35,38,39)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #AABFC9

#AABFC9
(170,191,201)
#B1C4CD
(177,196,205)
#B8C9D1
(184,201,209)
#BFCED5
(191,206,213)
#C6D3D9
(198,211,217)
#CDD8DD
(205,216,221)
#D4DDE1
(212,221,225)
#DBE2E5
(219,226,229)
#E2E7E9
(226,231,233)
#E9ECED
(233,236,237)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABFC9; }

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

This text font color is #AABFC9.


Background Color

.myBgColor { background-color: #AABFC9; }

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

This div background color is #AABFC9.


Border color

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

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

This div border color is #AABFC9.


Opacity

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

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

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

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

This text has shadow with #AABFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABFC9 on black background.


Color preview on white background

This text has color #AABFC9 on white background.



Black color preview on #AABFC9 background

This text has black color on #AABFC9 background.


White color preview on #AABFC9 background

This text has white color on #AABFC9 background.