COLOR #AABEB6

HEX: #AABEB6 RGB: (170,190,182)

Color info

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

RGB color model

#AABEB6 color RGB value is (170,190,182).

RGB: (170,190,182) (67%, 75%, 71%)

RGB channels and saturation

R 170 of 255 = 67%
G 190 of 255 = 75%
B 182 of 255 = 71%

170
190
182

R + G + B ~ 71%. #AABEB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 190 + 182 = 542 (100%)
R 170 of 542 ~ 31.37%
G 190 of 542 ~ 35.06%
B 182 of 542 ~ 33.58'%

%31.37
%35.06
%33.58

CMYK color model

#AABEB6 color CMYK value is (11,0,4,25).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 4.21%
  • key color value is 25.49%

CMYK: (11,0,4,25)
C11M0Y4K25 (11%, 0%, 4%, 25%)
(0.11 / 0.00 / 0.04 / 0.25)

CMYK percentages

%10.53
%0
%4.21
%25.49

Codes

Color #AABEB6 in popluar color models

AA BE B6
RGB 170 190 182
HSL 156° 13.33% 70.59%
HSB/HSV 156° 10.53% 74.51%
CMYK 10.53% 0.00% 4.21%
25.49%

Color #AABEB6 in popluar number systems.

HEX AA BE B6
Decimal 170 190 182
Binary 10101010 10111110 10110110
Octal 252 276 266

Shades and tints

Shades of #AABEB6

#AABEB6
(170,190,182)
#9BADA6
(155,173,166)
#8C9C96
(140,156,150)
#7D8B86
(125,139,134)
#6E7A76
(110,122,118)
#5F6966
(95,105,102)
#505856
(80,88,86)
#414746
(65,71,70)
#323636
(50,54,54)
#232526
(35,37,38)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #AABEB6

#AABEB6
(170,190,182)
#B1C3BC
(177,195,188)
#B8C8C2
(184,200,194)
#BFCDC8
(191,205,200)
#C6D2CE
(198,210,206)
#CDD7D4
(205,215,212)
#D4DCDA
(212,220,218)
#DBE1E0
(219,225,224)
#E2E6E6
(226,230,230)
#E9EBEC
(233,235,236)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABEB6; }

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

This text font color is #AABEB6.

Background Color

.myBgColor { background-color: #AABEB6; }

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

This div background color is #AABEB6.

Border color

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

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

This div border color is #AABEB6.

Opacity

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

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

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

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

This text has shadow with #AABEB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABEB6.

Preview

Color preview on black background

This text has color #AABEB6 on black background.


Color preview on white background

This text has color #AABEB6 on white background.


Black color preview on #AABEB6 background

This text has black color on #AABEB6 background.


White color preview on #AABEB6 background

This text has white color on #AABEB6 background.


Related colors

Complementary color

Complementary color for #hex is #554149.


I love getcolorcode.com

Triadic colors

1 #B6AABE and #BEB6AA with #AABEB6 are triadic colors.

2 #B6BEAA and #BEAAB6 with #AABEB6 are triadic colors.