COLOR #AAB1CB

HEX: #AAB1CB RGB: (170,177,203)

Color info

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

RGB color model

#AAB1CB color RGB value is (170,177,203).

RGB: (170,177,203) (67%, 69%, 80%)

RGB channels and saturation

R 170 of 255 = 67%
G 177 of 255 = 69%
B 203 of 255 = 80%

170
177
203

R + G + B ~ 72%. #AAB1CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 177 + 203 = 550 (100%)
R 170 of 550 ~ 30.91%
G 177 of 550 ~ 32.18%
B 203 of 550 ~ 36.91'%

%30.91
%32.18
%36.91

CMYK color model

#AAB1CB color CMYK value is (16,13,0,20).

  • cyan value is 16.26%
  • magenta value is 12.81%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (16,13,0,20)
C16M13Y0K20 (16%, 13%, 0%, 20%)
(0.16 / 0.13 / 0.00 / 0.20)

CMYK percentages

%16.26
%12.81
%0
%20.39

Codes

Color #AAB1CB in popluar color models

AA B1 CB
RGB 170 177 203
HSL 227° 24.09% 73.14%
HSB/HSV 227° 16.26% 79.61%
CMYK 16.26% 12.81% 0.00%
20.39%

Color #AAB1CB in popluar number systems.

HEX AA B1 CB
Decimal 170 177 203
Binary 10101010 10110001 11001011
Octal 252 261 313

Shades and tints

Shades of #AAB1CB

#AAB1CB
(170,177,203)
#9BA1B9
(155,161,185)
#8C91A7
(140,145,167)
#7D8195
(125,129,149)
#6E7183
(110,113,131)
#5F6171
(95,97,113)
#50515F
(80,81,95)
#41414D
(65,65,77)
#32313B
(50,49,59)
#232129
(35,33,41)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #AAB1CB

#AAB1CB
(170,177,203)
#B1B8CF
(177,184,207)
#B8BFD3
(184,191,211)
#BFC6D7
(191,198,215)
#C6CDDB
(198,205,219)
#CDD4DF
(205,212,223)
#D4DBE3
(212,219,227)
#DBE2E7
(219,226,231)
#E2E9EB
(226,233,235)
#E9F0EF
(233,240,239)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB1CB; }

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

This text font color is #AAB1CB.

Background Color

.myBgColor { background-color: #AAB1CB; }

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

This div background color is #AAB1CB.

Border color

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

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

This div border color is #AAB1CB.

Opacity

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

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

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

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

This text has shadow with #AAB1CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB1CB.

Preview

Color preview on black background

This text has color #AAB1CB on black background.


Color preview on white background

This text has color #AAB1CB on white background.


Black color preview on #AAB1CB background

This text has black color on #AAB1CB background.


White color preview on #AAB1CB background

This text has white color on #AAB1CB background.


Related colors

Complementary color

Complementary color for #hex is #554E34.


I love getcolorcode.com

Triadic colors

1 #CBAAB1 and #B1CBAA with #AAB1CB are triadic colors.

2 #CBB1AA and #B1AACB with #AAB1CB are triadic colors.