COLOR #AAABCB

HEX: #AAABCB
RGB: (170,171,203)

Color info

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

RGB color model

#AAABCB color RGB value is (170,171,203).

  • red value is 170;
  • green value is 171;
  • blue value is 203.
RGB:
(170,171,203)
(67%,67%,80%)

RGB channels and saturation

R 170 of 255 = 67%
G 171 of 255 = 67%
B 203 of 255 = 80%

170
171
203

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

Portions of RGB colors in percentages

R + G + B =
170 + 171 + 203 = 544 (100%)
R 170 of 544 ~ 31.25%
G 171 of 544 ~ 31.43%
B 203 of 544 ~ 37.32%

%31.25
%31.43
%37.32

CMYK color model

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

  • cyan value is 16.26%
  • magenta value is 15.76%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(16,16,0,20)
C16M16Y0K20 
(16%,16%,0%,20%)
(0.16/0.16/0.00/0.20)	

CMYK percentages

%16.26
%15.76
%0
%20.39

Codes

Color #AAABCB in popluar color models

AAABCB
RGB170171203
HSL238°24.09%73.14%
HSB/HSV238°16.26%79.61%
CMYK16.26%15.76%0.00%
20.39%

Color #AAABCB in popluar number systems.

HEXAAABCB
Decimal170171203
Binary101010101010101111001011
Octal252253313

Shades and tints

Shades of #AAABCB

#AAABCB
(170,171,203)
#9B9CB9
(155,156,185)
#8C8DA7
(140,141,167)
#7D7E95
(125,126,149)
#6E6F83
(110,111,131)
#5F6071
(95,96,113)
#50515F
(80,81,95)
#41424D
(65,66,77)
#32333B
(50,51,59)
#232429
(35,36,41)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #AAABCB

#AAABCB
(170,171,203)
#B1B2CF
(177,178,207)
#B8B9D3
(184,185,211)
#BFC0D7
(191,192,215)
#C6C7DB
(198,199,219)
#CDCEDF
(205,206,223)
#D4D5E3
(212,213,227)
#DBDCE7
(219,220,231)
#E2E3EB
(226,227,235)
#E9EAEF
(233,234,239)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAABCB; }

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

This text font color is #AAABCB.


Background Color

.myBgColor { background-color: #AAABCB; }

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

This div background color is #AAABCB.


Border color

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

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

This div border color is #AAABCB.


Opacity

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

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

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

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

This text has shadow with #AAABCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAABCB on black background.


Color preview on white background

This text has color #AAABCB on white background.



Black color preview on #AAABCB background

This text has black color on #AAABCB background.


White color preview on #AAABCB background

This text has white color on #AAABCB background.