COLOR #AABDC8

HEX: #AABDC8 RGB: (170,189,200)

Color info

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

RGB color model

#AABDC8 color RGB value is (170,189,200).

RGB: (170,189,200) (67%, 74%, 78%)

RGB channels and saturation

R 170 of 255 = 67%
G 189 of 255 = 74%
B 200 of 255 = 78%

170
189
200

R + G + B ~ 73%. #AABDC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 189 + 200 = 559 (100%)
R 170 of 559 ~ 30.41%
G 189 of 559 ~ 33.81%
B 200 of 559 ~ 35.78'%

%30.41
%33.81
%35.78

CMYK color model

#AABDC8 color CMYK value is (15,5,0,22).

  • cyan value is 15.00%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (15,5,0,22)
C15M5Y0K22 (15%, 5%, 0%, 22%)
(0.15 / 0.05 / 0.00 / 0.22)

CMYK percentages

%15
%5.5
%0
%21.57

Codes

Color #AABDC8 in popluar color models

AA BD C8
RGB 170 189 200
HSL 202° 21.43% 72.55%
HSB/HSV 202° 15.00% 78.43%
CMYK 15.00% 5.50% 0.00%
21.57%

Color #AABDC8 in popluar number systems.

HEX AA BD C8
Decimal 170 189 200
Binary 10101010 10111101 11001000
Octal 252 275 310

Shades and tints

Shades of #AABDC8

#AABDC8
(170,189,200)
#9BACB6
(155,172,182)
#8C9BA4
(140,155,164)
#7D8A92
(125,138,146)
#6E7980
(110,121,128)
#5F686E
(95,104,110)
#50575C
(80,87,92)
#41464A
(65,70,74)
#323538
(50,53,56)
#232426
(35,36,38)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #AABDC8

#AABDC8
(170,189,200)
#B1C3CD
(177,195,205)
#B8C9D2
(184,201,210)
#BFCFD7
(191,207,215)
#C6D5DC
(198,213,220)
#CDDBE1
(205,219,225)
#D4E1E6
(212,225,230)
#DBE7EB
(219,231,235)
#E2EDF0
(226,237,240)
#E9F3F5
(233,243,245)
#F0F9FA
(240,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABDC8; }

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

This text font color is #AABDC8.

Background Color

.myBgColor { background-color: #AABDC8; }

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

This div background color is #AABDC8.

Border color

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

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

This div border color is #AABDC8.

Opacity

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

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

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

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

This text has shadow with #AABDC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABDC8.

Preview

Color preview on black background

This text has color #AABDC8 on black background.


Color preview on white background

This text has color #AABDC8 on white background.


Black color preview on #AABDC8 background

This text has black color on #AABDC8 background.


White color preview on #AABDC8 background

This text has white color on #AABDC8 background.


Related colors

Complementary color

Complementary color for #hex is #554237.


I love getcolorcode.com

Triadic colors

1 #C8AABD and #BDC8AA with #AABDC8 are triadic colors.

2 #C8BDAA and #BDAAC8 with #AABDC8 are triadic colors.