COLOR #AABEC0

HEX: #AABEC0 RGB: (170,190,192)

Color info

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

RGB color model

#AABEC0 color RGB value is (170,190,192).

RGB: (170,190,192) (67%, 75%, 75%)

RGB channels and saturation

R 170 of 255 = 67%
G 190 of 255 = 75%
B 192 of 255 = 75%

170
190
192

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

Portions of RGB colors in percentages

R + G + B = 170 + 190 + 192 = 552 (100%)
R 170 of 552 ~ 30.8%
G 190 of 552 ~ 34.42%
B 192 of 552 ~ 34.78'%

%30.8
%34.42
%34.78

CMYK color model

#AABEC0 color CMYK value is (11,1,0,25).

  • cyan value is 11.46%
  • magenta value is 1.04%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (11,1,0,25) C11M1Y0K25 (11%,1%,0%,25%) (0.11/0.01/0.00/0.25) 

CMYK percentages

%11.46
%1.04
%0
%24.71

Codes

Color #AABEC0 in popluar color models

AA BE C0
RGB 170 190 192
HSL 185° 14.86% 70.98%
HSB/HSV 185° 11.46% 75.29%
CMYK 11.46% 1.04% 0.00%
24.71%

Color #AABEC0 in popluar number systems.

HEX AA BE C0
Decimal 170 190 192
Binary 10101010 10111110 11000000
Octal 252 276 300

Shades and tints

Shades of #AABEC0

#AABEC0
(170,190,192)
#9BADAF
(155,173,175)
#8C9C9E
(140,156,158)
#7D8B8D
(125,139,141)
#6E7A7C
(110,122,124)
#5F696B
(95,105,107)
#50585A
(80,88,90)
#414749
(65,71,73)
#323638
(50,54,56)
#232527
(35,37,39)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #AABEC0

#AABEC0
(170,190,192)
#B1C3C5
(177,195,197)
#B8C8CA
(184,200,202)
#BFCDCF
(191,205,207)
#C6D2D4
(198,210,212)
#CDD7D9
(205,215,217)
#D4DCDE
(212,220,222)
#DBE1E3
(219,225,227)
#E2E6E8
(226,230,232)
#E9EBED
(233,235,237)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABEC0 color. Also use rgb(170,190,192) instead hex code.

Text Font Color

.myTextColor { color: #AABEC0; }

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

This text font color is #AABEC0.

Background Color

.myBgColor { background-color: #AABEC0; }

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

This div background color is #AABEC0.

Border color

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

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

This div border color is #AABEC0.

Opacity

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

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

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

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

This text has shadow with #AABEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABEC0.

Preview

Color preview on black background

This text has color #AABEC0 on black background.


Color preview on white background

This text has color #AABEC0 on white background.


Black color preview on #AABEC0 background

This text has black color on #AABEC0 background.


White color preview on #AABEC0 background

This text has white color on #AABEC0 background.


Related colors

Complementary color

Complementary color for #hex is #55413F.


I love getcolorcode.com

Triadic colors

1 #C0AABE and #BEC0AA with #AABEC0 are triadic colors.

2 #C0BEAA and #BEAAC0 with #AABEC0 are triadic colors.