COLOR #AABCB8

HEX: #AABCB8
RGB: (170,188,184)

Color info

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

RGB color model

#AABCB8 color RGB value is (170,188,184).

  • red value is 170;
  • green value is 188;
  • blue value is 184.
RGB:
(170,188,184)
(67%,74%,72%)

RGB channels and saturation

R 170 of 255 = 67%
G 188 of 255 = 74%
B 184 of 255 = 72%

170
188
184

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

Portions of RGB colors in percentages

R + G + B =
170 + 188 + 184 = 542 (100%)
R 170 of 542 ~ 31.37%
G 188 of 542 ~ 34.69%
B 184 of 542 ~ 33.95%

%31.37
%34.69
%33.95

CMYK color model

#AABCB8 color CMYK value is (10,0,2,26).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 26.27%
CMYK:
(10,0,2,26)
C10M0Y2K26 
(10%,0%,2%,26%)
(0.10/0.00/0.02/0.26)	

CMYK percentages

%9.57
%0
%2.13
%26.27

Codes

Color #AABCB8 in popluar color models

AABCB8
RGB170188184
HSL167°11.84%70.20%
HSB/HSV167°9.57%73.73%
CMYK9.57%0.00%2.13%
26.27%

Color #AABCB8 in popluar number systems.

HEXAABCB8
Decimal170188184
Binary101010101011110010111000
Octal252274270

Shades and tints

Shades of #AABCB8

#AABCB8
(170,188,184)
#9BABA8
(155,171,168)
#8C9A98
(140,154,152)
#7D8988
(125,137,136)
#6E7878
(110,120,120)
#5F6768
(95,103,104)
#505658
(80,86,88)
#414548
(65,69,72)
#323438
(50,52,56)
#232328
(35,35,40)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #AABCB8

#AABCB8
(170,188,184)
#B1C2BE
(177,194,190)
#B8C8C4
(184,200,196)
#BFCECA
(191,206,202)
#C6D4D0
(198,212,208)
#CDDAD6
(205,218,214)
#D4E0DC
(212,224,220)
#DBE6E2
(219,230,226)
#E2ECE8
(226,236,232)
#E9F2EE
(233,242,238)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABCB8 color. Also use rgb(170,188,184) instead hex code.

Text Font Color

.myTextColor { color: #AABCB8; }

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

This text font color is #AABCB8.


Background Color

.myBgColor { background-color: #AABCB8; }

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

This div background color is #AABCB8.


Border color

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

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

This div border color is #AABCB8.


Opacity

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

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

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

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

This text has shadow with #AABCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABCB8 on black background.


Color preview on white background

This text has color #AABCB8 on white background.



Black color preview on #AABCB8 background

This text has black color on #AABCB8 background.


White color preview on #AABCB8 background

This text has white color on #AABCB8 background.