COLOR #AAADBD

HEX: #AAADBD RGB: (170,173,189)

Color info

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

RGB color model

#AAADBD color RGB value is (170,173,189).

RGB: (170,173,189) (67%, 68%, 74%)

RGB channels and saturation

R 170 of 255 = 67%
G 173 of 255 = 68%
B 189 of 255 = 74%

170
173
189

R + G + B ~ 70%. #AAADBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 173 + 189 = 532 (100%)
R 170 of 532 ~ 31.95%
G 173 of 532 ~ 32.52%
B 189 of 532 ~ 35.53'%

%31.95
%32.52
%35.53

CMYK color model

#AAADBD color CMYK value is (10,8,0,26).

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

CMYK: (10,8,0,26)
C10M8Y0K26 (10%, 8%, 0%, 26%)
(0.10 / 0.08 / 0.00 / 0.26)

CMYK percentages

%10.05
%8.47
%0
%25.88

Codes

Color #AAADBD in popluar color models

AA AD BD
RGB 170 173 189
HSL 231° 12.58% 70.39%
HSB/HSV 231° 10.05% 74.12%
CMYK 10.05% 8.47% 0.00%
25.88%

Color #AAADBD in popluar number systems.

HEX AA AD BD
Decimal 170 173 189
Binary 10101010 10101101 10111101
Octal 252 255 275

Shades and tints

Shades of #AAADBD

#AAADBD
(170,173,189)
#9B9EAC
(155,158,172)
#8C8F9B
(140,143,155)
#7D808A
(125,128,138)
#6E7179
(110,113,121)
#5F6268
(95,98,104)
#505357
(80,83,87)
#414446
(65,68,70)
#323535
(50,53,53)
#232624
(35,38,36)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #AAADBD

#AAADBD
(170,173,189)
#B1B4C3
(177,180,195)
#B8BBC9
(184,187,201)
#BFC2CF
(191,194,207)
#C6C9D5
(198,201,213)
#CDD0DB
(205,208,219)
#D4D7E1
(212,215,225)
#DBDEE7
(219,222,231)
#E2E5ED
(226,229,237)
#E9ECF3
(233,236,243)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAADBD; }

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

This text font color is #AAADBD.

Background Color

.myBgColor { background-color: #AAADBD; }

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

This div background color is #AAADBD.

Border color

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

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

This div border color is #AAADBD.

Opacity

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

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

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

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

This text has shadow with #AAADBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAADBD.

Preview

Color preview on black background

This text has color #AAADBD on black background.


Color preview on white background

This text has color #AAADBD on white background.


Black color preview on #AAADBD background

This text has black color on #AAADBD background.


White color preview on #AAADBD background

This text has white color on #AAADBD background.


Related colors

Complementary color

Complementary color for #hex is #555242.


I love getcolorcode.com

Triadic colors

1 #BDAAAD and #ADBDAA with #AAADBD are triadic colors.

2 #BDADAA and #ADAABD with #AAADBD are triadic colors.