COLOR #AAB2EB

HEX: #AAB2EB
RGB: (170,178,235)

Color info

#AAB2EB contains mainly green and blue colors. Web safe color of #AAB2EB is #9999FF (or #99F).

RGB color model

#AAB2EB color RGB value is (170,178,235).

  • red value is 170;
  • green value is 178;
  • blue value is 235.
RGB:
(170,178,235)
(67%,70%,92%)

RGB channels and saturation

R 170 of 255 = 67%
G 178 of 255 = 70%
B 235 of 255 = 92%

170
178
235

R + G + B ~ 76%. #AAB2EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 178 + 235 = 583 (100%)
R 170 of 583 ~ 29.16%
G 178 of 583 ~ 30.53%
B 235 of 583 ~ 40.31%

%29.16
%30.53
%40.31

CMYK color model

#AAB2EB color CMYK value is (28,24,0,8).

  • cyan value is 27.66%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(28,24,0,8)
C28M24Y0K8 
(28%,24%,0%,8%)
(0.28/0.24/0.00/0.08)	

CMYK percentages

%27.66
%24.26
%0
%7.84

Codes

Color #AAB2EB in popluar color models

AAB2EB
RGB170178235
HSL233°61.90%79.41%
HSB/HSV233°27.66%92.16%
CMYK27.66%24.26%0.00%
7.84%

Color #AAB2EB in popluar number systems.

HEXAAB2EB
Decimal170178235
Binary101010101011001011101011
Octal252262353

Shades and tints

Shades of #AAB2EB

#AAB2EB
(170,178,235)
#9BA2D6
(155,162,214)
#8C92C1
(140,146,193)
#7D82AC
(125,130,172)
#6E7297
(110,114,151)
#5F6282
(95,98,130)
#50526D
(80,82,109)
#414258
(65,66,88)
#323243
(50,50,67)
#23222E
(35,34,46)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #AAB2EB

#AAB2EB
(170,178,235)
#B1B9EC
(177,185,236)
#B8C0ED
(184,192,237)
#BFC7EE
(191,199,238)
#C6CEEF
(198,206,239)
#CDD5F0
(205,213,240)
#D4DCF1
(212,220,241)
#DBE3F2
(219,227,242)
#E2EAF3
(226,234,243)
#E9F1F4
(233,241,244)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB2EB color. Also use rgb(170,178,235) instead hex code.

Text Font Color

.myTextColor { color: #AAB2EB; }

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

This text font color is #AAB2EB.


Background Color

.myBgColor { background-color: #AAB2EB; }

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

This div background color is #AAB2EB.


Border color

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

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

This div border color is #AAB2EB.


Opacity

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

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

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

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

This text has shadow with #AAB2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB2EB on black background.


Color preview on white background

This text has color #AAB2EB on white background.



Black color preview on #AAB2EB background

This text has black color on #AAB2EB background.


White color preview on #AAB2EB background

This text has white color on #AAB2EB background.