COLOR #AABEDB

HEX: #AABEDB
RGB: (170,190,219)

Color info

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

RGB color model

#AABEDB color RGB value is (170,190,219).

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

RGB channels and saturation

R 170 of 255 = 67%
G 190 of 255 = 75%
B 219 of 255 = 86%

170
190
219

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

Portions of RGB colors in percentages

R + G + B =
170 + 190 + 219 = 579 (100%)
R 170 of 579 ~ 29.36%
G 190 of 579 ~ 32.82%
B 219 of 579 ~ 37.82%

%29.36
%32.82
%37.82

CMYK color model

#AABEDB color CMYK value is (22,13,0,14).

  • cyan value is 22.37%
  • magenta value is 13.24%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(22,13,0,14)
C22M13Y0K14 
(22%,13%,0%,14%)
(0.22/0.13/0.00/0.14)	

CMYK percentages

%22.37
%13.24
%0
%14.12

Codes

Color #AABEDB in popluar color models

AABEDB
RGB170190219
HSL216°40.50%76.27%
HSB/HSV216°22.37%85.88%
CMYK22.37%13.24%0.00%
14.12%

Color #AABEDB in popluar number systems.

HEXAABEDB
Decimal170190219
Binary101010101011111011011011
Octal252276333

Shades and tints

Shades of #AABEDB

#AABEDB
(170,190,219)
#9BADC8
(155,173,200)
#8C9CB5
(140,156,181)
#7D8BA2
(125,139,162)
#6E7A8F
(110,122,143)
#5F697C
(95,105,124)
#505869
(80,88,105)
#414756
(65,71,86)
#323643
(50,54,67)
#232530
(35,37,48)
#14141D
(20,20,29)
#000000
(0,0,0)

Tints of #AABEDB

#AABEDB
(170,190,219)
#B1C3DE
(177,195,222)
#B8C8E1
(184,200,225)
#BFCDE4
(191,205,228)
#C6D2E7
(198,210,231)
#CDD7EA
(205,215,234)
#D4DCED
(212,220,237)
#DBE1F0
(219,225,240)
#E2E6F3
(226,230,243)
#E9EBF6
(233,235,246)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABEDB; }

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

This text font color is #AABEDB.


Background Color

.myBgColor { background-color: #AABEDB; }

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

This div background color is #AABEDB.


Border color

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

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

This div border color is #AABEDB.


Opacity

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

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

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

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

This text has shadow with #AABEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABEDB on black background.


Color preview on white background

This text has color #AABEDB on white background.



Black color preview on #AABEDB background

This text has black color on #AABEDB background.


White color preview on #AABEDB background

This text has white color on #AABEDB background.