COLOR #AABDD6

HEX: #AABDD6
RGB: (170,189,214)

Color info

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

RGB color model

#AABDD6 color RGB value is (170,189,214).

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

RGB channels and saturation

R 170 of 255 = 67%
G 189 of 255 = 74%
B 214 of 255 = 84%

170
189
214

R + G + B ~ 75%. #AABDD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 189 + 214 = 573 (100%)
R 170 of 573 ~ 29.67%
G 189 of 573 ~ 32.98%
B 214 of 573 ~ 37.35%

%29.67
%32.98
%37.35

CMYK color model

#AABDD6 color CMYK value is (21,12,0,16).

  • cyan value is 20.56%
  • magenta value is 11.68%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(21,12,0,16)
C21M12Y0K16 
(21%,12%,0%,16%)
(0.21/0.12/0.00/0.16)	

CMYK percentages

%20.56
%11.68
%0
%16.08

Codes

Color #AABDD6 in popluar color models

AABDD6
RGB170189214
HSL214°34.92%75.29%
HSB/HSV214°20.56%83.92%
CMYK20.56%11.68%0.00%
16.08%

Color #AABDD6 in popluar number systems.

HEXAABDD6
Decimal170189214
Binary101010101011110111010110
Octal252275326

Shades and tints

Shades of #AABDD6

#AABDD6
(170,189,214)
#9BACC3
(155,172,195)
#8C9BB0
(140,155,176)
#7D8A9D
(125,138,157)
#6E798A
(110,121,138)
#5F6877
(95,104,119)
#505764
(80,87,100)
#414651
(65,70,81)
#32353E
(50,53,62)
#23242B
(35,36,43)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #AABDD6

#AABDD6
(170,189,214)
#B1C3D9
(177,195,217)
#B8C9DC
(184,201,220)
#BFCFDF
(191,207,223)
#C6D5E2
(198,213,226)
#CDDBE5
(205,219,229)
#D4E1E8
(212,225,232)
#DBE7EB
(219,231,235)
#E2EDEE
(226,237,238)
#E9F3F1
(233,243,241)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABDD6; }

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

This text font color is #AABDD6.


Background Color

.myBgColor { background-color: #AABDD6; }

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

This div background color is #AABDD6.


Border color

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

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

This div border color is #AABDD6.


Opacity

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

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

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

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

This text has shadow with #AABDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABDD6 on black background.


Color preview on white background

This text has color #AABDD6 on white background.



Black color preview on #AABDD6 background

This text has black color on #AABDD6 background.


White color preview on #AABDD6 background

This text has white color on #AABDD6 background.