COLOR #AABEC6

HEX: #AABEC6 RGB: (170,190,198)

Color info

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

RGB color model

#AABEC6 color RGB value is (170,190,198).

RGB: (170,190,198) (67%, 75%, 78%)

RGB channels and saturation

R 170 of 255 = 67%
G 190 of 255 = 75%
B 198 of 255 = 78%

170
190
198

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

Portions of RGB colors in percentages

R + G + B = 170 + 190 + 198 = 558 (100%)
R 170 of 558 ~ 30.47%
G 190 of 558 ~ 34.05%
B 198 of 558 ~ 35.48'%

%30.47
%34.05
%35.48

CMYK color model

#AABEC6 color CMYK value is (14,4,0,22).

  • cyan value is 14.14%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (14,4,0,22)
C14M4Y0K22 (14%, 4%, 0%, 22%)
(0.14 / 0.04 / 0.00 / 0.22)

CMYK percentages

%14.14
%4.04
%0
%22.35

Codes

Color #AABEC6 in popluar color models

AA BE C6
RGB 170 190 198
HSL 197° 19.72% 72.16%
HSB/HSV 197° 14.14% 77.65%
CMYK 14.14% 4.04% 0.00%
22.35%

Color #AABEC6 in popluar number systems.

HEX AA BE C6
Decimal 170 190 198
Binary 10101010 10111110 11000110
Octal 252 276 306

Shades and tints

Shades of #AABEC6

#AABEC6
(170,190,198)
#9BADB4
(155,173,180)
#8C9CA2
(140,156,162)
#7D8B90
(125,139,144)
#6E7A7E
(110,122,126)
#5F696C
(95,105,108)
#50585A
(80,88,90)
#414748
(65,71,72)
#323636
(50,54,54)
#232524
(35,37,36)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #AABEC6

#AABEC6
(170,190,198)
#B1C3CB
(177,195,203)
#B8C8D0
(184,200,208)
#BFCDD5
(191,205,213)
#C6D2DA
(198,210,218)
#CDD7DF
(205,215,223)
#D4DCE4
(212,220,228)
#DBE1E9
(219,225,233)
#E2E6EE
(226,230,238)
#E9EBF3
(233,235,243)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABEC6; }

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

This text font color is #AABEC6.

Background Color

.myBgColor { background-color: #AABEC6; }

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

This div background color is #AABEC6.

Border color

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

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

This div border color is #AABEC6.

Opacity

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

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

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

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

This text has shadow with #AABEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABEC6.

Preview

Color preview on black background

This text has color #AABEC6 on black background.


Color preview on white background

This text has color #AABEC6 on white background.


Black color preview on #AABEC6 background

This text has black color on #AABEC6 background.


White color preview on #AABEC6 background

This text has white color on #AABEC6 background.


Related colors

Complementary color

Complementary color for #hex is #554139.


I love getcolorcode.com

Triadic colors

1 #C6AABE and #BEC6AA with #AABEC6 are triadic colors.

2 #C6BEAA and #BEAAC6 with #AABEC6 are triadic colors.