COLOR #AAB4CC

HEX: #AAB4CC
RGB: (170,180,204)

Color info

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

RGB color model

#AAB4CC color RGB value is (170,180,204).

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

RGB channels and saturation

R 170 of 255 = 67%
G 180 of 255 = 71%
B 204 of 255 = 80%

170
180
204

R + G + B ~ 73%. #AAB4CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 180 + 204 = 554 (100%)
R 170 of 554 ~ 30.69%
G 180 of 554 ~ 32.49%
B 204 of 554 ~ 36.82%

%30.69
%32.49
%36.82

CMYK color model

#AAB4CC color CMYK value is (17,12,0,20).

  • cyan value is 16.67%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(17,12,0,20)
C17M12Y0K20 
(17%,12%,0%,20%)
(0.17/0.12/0.00/0.20)	

CMYK percentages

%16.67
%11.76
%0
%20

Codes

Color #AAB4CC in popluar color models

AAB4CC
RGB170180204
HSL222°25.00%73.33%
HSB/HSV222°16.67%80.00%
CMYK16.67%11.76%0.00%
20.00%

Color #AAB4CC in popluar number systems.

HEXAAB4CC
Decimal170180204
Binary101010101011010011001100
Octal252264314

Shades and tints

Shades of #AAB4CC

#AAB4CC
(170,180,204)
#9BA4BA
(155,164,186)
#8C94A8
(140,148,168)
#7D8496
(125,132,150)
#6E7484
(110,116,132)
#5F6472
(95,100,114)
#505460
(80,84,96)
#41444E
(65,68,78)
#32343C
(50,52,60)
#23242A
(35,36,42)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #AAB4CC

#AAB4CC
(170,180,204)
#B1BAD0
(177,186,208)
#B8C0D4
(184,192,212)
#BFC6D8
(191,198,216)
#C6CCDC
(198,204,220)
#CDD2E0
(205,210,224)
#D4D8E4
(212,216,228)
#DBDEE8
(219,222,232)
#E2E4EC
(226,228,236)
#E9EAF0
(233,234,240)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB4CC; }

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

This text font color is #AAB4CC.


Background Color

.myBgColor { background-color: #AAB4CC; }

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

This div background color is #AAB4CC.


Border color

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

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

This div border color is #AAB4CC.


Opacity

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

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

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

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

This text has shadow with #AAB4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB4CC on black background.


Color preview on white background

This text has color #AAB4CC on white background.



Black color preview on #AAB4CC background

This text has black color on #AAB4CC background.


White color preview on #AAB4CC background

This text has white color on #AAB4CC background.