COLOR #AAB7BE

HEX: #AAB7BE
RGB: (170,183,190)

Color info

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

RGB color model

#AAB7BE color RGB value is (170,183,190).

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

RGB channels and saturation

R 170 of 255 = 67%
G 183 of 255 = 72%
B 190 of 255 = 75%

170
183
190

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

Portions of RGB colors in percentages

R + G + B =
170 + 183 + 190 = 543 (100%)
R 170 of 543 ~ 31.31%
G 183 of 543 ~ 33.7%
B 190 of 543 ~ 34.99%

%31.31
%33.7
%34.99

CMYK color model

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

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

CMYK percentages

%10.53
%3.68
%0
%25.49

Codes

Color #AAB7BE in popluar color models

AAB7BE
RGB170183190
HSL201°13.33%70.59%
HSB/HSV201°10.53%74.51%
CMYK10.53%3.68%0.00%
25.49%

Color #AAB7BE in popluar number systems.

HEXAAB7BE
Decimal170183190
Binary101010101011011110111110
Octal252267276

Shades and tints

Shades of #AAB7BE

#AAB7BE
(170,183,190)
#9BA7AD
(155,167,173)
#8C979C
(140,151,156)
#7D878B
(125,135,139)
#6E777A
(110,119,122)
#5F6769
(95,103,105)
#505758
(80,87,88)
#414747
(65,71,71)
#323736
(50,55,54)
#232725
(35,39,37)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #AAB7BE

#AAB7BE
(170,183,190)
#B1BDC3
(177,189,195)
#B8C3C8
(184,195,200)
#BFC9CD
(191,201,205)
#C6CFD2
(198,207,210)
#CDD5D7
(205,213,215)
#D4DBDC
(212,219,220)
#DBE1E1
(219,225,225)
#E2E7E6
(226,231,230)
#E9EDEB
(233,237,235)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB7BE color. Also use rgb(170,183,190) instead hex code.

Text Font Color

.myTextColor { color: #AAB7BE; }

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

This text font color is #AAB7BE.


Background Color

.myBgColor { background-color: #AAB7BE; }

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

This div background color is #AAB7BE.


Border color

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

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

This div border color is #AAB7BE.


Opacity

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

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

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

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

This text has shadow with #AAB7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB7BE on black background.


Color preview on white background

This text has color #AAB7BE on white background.



Black color preview on #AAB7BE background

This text has black color on #AAB7BE background.


White color preview on #AAB7BE background

This text has white color on #AAB7BE background.