COLOR #AAB8BF

HEX: #AAB8BF
RGB: (170,184,191)

Color info

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

RGB color model

#AAB8BF color RGB value is (170,184,191).

  • red value is 170;
  • green value is 184;
  • blue value is 191.
RGB:
(170,184,191)
(67%,72%,75%)

RGB channels and saturation

R 170 of 255 = 67%
G 184 of 255 = 72%
B 191 of 255 = 75%

170
184
191

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

Portions of RGB colors in percentages

R + G + B =
170 + 184 + 191 = 545 (100%)
R 170 of 545 ~ 31.19%
G 184 of 545 ~ 33.76%
B 191 of 545 ~ 35.05%

%31.19
%33.76
%35.05

CMYK color model

#AAB8BF color CMYK value is (11,4,0,25).

  • cyan value is 10.99%
  • magenta value is 3.66%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(11,4,0,25)
C11M4Y0K25 
(11%,4%,0%,25%)
(0.11/0.04/0.00/0.25)	

CMYK percentages

%10.99
%3.66
%0
%25.1

Codes

Color #AAB8BF in popluar color models

AAB8BF
RGB170184191
HSL200°14.09%70.78%
HSB/HSV200°10.99%74.90%
CMYK10.99%3.66%0.00%
25.10%

Color #AAB8BF in popluar number systems.

HEXAAB8BF
Decimal170184191
Binary101010101011100010111111
Octal252270277

Shades and tints

Shades of #AAB8BF

#AAB8BF
(170,184,191)
#9BA8AE
(155,168,174)
#8C989D
(140,152,157)
#7D888C
(125,136,140)
#6E787B
(110,120,123)
#5F686A
(95,104,106)
#505859
(80,88,89)
#414848
(65,72,72)
#323837
(50,56,55)
#232826
(35,40,38)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #AAB8BF

#AAB8BF
(170,184,191)
#B1BEC4
(177,190,196)
#B8C4C9
(184,196,201)
#BFCACE
(191,202,206)
#C6D0D3
(198,208,211)
#CDD6D8
(205,214,216)
#D4DCDD
(212,220,221)
#DBE2E2
(219,226,226)
#E2E8E7
(226,232,231)
#E9EEEC
(233,238,236)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB8BF color. Also use rgb(170,184,191) instead hex code.

Text Font Color

.myTextColor { color: #AAB8BF; }

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

This text font color is #AAB8BF.


Background Color

.myBgColor { background-color: #AAB8BF; }

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

This div background color is #AAB8BF.


Border color

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

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

This div border color is #AAB8BF.


Opacity

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

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

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

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

This text has shadow with #AAB8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB8BF on black background.


Color preview on white background

This text has color #AAB8BF on white background.



Black color preview on #AAB8BF background

This text has black color on #AAB8BF background.


White color preview on #AAB8BF background

This text has white color on #AAB8BF background.