COLOR #AABDD7

HEX: #AABDD7 RGB: (170,189,215)

Color info

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

RGB color model

#AABDD7 color RGB value is (170,189,215).

RGB: (170,189,215) (67%, 74%, 84%)

RGB channels and saturation

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

170
189
215

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

Portions of RGB colors in percentages

R + G + B = 170 + 189 + 215 = 574 (100%)
R 170 of 574 ~ 29.62%
G 189 of 574 ~ 32.93%
B 215 of 574 ~ 37.46'%

%29.62
%32.93
%37.46

CMYK color model

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

  • cyan value is 20.93%
  • magenta value is 12.09%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (21,12,0,16)
C21M12Y0K16 (21%, 12%, 0%, 16%)
(0.21 / 0.12 / 0.00 / 0.16)

CMYK percentages

%20.93
%12.09
%0
%15.69

Codes

Color #AABDD7 in popluar color models

AA BD D7
RGB 170 189 215
HSL 215° 36.00% 75.49%
HSB/HSV 215° 20.93% 84.31%
CMYK 20.93% 12.09% 0.00%
15.69%

Color #AABDD7 in popluar number systems.

HEX AA BD D7
Decimal 170 189 215
Binary 10101010 10111101 11010111
Octal 252 275 327

Shades and tints

Shades of #AABDD7

#AABDD7
(170,189,215)
#9BACC4
(155,172,196)
#8C9BB1
(140,155,177)
#7D8A9E
(125,138,158)
#6E798B
(110,121,139)
#5F6878
(95,104,120)
#505765
(80,87,101)
#414652
(65,70,82)
#32353F
(50,53,63)
#23242C
(35,36,44)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #AABDD7

#AABDD7
(170,189,215)
#B1C3DA
(177,195,218)
#B8C9DD
(184,201,221)
#BFCFE0
(191,207,224)
#C6D5E3
(198,213,227)
#CDDBE6
(205,219,230)
#D4E1E9
(212,225,233)
#DBE7EC
(219,231,236)
#E2EDEF
(226,237,239)
#E9F3F2
(233,243,242)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABDD7; }

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

This text font color is #AABDD7.

Background Color

.myBgColor { background-color: #AABDD7; }

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

This div background color is #AABDD7.

Border color

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

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

This div border color is #AABDD7.

Opacity

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

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

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

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

This text has shadow with #AABDD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABDD7.

Preview

Color preview on black background

This text has color #AABDD7 on black background.


Color preview on white background

This text has color #AABDD7 on white background.


Black color preview on #AABDD7 background

This text has black color on #AABDD7 background.


White color preview on #AABDD7 background

This text has white color on #AABDD7 background.


Related colors

Complementary color

Complementary color for #hex is #554228.


I love getcolorcode.com

Triadic colors

1 #D7AABD and #BDD7AA with #AABDD7 are triadic colors.

2 #D7BDAA and #BDAAD7 with #AABDD7 are triadic colors.