COLOR #AABDB5

HEX: #AABDB5 RGB: (170,189,181)

Color info

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

RGB color model

#AABDB5 color RGB value is (170,189,181).

RGB: (170,189,181) (67%, 74%, 71%)

RGB channels and saturation

R 170 of 255 = 67%
G 189 of 255 = 74%
B 181 of 255 = 71%

170
189
181

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

Portions of RGB colors in percentages

R + G + B = 170 + 189 + 181 = 540 (100%)
R 170 of 540 ~ 31.48%
G 189 of 540 ~ 35%
B 181 of 540 ~ 33.52'%

%31.48
%35
%33.52

CMYK color model

#AABDB5 color CMYK value is (10,0,4,26).

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

CMYK: (10,0,4,26)
C10M0Y4K26 (10%, 0%, 4%, 26%)
(0.10 / 0.00 / 0.04 / 0.26)

CMYK percentages

%10.05
%0
%4.23
%25.88

Codes

Color #AABDB5 in popluar color models

AA BD B5
RGB 170 189 181
HSL 155° 12.58% 70.39%
HSB/HSV 155° 10.05% 74.12%
CMYK 10.05% 0.00% 4.23%
25.88%

Color #AABDB5 in popluar number systems.

HEX AA BD B5
Decimal 170 189 181
Binary 10101010 10111101 10110101
Octal 252 275 265

Shades and tints

Shades of #AABDB5

#AABDB5
(170,189,181)
#9BACA5
(155,172,165)
#8C9B95
(140,155,149)
#7D8A85
(125,138,133)
#6E7975
(110,121,117)
#5F6865
(95,104,101)
#505755
(80,87,85)
#414645
(65,70,69)
#323535
(50,53,53)
#232425
(35,36,37)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #AABDB5

#AABDB5
(170,189,181)
#B1C3BB
(177,195,187)
#B8C9C1
(184,201,193)
#BFCFC7
(191,207,199)
#C6D5CD
(198,213,205)
#CDDBD3
(205,219,211)
#D4E1D9
(212,225,217)
#DBE7DF
(219,231,223)
#E2EDE5
(226,237,229)
#E9F3EB
(233,243,235)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABDB5; }

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

This text font color is #AABDB5.

Background Color

.myBgColor { background-color: #AABDB5; }

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

This div background color is #AABDB5.

Border color

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

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

This div border color is #AABDB5.

Opacity

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

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

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

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

This text has shadow with #AABDB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABDB5.

Preview

Color preview on black background

This text has color #AABDB5 on black background.


Color preview on white background

This text has color #AABDB5 on white background.


Black color preview on #AABDB5 background

This text has black color on #AABDB5 background.


White color preview on #AABDB5 background

This text has white color on #AABDB5 background.


Related colors

Complementary color

Complementary color for #hex is #55424A.


I love getcolorcode.com

Triadic colors

1 #B5AABD and #BDB5AA with #AABDB5 are triadic colors.

2 #B5BDAA and #BDAAB5 with #AABDB5 are triadic colors.