COLOR #AABEE6

HEX: #AABEE6
RGB: (170,190,230)

Color info

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

RGB color model

#AABEE6 color RGB value is (170,190,230).

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

RGB channels and saturation

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

170
190
230

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

Portions of RGB colors in percentages

R + G + B =
170 + 190 + 230 = 590 (100%)
R 170 of 590 ~ 28.81%
G 190 of 590 ~ 32.2%
B 230 of 590 ~ 38.98%

%28.81
%32.2
%38.98

CMYK color model

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

  • cyan value is 26.09%
  • magenta value is 17.39%
  • 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
%17.39
%0
%9.8

Codes

Color #AABEE6 in popluar color models

AABEE6
RGB170190230
HSL220°54.55%78.43%
HSB/HSV220°26.09%90.20%
CMYK26.09%17.39%0.00%
9.80%

Color #AABEE6 in popluar number systems.

HEXAABEE6
Decimal170190230
Binary101010101011111011100110
Octal252276346

Shades and tints

Shades of #AABEE6

#AABEE6
(170,190,230)
#9BADD2
(155,173,210)
#8C9CBE
(140,156,190)
#7D8BAA
(125,139,170)
#6E7A96
(110,122,150)
#5F6982
(95,105,130)
#50586E
(80,88,110)
#41475A
(65,71,90)
#323646
(50,54,70)
#232532
(35,37,50)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #AABEE6

#AABEE6
(170,190,230)
#B1C3E8
(177,195,232)
#B8C8EA
(184,200,234)
#BFCDEC
(191,205,236)
#C6D2EE
(198,210,238)
#CDD7F0
(205,215,240)
#D4DCF2
(212,220,242)
#DBE1F4
(219,225,244)
#E2E6F6
(226,230,246)
#E9EBF8
(233,235,248)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABEE6; }

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

This text font color is #AABEE6.


Background Color

.myBgColor { background-color: #AABEE6; }

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

This div background color is #AABEE6.


Border color

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

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

This div border color is #AABEE6.


Opacity

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

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

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

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

This text has shadow with #AABEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABEE6 on black background.


Color preview on white background

This text has color #AABEE6 on white background.



Black color preview on #AABEE6 background

This text has black color on #AABEE6 background.


White color preview on #AABEE6 background

This text has white color on #AABEE6 background.