COLOR #AAB6C7

HEX: #AAB6C7
RGB: (170,182,199)

Color info

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

RGB color model

#AAB6C7 color RGB value is (170,182,199).

  • red value is 170;
  • green value is 182;
  • blue value is 199.
RGB:
(170,182,199)
(67%,71%,78%)

RGB channels and saturation

R 170 of 255 = 67%
G 182 of 255 = 71%
B 199 of 255 = 78%

170
182
199

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

Portions of RGB colors in percentages

R + G + B =
170 + 182 + 199 = 551 (100%)
R 170 of 551 ~ 30.85%
G 182 of 551 ~ 33.03%
B 199 of 551 ~ 36.12%

%30.85
%33.03
%36.12

CMYK color model

#AAB6C7 color CMYK value is (15,9,0,22).

  • cyan value is 14.57%
  • magenta value is 8.54%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(15,9,0,22)
C15M9Y0K22 
(15%,9%,0%,22%)
(0.15/0.09/0.00/0.22)	

CMYK percentages

%14.57
%8.54
%0
%21.96

Codes

Color #AAB6C7 in popluar color models

AAB6C7
RGB170182199
HSL215°20.57%72.35%
HSB/HSV215°14.57%78.04%
CMYK14.57%8.54%0.00%
21.96%

Color #AAB6C7 in popluar number systems.

HEXAAB6C7
Decimal170182199
Binary101010101011011011000111
Octal252266307

Shades and tints

Shades of #AAB6C7

#AAB6C7
(170,182,199)
#9BA6B5
(155,166,181)
#8C96A3
(140,150,163)
#7D8691
(125,134,145)
#6E767F
(110,118,127)
#5F666D
(95,102,109)
#50565B
(80,86,91)
#414649
(65,70,73)
#323637
(50,54,55)
#232625
(35,38,37)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #AAB6C7

#AAB6C7
(170,182,199)
#B1BCCC
(177,188,204)
#B8C2D1
(184,194,209)
#BFC8D6
(191,200,214)
#C6CEDB
(198,206,219)
#CDD4E0
(205,212,224)
#D4DAE5
(212,218,229)
#DBE0EA
(219,224,234)
#E2E6EF
(226,230,239)
#E9ECF4
(233,236,244)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB6C7 color. Also use rgb(170,182,199) instead hex code.

Text Font Color

.myTextColor { color: #AAB6C7; }

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

This text font color is #AAB6C7.


Background Color

.myBgColor { background-color: #AAB6C7; }

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

This div background color is #AAB6C7.


Border color

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

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

This div border color is #AAB6C7.


Opacity

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

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

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

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

This text has shadow with #AAB6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB6C7 on black background.


Color preview on white background

This text has color #AAB6C7 on white background.



Black color preview on #AAB6C7 background

This text has black color on #AAB6C7 background.


White color preview on #AAB6C7 background

This text has white color on #AAB6C7 background.