COLOR #AABBE5

HEX: #AABBE5
RGB: (170,187,229)

Color info

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

RGB color model

#AABBE5 color RGB value is (170,187,229).

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

RGB channels and saturation

R 170 of 255 = 67%
G 187 of 255 = 73%
B 229 of 255 = 90%

170
187
229

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

Portions of RGB colors in percentages

R + G + B =
170 + 187 + 229 = 586 (100%)
R 170 of 586 ~ 29.01%
G 187 of 586 ~ 31.91%
B 229 of 586 ~ 39.08%

%29.01
%31.91
%39.08

CMYK color model

#AABBE5 color CMYK value is (26,18,0,10).

  • cyan value is 25.76%
  • magenta value is 18.34%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(26,18,0,10)
C26M18Y0K10 
(26%,18%,0%,10%)
(0.26/0.18/0.00/0.10)	

CMYK percentages

%25.76
%18.34
%0
%10.2

Codes

Color #AABBE5 in popluar color models

AABBE5
RGB170187229
HSL223°53.15%78.24%
HSB/HSV223°25.76%89.80%
CMYK25.76%18.34%0.00%
10.20%

Color #AABBE5 in popluar number systems.

HEXAABBE5
Decimal170187229
Binary101010101011101111100101
Octal252273345

Shades and tints

Shades of #AABBE5

#AABBE5
(170,187,229)
#9BAAD1
(155,170,209)
#8C99BD
(140,153,189)
#7D88A9
(125,136,169)
#6E7795
(110,119,149)
#5F6681
(95,102,129)
#50556D
(80,85,109)
#414459
(65,68,89)
#323345
(50,51,69)
#232231
(35,34,49)
#14111D
(20,17,29)
#000000
(0,0,0)

Tints of #AABBE5

#AABBE5
(170,187,229)
#B1C1E7
(177,193,231)
#B8C7E9
(184,199,233)
#BFCDEB
(191,205,235)
#C6D3ED
(198,211,237)
#CDD9EF
(205,217,239)
#D4DFF1
(212,223,241)
#DBE5F3
(219,229,243)
#E2EBF5
(226,235,245)
#E9F1F7
(233,241,247)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABBE5; }

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

This text font color is #AABBE5.


Background Color

.myBgColor { background-color: #AABBE5; }

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

This div background color is #AABBE5.


Border color

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

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

This div border color is #AABBE5.


Opacity

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

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

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

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

This text has shadow with #AABBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABBE5 on black background.


Color preview on white background

This text has color #AABBE5 on white background.



Black color preview on #AABBE5 background

This text has black color on #AABBE5 background.


White color preview on #AABBE5 background

This text has white color on #AABBE5 background.