COLOR #AABFE6

HEX: #AABFE6
RGB: (170,191,230)

Color info

#AABFE6 contains mainly green and blue colors. Web safe color of #AABFE6 is #99CCCC (or #9CC).

RGB color model

#AABFE6 color RGB value is (170,191,230).

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

RGB channels and saturation

R 170 of 255 = 67%
G 191 of 255 = 75%
B 230 of 255 = 90%

170
191
230

R + G + B ~ 77%. #AABFE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 191 + 230 = 591 (100%)
R 170 of 591 ~ 28.76%
G 191 of 591 ~ 32.32%
B 230 of 591 ~ 38.92%

%28.76
%32.32
%38.92

CMYK color model

#AABFE6 color CMYK value is (26,17,0,10).

  • cyan value is 26.09%
  • magenta value is 16.96%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(26,17,0,10)
C26M17Y0K10 
(26%,17%,0%,10%)
(0.26/0.17/0.00/0.10)	

CMYK percentages

%26.09
%16.96
%0
%9.8

Codes

Color #AABFE6 in popluar color models

AABFE6
RGB170191230
HSL219°54.55%78.43%
HSB/HSV219°26.09%90.20%
CMYK26.09%16.96%0.00%
9.80%

Color #AABFE6 in popluar number systems.

HEXAABFE6
Decimal170191230
Binary101010101011111111100110
Octal252277346

Shades and tints

Shades of #AABFE6

#AABFE6
(170,191,230)
#9BAED2
(155,174,210)
#8C9DBE
(140,157,190)
#7D8CAA
(125,140,170)
#6E7B96
(110,123,150)
#5F6A82
(95,106,130)
#50596E
(80,89,110)
#41485A
(65,72,90)
#323746
(50,55,70)
#232632
(35,38,50)
#14151E
(20,21,30)
#000000
(0,0,0)

Tints of #AABFE6

#AABFE6
(170,191,230)
#B1C4E8
(177,196,232)
#B8C9EA
(184,201,234)
#BFCEEC
(191,206,236)
#C6D3EE
(198,211,238)
#CDD8F0
(205,216,240)
#D4DDF2
(212,221,242)
#DBE2F4
(219,226,244)
#E2E7F6
(226,231,246)
#E9ECF8
(233,236,248)
#F0F1FA
(240,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABFE6; }

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

This text font color is #AABFE6.


Background Color

.myBgColor { background-color: #AABFE6; }

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

This div background color is #AABFE6.


Border color

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

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

This div border color is #AABFE6.


Opacity

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

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

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

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

This text has shadow with #AABFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABFE6 on black background.


Color preview on white background

This text has color #AABFE6 on white background.



Black color preview on #AABFE6 background

This text has black color on #AABFE6 background.


White color preview on #AABFE6 background

This text has white color on #AABFE6 background.