COLOR #AABDE5

HEX: #AABDE5
RGB: (170,189,229)

Color info

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

RGB color model

#AABDE5 color RGB value is (170,189,229).

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

RGB channels and saturation

R 170 of 255 = 67%
G 189 of 255 = 74%
B 229 of 255 = 90%

170
189
229

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

Portions of RGB colors in percentages

R + G + B =
170 + 189 + 229 = 588 (100%)
R 170 of 588 ~ 28.91%
G 189 of 588 ~ 32.14%
B 229 of 588 ~ 38.95%

%28.91
%32.14
%38.95

CMYK color model

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

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

CMYK percentages

%25.76
%17.47
%0
%10.2

Codes

Color #AABDE5 in popluar color models

AABDE5
RGB170189229
HSL221°53.15%78.24%
HSB/HSV221°25.76%89.80%
CMYK25.76%17.47%0.00%
10.20%

Color #AABDE5 in popluar number systems.

HEXAABDE5
Decimal170189229
Binary101010101011110111100101
Octal252275345

Shades and tints

Shades of #AABDE5

#AABDE5
(170,189,229)
#9BACD1
(155,172,209)
#8C9BBD
(140,155,189)
#7D8AA9
(125,138,169)
#6E7995
(110,121,149)
#5F6881
(95,104,129)
#50576D
(80,87,109)
#414659
(65,70,89)
#323545
(50,53,69)
#232431
(35,36,49)
#14131D
(20,19,29)
#000000
(0,0,0)

Tints of #AABDE5

#AABDE5
(170,189,229)
#B1C3E7
(177,195,231)
#B8C9E9
(184,201,233)
#BFCFEB
(191,207,235)
#C6D5ED
(198,213,237)
#CDDBEF
(205,219,239)
#D4E1F1
(212,225,241)
#DBE7F3
(219,231,243)
#E2EDF5
(226,237,245)
#E9F3F7
(233,243,247)
#F0F9F9
(240,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABDE5; }

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

This text font color is #AABDE5.


Background Color

.myBgColor { background-color: #AABDE5; }

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

This div background color is #AABDE5.


Border color

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

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

This div border color is #AABDE5.


Opacity

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

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

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

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

This text has shadow with #AABDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABDE5 on black background.


Color preview on white background

This text has color #AABDE5 on white background.



Black color preview on #AABDE5 background

This text has black color on #AABDE5 background.


White color preview on #AABDE5 background

This text has white color on #AABDE5 background.