COLOR #AABFBB

HEX: #AABFBB
RGB: (170,191,187)

Color info

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

RGB color model

#AABFBB color RGB value is (170,191,187).

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

RGB channels and saturation

R 170 of 255 = 67%
G 191 of 255 = 75%
B 187 of 255 = 73%

170
191
187

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

Portions of RGB colors in percentages

R + G + B =
170 + 191 + 187 = 548 (100%)
R 170 of 548 ~ 31.02%
G 191 of 548 ~ 34.85%
B 187 of 548 ~ 34.12%

%31.02
%34.85
%34.12

CMYK color model

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

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

CMYK percentages

%10.99
%0
%2.09
%25.1

Codes

Color #AABFBB in popluar color models

AABFBB
RGB170191187
HSL169°14.09%70.78%
HSB/HSV169°10.99%74.90%
CMYK10.99%0.00%2.09%
25.10%

Color #AABFBB in popluar number systems.

HEXAABFBB
Decimal170191187
Binary101010101011111110111011
Octal252277273

Shades and tints

Shades of #AABFBB

#AABFBB
(170,191,187)
#9BAEAA
(155,174,170)
#8C9D99
(140,157,153)
#7D8C88
(125,140,136)
#6E7B77
(110,123,119)
#5F6A66
(95,106,102)
#505955
(80,89,85)
#414844
(65,72,68)
#323733
(50,55,51)
#232622
(35,38,34)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #AABFBB

#AABFBB
(170,191,187)
#B1C4C1
(177,196,193)
#B8C9C7
(184,201,199)
#BFCECD
(191,206,205)
#C6D3D3
(198,211,211)
#CDD8D9
(205,216,217)
#D4DDDF
(212,221,223)
#DBE2E5
(219,226,229)
#E2E7EB
(226,231,235)
#E9ECF1
(233,236,241)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABFBB; }

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

This text font color is #AABFBB.


Background Color

.myBgColor { background-color: #AABFBB; }

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

This div background color is #AABFBB.


Border color

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

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

This div border color is #AABFBB.


Opacity

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

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

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

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

This text has shadow with #AABFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABFBB on black background.


Color preview on white background

This text has color #AABFBB on white background.



Black color preview on #AABFBB background

This text has black color on #AABFBB background.


White color preview on #AABFBB background

This text has white color on #AABFBB background.