COLOR #AABDC2

HEX: #AABDC2 RGB: (170,189,194)

Color info

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

RGB color model

#AABDC2 color RGB value is (170,189,194).

RGB: (170,189,194) (67%, 74%, 76%)

RGB channels and saturation

R 170 of 255 = 67%
G 189 of 255 = 74%
B 194 of 255 = 76%

170
189
194

R + G + B ~ 72%. #AABDC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 189 + 194 = 553 (100%)
R 170 of 553 ~ 30.74%
G 189 of 553 ~ 34.18%
B 194 of 553 ~ 35.08'%

%30.74
%34.18
%35.08

CMYK color model

#AABDC2 color CMYK value is (12,3,0,24).

  • cyan value is 12.37%
  • magenta value is 2.58%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (12,3,0,24)
C12M3Y0K24 (12%, 3%, 0%, 24%)
(0.12 / 0.03 / 0.00 / 0.24)

CMYK percentages

%12.37
%2.58
%0
%23.92

Codes

Color #AABDC2 in popluar color models

AA BD C2
RGB 170 189 194
HSL 193° 16.44% 71.37%
HSB/HSV 193° 12.37% 76.08%
CMYK 12.37% 2.58% 0.00%
23.92%

Color #AABDC2 in popluar number systems.

HEX AA BD C2
Decimal 170 189 194
Binary 10101010 10111101 11000010
Octal 252 275 302

Shades and tints

Shades of #AABDC2

#AABDC2
(170,189,194)
#9BACB1
(155,172,177)
#8C9BA0
(140,155,160)
#7D8A8F
(125,138,143)
#6E797E
(110,121,126)
#5F686D
(95,104,109)
#50575C
(80,87,92)
#41464B
(65,70,75)
#32353A
(50,53,58)
#232429
(35,36,41)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #AABDC2

#AABDC2
(170,189,194)
#B1C3C7
(177,195,199)
#B8C9CC
(184,201,204)
#BFCFD1
(191,207,209)
#C6D5D6
(198,213,214)
#CDDBDB
(205,219,219)
#D4E1E0
(212,225,224)
#DBE7E5
(219,231,229)
#E2EDEA
(226,237,234)
#E9F3EF
(233,243,239)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABDC2; }

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

This text font color is #AABDC2.

Background Color

.myBgColor { background-color: #AABDC2; }

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

This div background color is #AABDC2.

Border color

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

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

This div border color is #AABDC2.

Opacity

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

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

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

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

This text has shadow with #AABDC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABDC2.

Preview

Color preview on black background

This text has color #AABDC2 on black background.


Color preview on white background

This text has color #AABDC2 on white background.


Black color preview on #AABDC2 background

This text has black color on #AABDC2 background.


White color preview on #AABDC2 background

This text has white color on #AABDC2 background.


Related colors

Complementary color

Complementary color for #hex is #55423D.


I love getcolorcode.com

Triadic colors

1 #C2AABD and #BDC2AA with #AABDC2 are triadic colors.

2 #C2BDAA and #BDAAC2 with #AABDC2 are triadic colors.