COLOR #AABFD0

HEX: #AABFD0
RGB: (170,191,208)

Color info

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

RGB color model

#AABFD0 color RGB value is (170,191,208).

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

RGB channels and saturation

R 170 of 255 = 67%
G 191 of 255 = 75%
B 208 of 255 = 82%

170
191
208

R + G + B ~ 75%. #AABFD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 191 + 208 = 569 (100%)
R 170 of 569 ~ 29.88%
G 191 of 569 ~ 33.57%
B 208 of 569 ~ 36.56%

%29.88
%33.57
%36.56

CMYK color model

#AABFD0 color CMYK value is (18,8,0,18).

  • cyan value is 18.27%
  • magenta value is 8.17%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(18,8,0,18)
C18M8Y0K18 
(18%,8%,0%,18%)
(0.18/0.08/0.00/0.18)	

CMYK percentages

%18.27
%8.17
%0
%18.43

Codes

Color #AABFD0 in popluar color models

AABFD0
RGB170191208
HSL207°28.79%74.12%
HSB/HSV207°18.27%81.57%
CMYK18.27%8.17%0.00%
18.43%

Color #AABFD0 in popluar number systems.

HEXAABFD0
Decimal170191208
Binary101010101011111111010000
Octal252277320

Shades and tints

Shades of #AABFD0

#AABFD0
(170,191,208)
#9BAEBE
(155,174,190)
#8C9DAC
(140,157,172)
#7D8C9A
(125,140,154)
#6E7B88
(110,123,136)
#5F6A76
(95,106,118)
#505964
(80,89,100)
#414852
(65,72,82)
#323740
(50,55,64)
#23262E
(35,38,46)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #AABFD0

#AABFD0
(170,191,208)
#B1C4D4
(177,196,212)
#B8C9D8
(184,201,216)
#BFCEDC
(191,206,220)
#C6D3E0
(198,211,224)
#CDD8E4
(205,216,228)
#D4DDE8
(212,221,232)
#DBE2EC
(219,226,236)
#E2E7F0
(226,231,240)
#E9ECF4
(233,236,244)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABFD0; }

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

This text font color is #AABFD0.


Background Color

.myBgColor { background-color: #AABFD0; }

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

This div background color is #AABFD0.


Border color

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

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

This div border color is #AABFD0.


Opacity

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

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

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

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

This text has shadow with #AABFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABFD0 on black background.


Color preview on white background

This text has color #AABFD0 on white background.



Black color preview on #AABFD0 background

This text has black color on #AABFD0 background.


White color preview on #AABFD0 background

This text has white color on #AABFD0 background.