COLOR #AABED8

HEX: #AABED8 RGB: (170,190,216)

Color info

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

RGB color model

#AABED8 color RGB value is (170,190,216).

RGB: (170,190,216) (67%, 75%, 85%)

RGB channels and saturation

R 170 of 255 = 67%
G 190 of 255 = 75%
B 216 of 255 = 85%

170
190
216

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

Portions of RGB colors in percentages

R + G + B = 170 + 190 + 216 = 576 (100%)
R 170 of 576 ~ 29.51%
G 190 of 576 ~ 32.99%
B 216 of 576 ~ 37.5'%

%29.51
%32.99
%37.5

CMYK color model

#AABED8 color CMYK value is (21,12,0,15).

  • cyan value is 21.30%
  • magenta value is 12.04%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (21,12,0,15)
C21M12Y0K15 (21%, 12%, 0%, 15%)
(0.21 / 0.12 / 0.00 / 0.15)

CMYK percentages

%21.3
%12.04
%0
%15.29

Codes

Color #AABED8 in popluar color models

AA BE D8
RGB 170 190 216
HSL 214° 37.10% 75.69%
HSB/HSV 214° 21.30% 84.71%
CMYK 21.30% 12.04% 0.00%
15.29%

Color #AABED8 in popluar number systems.

HEX AA BE D8
Decimal 170 190 216
Binary 10101010 10111110 11011000
Octal 252 276 330

Shades and tints

Shades of #AABED8

#AABED8
(170,190,216)
#9BADC5
(155,173,197)
#8C9CB2
(140,156,178)
#7D8B9F
(125,139,159)
#6E7A8C
(110,122,140)
#5F6979
(95,105,121)
#505866
(80,88,102)
#414753
(65,71,83)
#323640
(50,54,64)
#23252D
(35,37,45)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #AABED8

#AABED8
(170,190,216)
#B1C3DB
(177,195,219)
#B8C8DE
(184,200,222)
#BFCDE1
(191,205,225)
#C6D2E4
(198,210,228)
#CDD7E7
(205,215,231)
#D4DCEA
(212,220,234)
#DBE1ED
(219,225,237)
#E2E6F0
(226,230,240)
#E9EBF3
(233,235,243)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABED8; }

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

This text font color is #AABED8.

Background Color

.myBgColor { background-color: #AABED8; }

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

This div background color is #AABED8.

Border color

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

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

This div border color is #AABED8.

Opacity

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

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

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

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

This text has shadow with #AABED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABED8.

Preview

Color preview on black background

This text has color #AABED8 on black background.


Color preview on white background

This text has color #AABED8 on white background.


Black color preview on #AABED8 background

This text has black color on #AABED8 background.


White color preview on #AABED8 background

This text has white color on #AABED8 background.


Related colors

Complementary color

Complementary color for #hex is #554127.


I love getcolorcode.com

Triadic colors

1 #D8AABE and #BED8AA with #AABED8 are triadic colors.

2 #D8BEAA and #BEAAD8 with #AABED8 are triadic colors.