COLOR #ABB4BB

HEX: #ABB4BB
RGB: (171,180,187)

Color info

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

RGB color model

#ABB4BB color RGB value is (171,180,187).

  • red value is 171;
  • green value is 180;
  • blue value is 187.
RGB:
(171,180,187)
(67%,71%,73%)

RGB channels and saturation

R 171 of 255 = 67%
G 180 of 255 = 71%
B 187 of 255 = 73%

171
180
187

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

Portions of RGB colors in percentages

R + G + B =
171 + 180 + 187 = 538 (100%)
R 171 of 538 ~ 31.78%
G 180 of 538 ~ 33.46%
B 187 of 538 ~ 34.76%

%31.78
%33.46
%34.76

CMYK color model

#ABB4BB color CMYK value is (9,4,0,27).

  • cyan value is 8.56%
  • magenta value is 3.74%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(9,4,0,27)
C9M4Y0K27 
(9%,4%,0%,27%)
(0.09/0.04/0.00/0.27)	

CMYK percentages

%8.56
%3.74
%0
%26.67

Codes

Color #ABB4BB in popluar color models

ABB4BB
RGB171180187
HSL206°10.53%70.20%
HSB/HSV206°8.56%73.33%
CMYK8.56%3.74%0.00%
26.67%

Color #ABB4BB in popluar number systems.

HEXABB4BB
Decimal171180187
Binary101010111011010010111011
Octal253264273

Shades and tints

Shades of #ABB4BB

#ABB4BB
(171,180,187)
#9CA4AA
(156,164,170)
#8D9499
(141,148,153)
#7E8488
(126,132,136)
#6F7477
(111,116,119)
#606466
(96,100,102)
#515455
(81,84,85)
#424444
(66,68,68)
#333433
(51,52,51)
#242422
(36,36,34)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #ABB4BB

#ABB4BB
(171,180,187)
#B2BAC1
(178,186,193)
#B9C0C7
(185,192,199)
#C0C6CD
(192,198,205)
#C7CCD3
(199,204,211)
#CED2D9
(206,210,217)
#D5D8DF
(213,216,223)
#DCDEE5
(220,222,229)
#E3E4EB
(227,228,235)
#EAEAF1
(234,234,241)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB4BB; }

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

This text font color is #ABB4BB.


Background Color

.myBgColor { background-color: #ABB4BB; }

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

This div background color is #ABB4BB.


Border color

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

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

This div border color is #ABB4BB.


Opacity

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

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

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

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

This text has shadow with #ABB4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB4BB on black background.


Color preview on white background

This text has color #ABB4BB on white background.



Black color preview on #ABB4BB background

This text has black color on #ABB4BB background.


White color preview on #ABB4BB background

This text has white color on #ABB4BB background.