COLOR #ABBAB2

HEX: #ABBAB2 RGB: (171,186,178)

Color info

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

RGB color model

#ABBAB2 color RGB value is (171,186,178).

RGB: (171,186,178) (67%, 73%, 70%)

RGB channels and saturation

R 171 of 255 = 67%
G 186 of 255 = 73%
B 178 of 255 = 70%

171
186
178

R + G + B ~ 70%. #ABBAB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 186 + 178 = 535 (100%)
R 171 of 535 ~ 31.96%
G 186 of 535 ~ 34.77%
B 178 of 535 ~ 33.27'%

%31.96
%34.77
%33.27

CMYK color model

#ABBAB2 color CMYK value is (8,0,4,27).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 4.30%
  • key color value is 27.06%

CMYK: (8,0,4,27)
C8M0Y4K27 (8%, 0%, 4%, 27%)
(0.08 / 0.00 / 0.04 / 0.27)

CMYK percentages

%8.06
%0
%4.3
%27.06

Codes

Color #ABBAB2 in popluar color models

AB BA B2
RGB 171 186 178
HSL 148° 9.80% 70.00%
HSB/HSV 148° 8.06% 72.94%
CMYK 8.06% 0.00% 4.30%
27.06%

Color #ABBAB2 in popluar number systems.

HEX AB BA B2
Decimal 171 186 178
Binary 10101011 10111010 10110010
Octal 253 272 262

Shades and tints

Shades of #ABBAB2

#ABBAB2
(171,186,178)
#9CAAA2
(156,170,162)
#8D9A92
(141,154,146)
#7E8A82
(126,138,130)
#6F7A72
(111,122,114)
#606A62
(96,106,98)
#515A52
(81,90,82)
#424A42
(66,74,66)
#333A32
(51,58,50)
#242A22
(36,42,34)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #ABBAB2

#ABBAB2
(171,186,178)
#B2C0B9
(178,192,185)
#B9C6C0
(185,198,192)
#C0CCC7
(192,204,199)
#C7D2CE
(199,210,206)
#CED8D5
(206,216,213)
#D5DEDC
(213,222,220)
#DCE4E3
(220,228,227)
#E3EAEA
(227,234,234)
#EAF0F1
(234,240,241)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBAB2 color. Also use rgb(171,186,178) instead hex code.

Text Font Color

.myTextColor { color: #ABBAB2; }

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

This text font color is #ABBAB2.

Background Color

.myBgColor { background-color: #ABBAB2; }

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

This div background color is #ABBAB2.

Border color

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

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

This div border color is #ABBAB2.

Opacity

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

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

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

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

This text has shadow with #ABBAB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBAB2.

Preview

Color preview on black background

This text has color #ABBAB2 on black background.


Color preview on white background

This text has color #ABBAB2 on white background.


Black color preview on #ABBAB2 background

This text has black color on #ABBAB2 background.


White color preview on #ABBAB2 background

This text has white color on #ABBAB2 background.


Related colors

Complementary color

Complementary color for #hex is #54454D.


I love getcolorcode.com

Triadic colors

1 #B2ABBA and #BAB2AB with #ABBAB2 are triadic colors.

2 #B2BAAB and #BAABB2 with #ABBAB2 are triadic colors.