COLOR #ABB4B2

HEX: #ABB4B2 RGB: (171,180,178)

Color info

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

RGB color model

#ABB4B2 color RGB value is (171,180,178).

RGB: (171,180,178) (67%, 71%, 70%)

RGB channels and saturation

R 171 of 255 = 67%
G 180 of 255 = 71%
B 178 of 255 = 70%

171
180
178

R + G + B ~ 69%. #ABB4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 180 + 178 = 529 (100%)
R 171 of 529 ~ 32.33%
G 180 of 529 ~ 34.03%
B 178 of 529 ~ 33.65'%

%32.33
%34.03
%33.65

CMYK color model

#ABB4B2 color CMYK value is (5,0,1,29).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 1.11%
  • key color value is 29.41%

CMYK: (5,0,1,29)
C5M0Y1K29 (5%, 0%, 1%, 29%)
(0.05 / 0.00 / 0.01 / 0.29)

CMYK percentages

%5
%0
%1.11
%29.41

Codes

Color #ABB4B2 in popluar color models

AB B4 B2
RGB 171 180 178
HSL 167° 5.66% 68.82%
HSB/HSV 167° 5.00% 70.59%
CMYK 5.00% 0.00% 1.11%
29.41%

Color #ABB4B2 in popluar number systems.

HEX AB B4 B2
Decimal 171 180 178
Binary 10101011 10110100 10110010
Octal 253 264 262

Shades and tints

Shades of #ABB4B2

#ABB4B2
(171,180,178)
#9CA4A2
(156,164,162)
#8D9492
(141,148,146)
#7E8482
(126,132,130)
#6F7472
(111,116,114)
#606462
(96,100,98)
#515452
(81,84,82)
#424442
(66,68,66)
#333432
(51,52,50)
#242422
(36,36,34)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #ABB4B2

#ABB4B2
(171,180,178)
#B2BAB9
(178,186,185)
#B9C0C0
(185,192,192)
#C0C6C7
(192,198,199)
#C7CCCE
(199,204,206)
#CED2D5
(206,210,213)
#D5D8DC
(213,216,220)
#DCDEE3
(220,222,227)
#E3E4EA
(227,228,234)
#EAEAF1
(234,234,241)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB4B2; }

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

This text font color is #ABB4B2.

Background Color

.myBgColor { background-color: #ABB4B2; }

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

This div background color is #ABB4B2.

Border color

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

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

This div border color is #ABB4B2.

Opacity

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

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

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

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

This text has shadow with #ABB4B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB4B2.

Preview

Color preview on black background

This text has color #ABB4B2 on black background.


Color preview on white background

This text has color #ABB4B2 on white background.


Black color preview on #ABB4B2 background

This text has black color on #ABB4B2 background.


White color preview on #ABB4B2 background

This text has white color on #ABB4B2 background.


Related colors

Complementary color

Complementary color for #hex is #544B4D.


I love getcolorcode.com

Triadic colors

1 #B2ABB4 and #B4B2AB with #ABB4B2 are triadic colors.

2 #B2B4AB and #B4ABB2 with #ABB4B2 are triadic colors.