COLOR #AABDCC

HEX: #AABDCC
RGB: (170,189,204)

Color info

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

RGB color model

#AABDCC color RGB value is (170,189,204).

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

RGB channels and saturation

R 170 of 255 = 67%
G 189 of 255 = 74%
B 204 of 255 = 80%

170
189
204

R + G + B ~ 74%. #AABDCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 189 + 204 = 563 (100%)
R 170 of 563 ~ 30.2%
G 189 of 563 ~ 33.57%
B 204 of 563 ~ 36.23%

%30.2
%33.57
%36.23

CMYK color model

#AABDCC color CMYK value is (17,7,0,20).

  • cyan value is 16.67%
  • magenta value is 7.35%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(17,7,0,20)
C17M7Y0K20 
(17%,7%,0%,20%)
(0.17/0.07/0.00/0.20)	

CMYK percentages

%16.67
%7.35
%0
%20

Codes

Color #AABDCC in popluar color models

AABDCC
RGB170189204
HSL206°25.00%73.33%
HSB/HSV206°16.67%80.00%
CMYK16.67%7.35%0.00%
20.00%

Color #AABDCC in popluar number systems.

HEXAABDCC
Decimal170189204
Binary101010101011110111001100
Octal252275314

Shades and tints

Shades of #AABDCC

#AABDCC
(170,189,204)
#9BACBA
(155,172,186)
#8C9BA8
(140,155,168)
#7D8A96
(125,138,150)
#6E7984
(110,121,132)
#5F6872
(95,104,114)
#505760
(80,87,96)
#41464E
(65,70,78)
#32353C
(50,53,60)
#23242A
(35,36,42)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #AABDCC

#AABDCC
(170,189,204)
#B1C3D0
(177,195,208)
#B8C9D4
(184,201,212)
#BFCFD8
(191,207,216)
#C6D5DC
(198,213,220)
#CDDBE0
(205,219,224)
#D4E1E4
(212,225,228)
#DBE7E8
(219,231,232)
#E2EDEC
(226,237,236)
#E9F3F0
(233,243,240)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABDCC; }

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

This text font color is #AABDCC.


Background Color

.myBgColor { background-color: #AABDCC; }

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

This div background color is #AABDCC.


Border color

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

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

This div border color is #AABDCC.


Opacity

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

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

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

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

This text has shadow with #AABDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABDCC on black background.


Color preview on white background

This text has color #AABDCC on white background.



Black color preview on #AABDCC background

This text has black color on #AABDCC background.


White color preview on #AABDCC background

This text has white color on #AABDCC background.