COLOR #AAB0C5

HEX: #AAB0C5 RGB: (170,176,197)

Color info

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

RGB color model

#AAB0C5 color RGB value is (170,176,197).

RGB: (170,176,197) (67%, 69%, 77%)

RGB channels and saturation

R 170 of 255 = 67%
G 176 of 255 = 69%
B 197 of 255 = 77%

170
176
197

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

Portions of RGB colors in percentages

R + G + B = 170 + 176 + 197 = 543 (100%)
R 170 of 543 ~ 31.31%
G 176 of 543 ~ 32.41%
B 197 of 543 ~ 36.28'%

%31.31
%32.41
%36.28

CMYK color model

#AAB0C5 color CMYK value is (14,11,0,23).

  • cyan value is 13.71%
  • magenta value is 10.66%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (14,11,0,23)
C14M11Y0K23 (14%, 11%, 0%, 23%)
(0.14 / 0.11 / 0.00 / 0.23)

CMYK percentages

%13.71
%10.66
%0
%22.75

Codes

Color #AAB0C5 in popluar color models

AA B0 C5
RGB 170 176 197
HSL 227° 18.88% 71.96%
HSB/HSV 227° 13.71% 77.25%
CMYK 13.71% 10.66% 0.00%
22.75%

Color #AAB0C5 in popluar number systems.

HEX AA B0 C5
Decimal 170 176 197
Binary 10101010 10110000 11000101
Octal 252 260 305

Shades and tints

Shades of #AAB0C5

#AAB0C5
(170,176,197)
#9BA0B4
(155,160,180)
#8C90A3
(140,144,163)
#7D8092
(125,128,146)
#6E7081
(110,112,129)
#5F6070
(95,96,112)
#50505F
(80,80,95)
#41404E
(65,64,78)
#32303D
(50,48,61)
#23202C
(35,32,44)
#14101B
(20,16,27)
#000000
(0,0,0)

Tints of #AAB0C5

#AAB0C5
(170,176,197)
#B1B7CA
(177,183,202)
#B8BECF
(184,190,207)
#BFC5D4
(191,197,212)
#C6CCD9
(198,204,217)
#CDD3DE
(205,211,222)
#D4DAE3
(212,218,227)
#DBE1E8
(219,225,232)
#E2E8ED
(226,232,237)
#E9EFF2
(233,239,242)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB0C5 color. Also use rgb(170,176,197) instead hex code.

Text Font Color

.myTextColor { color: #AAB0C5; }

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

This text font color is #AAB0C5.

Background Color

.myBgColor { background-color: #AAB0C5; }

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

This div background color is #AAB0C5.

Border color

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

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

This div border color is #AAB0C5.

Opacity

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

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

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

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

This text has shadow with #AAB0C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB0C5.

Preview

Color preview on black background

This text has color #AAB0C5 on black background.


Color preview on white background

This text has color #AAB0C5 on white background.


Black color preview on #AAB0C5 background

This text has black color on #AAB0C5 background.


White color preview on #AAB0C5 background

This text has white color on #AAB0C5 background.


Related colors

Complementary color

Complementary color for #hex is #554F3A.


I love getcolorcode.com

Triadic colors

1 #C5AAB0 and #B0C5AA with #AAB0C5 are triadic colors.

2 #C5B0AA and #B0AAC5 with #AAB0C5 are triadic colors.