COLOR #AAB3BE

HEX: #AAB3BE RGB: (170,179,190)

Color info

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

RGB color model

#AAB3BE color RGB value is (170,179,190).

RGB: (170,179,190) (67%, 70%, 75%)

RGB channels and saturation

R 170 of 255 = 67%
G 179 of 255 = 70%
B 190 of 255 = 75%

170
179
190

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

Portions of RGB colors in percentages

R + G + B = 170 + 179 + 190 = 539 (100%)
R 170 of 539 ~ 31.54%
G 179 of 539 ~ 33.21%
B 190 of 539 ~ 35.25'%

%31.54
%33.21
%35.25

CMYK color model

#AAB3BE color CMYK value is (11,6,0,25).

  • cyan value is 10.53%
  • magenta value is 5.79%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (11,6,0,25)
C11M6Y0K25 (11%, 6%, 0%, 25%)
(0.11 / 0.06 / 0.00 / 0.25)

CMYK percentages

%10.53
%5.79
%0
%25.49

Codes

Color #AAB3BE in popluar color models

AA B3 BE
RGB 170 179 190
HSL 213° 13.33% 70.59%
HSB/HSV 213° 10.53% 74.51%
CMYK 10.53% 5.79% 0.00%
25.49%

Color #AAB3BE in popluar number systems.

HEX AA B3 BE
Decimal 170 179 190
Binary 10101010 10110011 10111110
Octal 252 263 276

Shades and tints

Shades of #AAB3BE

#AAB3BE
(170,179,190)
#9BA3AD
(155,163,173)
#8C939C
(140,147,156)
#7D838B
(125,131,139)
#6E737A
(110,115,122)
#5F6369
(95,99,105)
#505358
(80,83,88)
#414347
(65,67,71)
#323336
(50,51,54)
#232325
(35,35,37)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #AAB3BE

#AAB3BE
(170,179,190)
#B1B9C3
(177,185,195)
#B8BFC8
(184,191,200)
#BFC5CD
(191,197,205)
#C6CBD2
(198,203,210)
#CDD1D7
(205,209,215)
#D4D7DC
(212,215,220)
#DBDDE1
(219,221,225)
#E2E3E6
(226,227,230)
#E9E9EB
(233,233,235)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB3BE; }

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

This text font color is #AAB3BE.

Background Color

.myBgColor { background-color: #AAB3BE; }

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

This div background color is #AAB3BE.

Border color

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

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

This div border color is #AAB3BE.

Opacity

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

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

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

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

This text has shadow with #AAB3BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB3BE.

Preview

Color preview on black background

This text has color #AAB3BE on black background.


Color preview on white background

This text has color #AAB3BE on white background.


Black color preview on #AAB3BE background

This text has black color on #AAB3BE background.


White color preview on #AAB3BE background

This text has white color on #AAB3BE background.


Related colors

Complementary color

Complementary color for #hex is #554C41.


I love getcolorcode.com

Triadic colors

1 #BEAAB3 and #B3BEAA with #AAB3BE are triadic colors.

2 #BEB3AA and #B3AABE with #AAB3BE are triadic colors.