COLOR #AABDB7

HEX: #AABDB7 RGB: (170,189,183)

Color info

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

RGB color model

#AABDB7 color RGB value is (170,189,183).

RGB: (170,189,183) (67%, 74%, 72%)

RGB channels and saturation

R 170 of 255 = 67%
G 189 of 255 = 74%
B 183 of 255 = 72%

170
189
183

R + G + B ~ 71%. #AABDB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 189 + 183 = 542 (100%)
R 170 of 542 ~ 31.37%
G 189 of 542 ~ 34.87%
B 183 of 542 ~ 33.76'%

%31.37
%34.87
%33.76

CMYK color model

#AABDB7 color CMYK value is (10,0,3,26).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 3.17%
  • key color value is 25.88%

CMYK: (10,0,3,26)
C10M0Y3K26 (10%, 0%, 3%, 26%)
(0.10 / 0.00 / 0.03 / 0.26)

CMYK percentages

%10.05
%0
%3.17
%25.88

Codes

Color #AABDB7 in popluar color models

AA BD B7
RGB 170 189 183
HSL 161° 12.58% 70.39%
HSB/HSV 161° 10.05% 74.12%
CMYK 10.05% 0.00% 3.17%
25.88%

Color #AABDB7 in popluar number systems.

HEX AA BD B7
Decimal 170 189 183
Binary 10101010 10111101 10110111
Octal 252 275 267

Shades and tints

Shades of #AABDB7

#AABDB7
(170,189,183)
#9BACA7
(155,172,167)
#8C9B97
(140,155,151)
#7D8A87
(125,138,135)
#6E7977
(110,121,119)
#5F6867
(95,104,103)
#505757
(80,87,87)
#414647
(65,70,71)
#323537
(50,53,55)
#232427
(35,36,39)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #AABDB7

#AABDB7
(170,189,183)
#B1C3BD
(177,195,189)
#B8C9C3
(184,201,195)
#BFCFC9
(191,207,201)
#C6D5CF
(198,213,207)
#CDDBD5
(205,219,213)
#D4E1DB
(212,225,219)
#DBE7E1
(219,231,225)
#E2EDE7
(226,237,231)
#E9F3ED
(233,243,237)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABDB7; }

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

This text font color is #AABDB7.

Background Color

.myBgColor { background-color: #AABDB7; }

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

This div background color is #AABDB7.

Border color

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

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

This div border color is #AABDB7.

Opacity

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

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

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

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

This text has shadow with #AABDB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABDB7.

Preview

Color preview on black background

This text has color #AABDB7 on black background.


Color preview on white background

This text has color #AABDB7 on white background.


Black color preview on #AABDB7 background

This text has black color on #AABDB7 background.


White color preview on #AABDB7 background

This text has white color on #AABDB7 background.


Related colors

Complementary color

Complementary color for #hex is #554248.


I love getcolorcode.com

Triadic colors

1 #B7AABD and #BDB7AA with #AABDB7 are triadic colors.

2 #B7BDAA and #BDAAB7 with #AABDB7 are triadic colors.