COLOR #AAADCF

HEX: #AAADCF
RGB: (170,173,207)

Color info

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

RGB color model

#AAADCF color RGB value is (170,173,207).

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

RGB channels and saturation

R 170 of 255 = 67%
G 173 of 255 = 68%
B 207 of 255 = 81%

170
173
207

R + G + B ~ 72%. #AAADCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 173 + 207 = 550 (100%)
R 170 of 550 ~ 30.91%
G 173 of 550 ~ 31.45%
B 207 of 550 ~ 37.64%

%30.91
%31.45
%37.64

CMYK color model

#AAADCF color CMYK value is (18,16,0,19).

  • cyan value is 17.87%
  • magenta value is 16.43%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(18,16,0,19)
C18M16Y0K19 
(18%,16%,0%,19%)
(0.18/0.16/0.00/0.19)	

CMYK percentages

%17.87
%16.43
%0
%18.82

Codes

Color #AAADCF in popluar color models

AAADCF
RGB170173207
HSL235°27.82%73.92%
HSB/HSV235°17.87%81.18%
CMYK17.87%16.43%0.00%
18.82%

Color #AAADCF in popluar number systems.

HEXAAADCF
Decimal170173207
Binary101010101010110111001111
Octal252255317

Shades and tints

Shades of #AAADCF

#AAADCF
(170,173,207)
#9B9EBD
(155,158,189)
#8C8FAB
(140,143,171)
#7D8099
(125,128,153)
#6E7187
(110,113,135)
#5F6275
(95,98,117)
#505363
(80,83,99)
#414451
(65,68,81)
#32353F
(50,53,63)
#23262D
(35,38,45)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #AAADCF

#AAADCF
(170,173,207)
#B1B4D3
(177,180,211)
#B8BBD7
(184,187,215)
#BFC2DB
(191,194,219)
#C6C9DF
(198,201,223)
#CDD0E3
(205,208,227)
#D4D7E7
(212,215,231)
#DBDEEB
(219,222,235)
#E2E5EF
(226,229,239)
#E9ECF3
(233,236,243)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAADCF; }

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

This text font color is #AAADCF.


Background Color

.myBgColor { background-color: #AAADCF; }

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

This div background color is #AAADCF.


Border color

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

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

This div border color is #AAADCF.


Opacity

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

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

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

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

This text has shadow with #AAADCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAADCF on black background.


Color preview on white background

This text has color #AAADCF on white background.



Black color preview on #AAADCF background

This text has black color on #AAADCF background.


White color preview on #AAADCF background

This text has white color on #AAADCF background.