COLOR #AAADBA

HEX: #AAADBA
RGB: (170,173,186)

Color info

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

RGB color model

#AAADBA color RGB value is (170,173,186).

  • red value is 170;
  • green value is 173;
  • blue value is 186.
RGB:
(170,173,186)
(67%,68%,73%)

RGB channels and saturation

R 170 of 255 = 67%
G 173 of 255 = 68%
B 186 of 255 = 73%

170
173
186

R + G + B ~ 69%. #AAADBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 173 + 186 = 529 (100%)
R 170 of 529 ~ 32.14%
G 173 of 529 ~ 32.7%
B 186 of 529 ~ 35.16%

%32.14
%32.7
%35.16

CMYK color model

#AAADBA color CMYK value is (9,7,0,27).

  • cyan value is 8.60%
  • magenta value is 6.99%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(9,7,0,27)
C9M7Y0K27 
(9%,7%,0%,27%)
(0.09/0.07/0.00/0.27)	

CMYK percentages

%8.6
%6.99
%0
%27.06

Codes

Color #AAADBA in popluar color models

AAADBA
RGB170173186
HSL229°10.39%69.80%
HSB/HSV229°8.60%72.94%
CMYK8.60%6.99%0.00%
27.06%

Color #AAADBA in popluar number systems.

HEXAAADBA
Decimal170173186
Binary101010101010110110111010
Octal252255272

Shades and tints

Shades of #AAADBA

#AAADBA
(170,173,186)
#9B9EAA
(155,158,170)
#8C8F9A
(140,143,154)
#7D808A
(125,128,138)
#6E717A
(110,113,122)
#5F626A
(95,98,106)
#50535A
(80,83,90)
#41444A
(65,68,74)
#32353A
(50,53,58)
#23262A
(35,38,42)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #AAADBA

#AAADBA
(170,173,186)
#B1B4C0
(177,180,192)
#B8BBC6
(184,187,198)
#BFC2CC
(191,194,204)
#C6C9D2
(198,201,210)
#CDD0D8
(205,208,216)
#D4D7DE
(212,215,222)
#DBDEE4
(219,222,228)
#E2E5EA
(226,229,234)
#E9ECF0
(233,236,240)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAADBA; }

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

This text font color is #AAADBA.


Background Color

.myBgColor { background-color: #AAADBA; }

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

This div background color is #AAADBA.


Border color

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

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

This div border color is #AAADBA.


Opacity

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

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

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

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

This text has shadow with #AAADBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAADBA on black background.


Color preview on white background

This text has color #AAADBA on white background.



Black color preview on #AAADBA background

This text has black color on #AAADBA background.


White color preview on #AAADBA background

This text has white color on #AAADBA background.