COLOR #AABEB4

HEX: #AABEB4 RGB: (170,190,180)

Color info

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

RGB color model

#AABEB4 color RGB value is (170,190,180).

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

RGB channels and saturation

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

170
190
180

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

Portions of RGB colors in percentages

R + G + B = 170 + 190 + 180 = 540 (100%)
R 170 of 540 ~ 31.48%
G 190 of 540 ~ 35.19%
B 180 of 540 ~ 33.33'%

%31.48
%35.19
%33.33

CMYK color model

#AABEB4 color CMYK value is (11,0,5,25).

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

CMYK: (11,0,5,25)
C11M0Y5K25 (11%, 0%, 5%, 25%)
(0.11 / 0.00 / 0.05 / 0.25)

CMYK percentages

%10.53
%0
%5.26
%25.49

Codes

Color #AABEB4 in popluar color models

AA BE B4
RGB 170 190 180
HSL 150° 13.33% 70.59%
HSB/HSV 150° 10.53% 74.51%
CMYK 10.53% 0.00% 5.26%
25.49%

Color #AABEB4 in popluar number systems.

HEX AA BE B4
Decimal 170 190 180
Binary 10101010 10111110 10110100
Octal 252 276 264

Shades and tints

Shades of #AABEB4

#AABEB4
(170,190,180)
#9BADA4
(155,173,164)
#8C9C94
(140,156,148)
#7D8B84
(125,139,132)
#6E7A74
(110,122,116)
#5F6964
(95,105,100)
#505854
(80,88,84)
#414744
(65,71,68)
#323634
(50,54,52)
#232524
(35,37,36)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #AABEB4

#AABEB4
(170,190,180)
#B1C3BA
(177,195,186)
#B8C8C0
(184,200,192)
#BFCDC6
(191,205,198)
#C6D2CC
(198,210,204)
#CDD7D2
(205,215,210)
#D4DCD8
(212,220,216)
#DBE1DE
(219,225,222)
#E2E6E4
(226,230,228)
#E9EBEA
(233,235,234)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABEB4; }

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

This text font color is #AABEB4.

Background Color

.myBgColor { background-color: #AABEB4; }

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

This div background color is #AABEB4.

Border color

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

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

This div border color is #AABEB4.

Opacity

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

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

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

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

This text has shadow with #AABEB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABEB4.

Preview

Color preview on black background

This text has color #AABEB4 on black background.


Color preview on white background

This text has color #AABEB4 on white background.


Black color preview on #AABEB4 background

This text has black color on #AABEB4 background.


White color preview on #AABEB4 background

This text has white color on #AABEB4 background.


Related colors

Complementary color

Complementary color for #hex is #55414B.


I love getcolorcode.com

Triadic colors

1 #B4AABE and #BEB4AA with #AABEB4 are triadic colors.

2 #B4BEAA and #BEAAB4 with #AABEB4 are triadic colors.