COLOR #ABB9BC

HEX: #ABB9BC RGB: (171,185,188)

Color info

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

RGB color model

#ABB9BC color RGB value is (171,185,188).

RGB: (171,185,188) (67%, 73%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 185 of 255 = 73%
B 188 of 255 = 74%

171
185
188

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

Portions of RGB colors in percentages

R + G + B = 171 + 185 + 188 = 544 (100%)
R 171 of 544 ~ 31.43%
G 185 of 544 ~ 34.01%
B 188 of 544 ~ 34.56'%

%31.43
%34.01
%34.56

CMYK color model

#ABB9BC color CMYK value is (9,2,0,26).

  • cyan value is 9.04%
  • magenta value is 1.60%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (9,2,0,26)
C9M2Y0K26 (9%, 2%, 0%, 26%)
(0.09 / 0.02 / 0.00 / 0.26)

CMYK percentages

%9.04
%1.6
%0
%26.27

Codes

Color #ABB9BC in popluar color models

AB B9 BC
RGB 171 185 188
HSL 191° 11.26% 70.39%
HSB/HSV 191° 9.04% 73.73%
CMYK 9.04% 1.60% 0.00%
26.27%

Color #ABB9BC in popluar number systems.

HEX AB B9 BC
Decimal 171 185 188
Binary 10101011 10111001 10111100
Octal 253 271 274

Shades and tints

Shades of #ABB9BC

#ABB9BC
(171,185,188)
#9CA9AB
(156,169,171)
#8D999A
(141,153,154)
#7E8989
(126,137,137)
#6F7978
(111,121,120)
#606967
(96,105,103)
#515956
(81,89,86)
#424945
(66,73,69)
#333934
(51,57,52)
#242923
(36,41,35)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #ABB9BC

#ABB9BC
(171,185,188)
#B2BFC2
(178,191,194)
#B9C5C8
(185,197,200)
#C0CBCE
(192,203,206)
#C7D1D4
(199,209,212)
#CED7DA
(206,215,218)
#D5DDE0
(213,221,224)
#DCE3E6
(220,227,230)
#E3E9EC
(227,233,236)
#EAEFF2
(234,239,242)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB9BC color. Also use rgb(171,185,188) instead hex code.

Text Font Color

.myTextColor { color: #ABB9BC; }

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

This text font color is #ABB9BC.

Background Color

.myBgColor { background-color: #ABB9BC; }

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

This div background color is #ABB9BC.

Border color

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

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

This div border color is #ABB9BC.

Opacity

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

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

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

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

This text has shadow with #ABB9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB9BC.

Preview

Color preview on black background

This text has color #ABB9BC on black background.


Color preview on white background

This text has color #ABB9BC on white background.


Black color preview on #ABB9BC background

This text has black color on #ABB9BC background.


White color preview on #ABB9BC background

This text has white color on #ABB9BC background.


Related colors

Complementary color

Complementary color for #hex is #544643.


I love getcolorcode.com

Triadic colors

1 #BCABB9 and #B9BCAB with #ABB9BC are triadic colors.

2 #BCB9AB and #B9ABBC with #ABB9BC are triadic colors.