COLOR #AAABCC

HEX: #AAABCC
RGB: (170,171,204)

Color info

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

RGB color model

#AAABCC color RGB value is (170,171,204).

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

RGB channels and saturation

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

170
171
204

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

Portions of RGB colors in percentages

R + G + B =
170 + 171 + 204 = 545 (100%)
R 170 of 545 ~ 31.19%
G 171 of 545 ~ 31.38%
B 204 of 545 ~ 37.43%

%31.19
%31.38
%37.43

CMYK color model

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

  • cyan value is 16.67%
  • magenta value is 16.18%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(17,16,0,20)
C17M16Y0K20 
(17%,16%,0%,20%)
(0.17/0.16/0.00/0.20)	

CMYK percentages

%16.67
%16.18
%0
%20

Codes

Color #AAABCC in popluar color models

AAABCC
RGB170171204
HSL238°25.00%73.33%
HSB/HSV238°16.67%80.00%
CMYK16.67%16.18%0.00%
20.00%

Color #AAABCC in popluar number systems.

HEXAAABCC
Decimal170171204
Binary101010101010101111001100
Octal252253314

Shades and tints

Shades of #AAABCC

#AAABCC
(170,171,204)
#9B9CBA
(155,156,186)
#8C8DA8
(140,141,168)
#7D7E96
(125,126,150)
#6E6F84
(110,111,132)
#5F6072
(95,96,114)
#505160
(80,81,96)
#41424E
(65,66,78)
#32333C
(50,51,60)
#23242A
(35,36,42)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #AAABCC

#AAABCC
(170,171,204)
#B1B2D0
(177,178,208)
#B8B9D4
(184,185,212)
#BFC0D8
(191,192,216)
#C6C7DC
(198,199,220)
#CDCEE0
(205,206,224)
#D4D5E4
(212,213,228)
#DBDCE8
(219,220,232)
#E2E3EC
(226,227,236)
#E9EAF0
(233,234,240)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAABCC; }

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

This text font color is #AAABCC.


Background Color

.myBgColor { background-color: #AAABCC; }

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

This div background color is #AAABCC.


Border color

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

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

This div border color is #AAABCC.


Opacity

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

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

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

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

This text has shadow with #AAABCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAABCC on black background.


Color preview on white background

This text has color #AAABCC on white background.



Black color preview on #AAABCC background

This text has black color on #AAABCC background.


White color preview on #AAABCC background

This text has white color on #AAABCC background.