COLOR #AAADC9

HEX: #AAADC9
RGB: (170,173,201)

Color info

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

RGB color model

#AAADC9 color RGB value is (170,173,201).

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

RGB channels and saturation

R 170 of 255 = 67%
G 173 of 255 = 68%
B 201 of 255 = 79%

170
173
201

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

Portions of RGB colors in percentages

R + G + B =
170 + 173 + 201 = 544 (100%)
R 170 of 544 ~ 31.25%
G 173 of 544 ~ 31.8%
B 201 of 544 ~ 36.95%

%31.25
%31.8
%36.95

CMYK color model

#AAADC9 color CMYK value is (15,14,0,21).

  • cyan value is 15.42%
  • magenta value is 13.93%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(15,14,0,21)
C15M14Y0K21 
(15%,14%,0%,21%)
(0.15/0.14/0.00/0.21)	

CMYK percentages

%15.42
%13.93
%0
%21.18

Codes

Color #AAADC9 in popluar color models

AAADC9
RGB170173201
HSL234°22.30%72.75%
HSB/HSV234°15.42%78.82%
CMYK15.42%13.93%0.00%
21.18%

Color #AAADC9 in popluar number systems.

HEXAAADC9
Decimal170173201
Binary101010101010110111001001
Octal252255311

Shades and tints

Shades of #AAADC9

#AAADC9
(170,173,201)
#9B9EB7
(155,158,183)
#8C8FA5
(140,143,165)
#7D8093
(125,128,147)
#6E7181
(110,113,129)
#5F626F
(95,98,111)
#50535D
(80,83,93)
#41444B
(65,68,75)
#323539
(50,53,57)
#232627
(35,38,39)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #AAADC9

#AAADC9
(170,173,201)
#B1B4CD
(177,180,205)
#B8BBD1
(184,187,209)
#BFC2D5
(191,194,213)
#C6C9D9
(198,201,217)
#CDD0DD
(205,208,221)
#D4D7E1
(212,215,225)
#DBDEE5
(219,222,229)
#E2E5E9
(226,229,233)
#E9ECED
(233,236,237)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAADC9; }

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

This text font color is #AAADC9.


Background Color

.myBgColor { background-color: #AAADC9; }

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

This div background color is #AAADC9.


Border color

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

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

This div border color is #AAADC9.


Opacity

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

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

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

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

This text has shadow with #AAADC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAADC9 on black background.


Color preview on white background

This text has color #AAADC9 on white background.



Black color preview on #AAADC9 background

This text has black color on #AAADC9 background.


White color preview on #AAADC9 background

This text has white color on #AAADC9 background.