COLOR #AABDC7

HEX: #AABDC7
RGB: (170,189,199)

Color info

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

RGB color model

#AABDC7 color RGB value is (170,189,199).

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

RGB channels and saturation

R 170 of 255 = 67%
G 189 of 255 = 74%
B 199 of 255 = 78%

170
189
199

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

Portions of RGB colors in percentages

R + G + B =
170 + 189 + 199 = 558 (100%)
R 170 of 558 ~ 30.47%
G 189 of 558 ~ 33.87%
B 199 of 558 ~ 35.66%

%30.47
%33.87
%35.66

CMYK color model

#AABDC7 color CMYK value is (15,5,0,22).

  • cyan value is 14.57%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(15,5,0,22)
C15M5Y0K22 
(15%,5%,0%,22%)
(0.15/0.05/0.00/0.22)	

CMYK percentages

%14.57
%5.03
%0
%21.96

Codes

Color #AABDC7 in popluar color models

AABDC7
RGB170189199
HSL201°20.57%72.35%
HSB/HSV201°14.57%78.04%
CMYK14.57%5.03%0.00%
21.96%

Color #AABDC7 in popluar number systems.

HEXAABDC7
Decimal170189199
Binary101010101011110111000111
Octal252275307

Shades and tints

Shades of #AABDC7

#AABDC7
(170,189,199)
#9BACB5
(155,172,181)
#8C9BA3
(140,155,163)
#7D8A91
(125,138,145)
#6E797F
(110,121,127)
#5F686D
(95,104,109)
#50575B
(80,87,91)
#414649
(65,70,73)
#323537
(50,53,55)
#232425
(35,36,37)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #AABDC7

#AABDC7
(170,189,199)
#B1C3CC
(177,195,204)
#B8C9D1
(184,201,209)
#BFCFD6
(191,207,214)
#C6D5DB
(198,213,219)
#CDDBE0
(205,219,224)
#D4E1E5
(212,225,229)
#DBE7EA
(219,231,234)
#E2EDEF
(226,237,239)
#E9F3F4
(233,243,244)
#F0F9F9
(240,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABDC7; }

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

This text font color is #AABDC7.


Background Color

.myBgColor { background-color: #AABDC7; }

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

This div background color is #AABDC7.


Border color

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

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

This div border color is #AABDC7.


Opacity

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

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

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

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

This text has shadow with #AABDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABDC7 on black background.


Color preview on white background

This text has color #AABDC7 on white background.



Black color preview on #AABDC7 background

This text has black color on #AABDC7 background.


White color preview on #AABDC7 background

This text has white color on #AABDC7 background.