COLOR #AAB1C8

HEX: #AAB1C8 RGB: (170,177,200)

Color info

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

RGB color model

#AAB1C8 color RGB value is (170,177,200).

RGB: (170,177,200) (67%, 69%, 78%)

RGB channels and saturation

R 170 of 255 = 67%
G 177 of 255 = 69%
B 200 of 255 = 78%

170
177
200

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

Portions of RGB colors in percentages

R + G + B = 170 + 177 + 200 = 547 (100%)
R 170 of 547 ~ 31.08%
G 177 of 547 ~ 32.36%
B 200 of 547 ~ 36.56'%

%31.08
%32.36
%36.56

CMYK color model

#AAB1C8 color CMYK value is (15,12,0,22).

  • cyan value is 15.00%
  • magenta value is 11.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (15,12,0,22)
C15M12Y0K22 (15%, 12%, 0%, 22%)
(0.15 / 0.12 / 0.00 / 0.22)

CMYK percentages

%15
%11.5
%0
%21.57

Codes

Color #AAB1C8 in popluar color models

AA B1 C8
RGB 170 177 200
HSL 226° 21.43% 72.55%
HSB/HSV 226° 15.00% 78.43%
CMYK 15.00% 11.50% 0.00%
21.57%

Color #AAB1C8 in popluar number systems.

HEX AA B1 C8
Decimal 170 177 200
Binary 10101010 10110001 11001000
Octal 252 261 310

Shades and tints

Shades of #AAB1C8

#AAB1C8
(170,177,200)
#9BA1B6
(155,161,182)
#8C91A4
(140,145,164)
#7D8192
(125,129,146)
#6E7180
(110,113,128)
#5F616E
(95,97,110)
#50515C
(80,81,92)
#41414A
(65,65,74)
#323138
(50,49,56)
#232126
(35,33,38)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #AAB1C8

#AAB1C8
(170,177,200)
#B1B8CD
(177,184,205)
#B8BFD2
(184,191,210)
#BFC6D7
(191,198,215)
#C6CDDC
(198,205,220)
#CDD4E1
(205,212,225)
#D4DBE6
(212,219,230)
#DBE2EB
(219,226,235)
#E2E9F0
(226,233,240)
#E9F0F5
(233,240,245)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB1C8 color. Also use rgb(170,177,200) instead hex code.

Text Font Color

.myTextColor { color: #AAB1C8; }

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

This text font color is #AAB1C8.

Background Color

.myBgColor { background-color: #AAB1C8; }

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

This div background color is #AAB1C8.

Border color

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

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

This div border color is #AAB1C8.

Opacity

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

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

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

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

This text has shadow with #AAB1C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB1C8.

Preview

Color preview on black background

This text has color #AAB1C8 on black background.


Color preview on white background

This text has color #AAB1C8 on white background.


Black color preview on #AAB1C8 background

This text has black color on #AAB1C8 background.


White color preview on #AAB1C8 background

This text has white color on #AAB1C8 background.


Related colors

Complementary color

Complementary color for #hex is #554E37.


I love getcolorcode.com

Triadic colors

1 #C8AAB1 and #B1C8AA with #AAB1C8 are triadic colors.

2 #C8B1AA and #B1AAC8 with #AAB1C8 are triadic colors.