COLOR #ABBBB8

HEX: #ABBBB8 RGB: (171,187,184)

Color info

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

RGB color model

#ABBBB8 color RGB value is (171,187,184).

RGB: (171,187,184) (67%, 73%, 72%)

RGB channels and saturation

R 171 of 255 = 67%
G 187 of 255 = 73%
B 184 of 255 = 72%

171
187
184

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

Portions of RGB colors in percentages

R + G + B = 171 + 187 + 184 = 542 (100%)
R 171 of 542 ~ 31.55%
G 187 of 542 ~ 34.5%
B 184 of 542 ~ 33.95'%

%31.55
%34.5
%33.95

CMYK color model

#ABBBB8 color CMYK value is (9,0,2,27).

  • cyan value is 8.56%
  • magenta value is 0.00%
  • yellow value is 1.60%
  • key color value is 26.67%

CMYK: (9,0,2,27)
C9M0Y2K27 (9%, 0%, 2%, 27%)
(0.09 / 0.00 / 0.02 / 0.27)

CMYK percentages

%8.56
%0
%1.6
%26.67

Codes

Color #ABBBB8 in popluar color models

AB BB B8
RGB 171 187 184
HSL 169° 10.53% 70.20%
HSB/HSV 169° 8.56% 73.33%
CMYK 8.56% 0.00% 1.60%
26.67%

Color #ABBBB8 in popluar number systems.

HEX AB BB B8
Decimal 171 187 184
Binary 10101011 10111011 10111000
Octal 253 273 270

Shades and tints

Shades of #ABBBB8

#ABBBB8
(171,187,184)
#9CAAA8
(156,170,168)
#8D9998
(141,153,152)
#7E8888
(126,136,136)
#6F7778
(111,119,120)
#606668
(96,102,104)
#515558
(81,85,88)
#424448
(66,68,72)
#333338
(51,51,56)
#242228
(36,34,40)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #ABBBB8

#ABBBB8
(171,187,184)
#B2C1BE
(178,193,190)
#B9C7C4
(185,199,196)
#C0CDCA
(192,205,202)
#C7D3D0
(199,211,208)
#CED9D6
(206,217,214)
#D5DFDC
(213,223,220)
#DCE5E2
(220,229,226)
#E3EBE8
(227,235,232)
#EAF1EE
(234,241,238)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBBB8 color. Also use rgb(171,187,184) instead hex code.

Text Font Color

.myTextColor { color: #ABBBB8; }

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

This text font color is #ABBBB8.

Background Color

.myBgColor { background-color: #ABBBB8; }

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

This div background color is #ABBBB8.

Border color

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

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

This div border color is #ABBBB8.

Opacity

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

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

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

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

This text has shadow with #ABBBB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBBB8.

Preview

Color preview on black background

This text has color #ABBBB8 on black background.


Color preview on white background

This text has color #ABBBB8 on white background.


Black color preview on #ABBBB8 background

This text has black color on #ABBBB8 background.


White color preview on #ABBBB8 background

This text has white color on #ABBBB8 background.


Related colors

Complementary color

Complementary color for #hex is #544447.


I love getcolorcode.com

Triadic colors

1 #B8ABBB and #BBB8AB with #ABBBB8 are triadic colors.

2 #B8BBAB and #BBABB8 with #ABBBB8 are triadic colors.