COLOR #AABCBF

HEX: #AABCBF
RGB: (170,188,191)

Color info

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

RGB color model

#AABCBF color RGB value is (170,188,191).

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

RGB channels and saturation

R 170 of 255 = 67%
G 188 of 255 = 74%
B 191 of 255 = 75%

170
188
191

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

Portions of RGB colors in percentages

R + G + B =
170 + 188 + 191 = 549 (100%)
R 170 of 549 ~ 30.97%
G 188 of 549 ~ 34.24%
B 191 of 549 ~ 34.79%

%30.97
%34.24
%34.79

CMYK color model

#AABCBF color CMYK value is (11,2,0,25).

  • cyan value is 10.99%
  • magenta value is 1.57%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(11,2,0,25)
C11M2Y0K25 
(11%,2%,0%,25%)
(0.11/0.02/0.00/0.25)	

CMYK percentages

%10.99
%1.57
%0
%25.1

Codes

Color #AABCBF in popluar color models

AABCBF
RGB170188191
HSL189°14.09%70.78%
HSB/HSV189°10.99%74.90%
CMYK10.99%1.57%0.00%
25.10%

Color #AABCBF in popluar number systems.

HEXAABCBF
Decimal170188191
Binary101010101011110010111111
Octal252274277

Shades and tints

Shades of #AABCBF

#AABCBF
(170,188,191)
#9BABAE
(155,171,174)
#8C9A9D
(140,154,157)
#7D898C
(125,137,140)
#6E787B
(110,120,123)
#5F676A
(95,103,106)
#505659
(80,86,89)
#414548
(65,69,72)
#323437
(50,52,55)
#232326
(35,35,38)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #AABCBF

#AABCBF
(170,188,191)
#B1C2C4
(177,194,196)
#B8C8C9
(184,200,201)
#BFCECE
(191,206,206)
#C6D4D3
(198,212,211)
#CDDAD8
(205,218,216)
#D4E0DD
(212,224,221)
#DBE6E2
(219,230,226)
#E2ECE7
(226,236,231)
#E9F2EC
(233,242,236)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABCBF; }

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

This text font color is #AABCBF.


Background Color

.myBgColor { background-color: #AABCBF; }

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

This div background color is #AABCBF.


Border color

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

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

This div border color is #AABCBF.


Opacity

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

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

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

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

This text has shadow with #AABCBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABCBF on black background.


Color preview on white background

This text has color #AABCBF on white background.



Black color preview on #AABCBF background

This text has black color on #AABCBF background.


White color preview on #AABCBF background

This text has white color on #AABCBF background.