COLOR #AAADC8

HEX: #AAADC8
RGB: (170,173,200)

Color info

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

RGB color model

#AAADC8 color RGB value is (170,173,200).

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

RGB channels and saturation

R 170 of 255 = 67%
G 173 of 255 = 68%
B 200 of 255 = 78%

170
173
200

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

Portions of RGB colors in percentages

R + G + B =
170 + 173 + 200 = 543 (100%)
R 170 of 543 ~ 31.31%
G 173 of 543 ~ 31.86%
B 200 of 543 ~ 36.83%

%31.31
%31.86
%36.83

CMYK color model

#AAADC8 color CMYK value is (15,14,0,22).

  • cyan value is 15.00%
  • magenta value is 13.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(15,14,0,22)
C15M14Y0K22 
(15%,14%,0%,22%)
(0.15/0.14/0.00/0.22)	

CMYK percentages

%15
%13.5
%0
%21.57

Codes

Color #AAADC8 in popluar color models

AAADC8
RGB170173200
HSL234°21.43%72.55%
HSB/HSV234°15.00%78.43%
CMYK15.00%13.50%0.00%
21.57%

Color #AAADC8 in popluar number systems.

HEXAAADC8
Decimal170173200
Binary101010101010110111001000
Octal252255310

Shades and tints

Shades of #AAADC8

#AAADC8
(170,173,200)
#9B9EB6
(155,158,182)
#8C8FA4
(140,143,164)
#7D8092
(125,128,146)
#6E7180
(110,113,128)
#5F626E
(95,98,110)
#50535C
(80,83,92)
#41444A
(65,68,74)
#323538
(50,53,56)
#232626
(35,38,38)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #AAADC8

#AAADC8
(170,173,200)
#B1B4CD
(177,180,205)
#B8BBD2
(184,187,210)
#BFC2D7
(191,194,215)
#C6C9DC
(198,201,220)
#CDD0E1
(205,208,225)
#D4D7E6
(212,215,230)
#DBDEEB
(219,222,235)
#E2E5F0
(226,229,240)
#E9ECF5
(233,236,245)
#F0F3FA
(240,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAADC8; }

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

This text font color is #AAADC8.


Background Color

.myBgColor { background-color: #AAADC8; }

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

This div background color is #AAADC8.


Border color

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

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

This div border color is #AAADC8.


Opacity

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

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

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

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

This text has shadow with #AAADC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAADC8 on black background.


Color preview on white background

This text has color #AAADC8 on white background.



Black color preview on #AAADC8 background

This text has black color on #AAADC8 background.


White color preview on #AAADC8 background

This text has white color on #AAADC8 background.