COLOR #AABFB2

HEX: #AABFB2
RGB: (170,191,178)

Color info

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

RGB color model

#AABFB2 color RGB value is (170,191,178).

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

RGB channels and saturation

R 170 of 255 = 67%
G 191 of 255 = 75%
B 178 of 255 = 70%

170
191
178

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

Portions of RGB colors in percentages

R + G + B =
170 + 191 + 178 = 539 (100%)
R 170 of 539 ~ 31.54%
G 191 of 539 ~ 35.44%
B 178 of 539 ~ 33.02%

%31.54
%35.44
%33.02

CMYK color model

#AABFB2 color CMYK value is (11,0,7,25).

  • cyan value is 10.99%
  • magenta value is 0.00%
  • yellow value is 6.81%
  • key color value is 25.10%
CMYK:
(11,0,7,25)
C11M0Y7K25 
(11%,0%,7%,25%)
(0.11/0.00/0.07/0.25)	

CMYK percentages

%10.99
%0
%6.81
%25.1

Codes

Color #AABFB2 in popluar color models

AABFB2
RGB170191178
HSL143°14.09%70.78%
HSB/HSV143°10.99%74.90%
CMYK10.99%0.00%6.81%
25.10%

Color #AABFB2 in popluar number systems.

HEXAABFB2
Decimal170191178
Binary101010101011111110110010
Octal252277262

Shades and tints

Shades of #AABFB2

#AABFB2
(170,191,178)
#9BAEA2
(155,174,162)
#8C9D92
(140,157,146)
#7D8C82
(125,140,130)
#6E7B72
(110,123,114)
#5F6A62
(95,106,98)
#505952
(80,89,82)
#414842
(65,72,66)
#323732
(50,55,50)
#232622
(35,38,34)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #AABFB2

#AABFB2
(170,191,178)
#B1C4B9
(177,196,185)
#B8C9C0
(184,201,192)
#BFCEC7
(191,206,199)
#C6D3CE
(198,211,206)
#CDD8D5
(205,216,213)
#D4DDDC
(212,221,220)
#DBE2E3
(219,226,227)
#E2E7EA
(226,231,234)
#E9ECF1
(233,236,241)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABFB2; }

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

This text font color is #AABFB2.


Background Color

.myBgColor { background-color: #AABFB2; }

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

This div background color is #AABFB2.


Border color

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

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

This div border color is #AABFB2.


Opacity

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

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

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

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

This text has shadow with #AABFB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABFB2 on black background.


Color preview on white background

This text has color #AABFB2 on white background.



Black color preview on #AABFB2 background

This text has black color on #AABFB2 background.


White color preview on #AABFB2 background

This text has white color on #AABFB2 background.