COLOR #ABBBBC

HEX: #ABBBBC
RGB: (171,187,188)

Color info

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

RGB color model

#ABBBBC color RGB value is (171,187,188).

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

RGB channels and saturation

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

171
187
188

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

Portions of RGB colors in percentages

R + G + B =
171 + 187 + 188 = 546 (100%)
R 171 of 546 ~ 31.32%
G 187 of 546 ~ 34.25%
B 188 of 546 ~ 34.43%

%31.32
%34.25
%34.43

CMYK color model

#ABBBBC color CMYK value is (9,1,0,26).

  • cyan value is 9.04%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(9,1,0,26)
C9M1Y0K26 
(9%,1%,0%,26%)
(0.09/0.01/0.00/0.26)	

CMYK percentages

%9.04
%0.53
%0
%26.27

Codes

Color #ABBBBC in popluar color models

ABBBBC
RGB171187188
HSL184°11.26%70.39%
HSB/HSV184°9.04%73.73%
CMYK9.04%0.53%0.00%
26.27%

Color #ABBBBC in popluar number systems.

HEXABBBBC
Decimal171187188
Binary101010111011101110111100
Octal253273274

Shades and tints

Shades of #ABBBBC

#ABBBBC
(171,187,188)
#9CAAAB
(156,170,171)
#8D999A
(141,153,154)
#7E8889
(126,136,137)
#6F7778
(111,119,120)
#606667
(96,102,103)
#515556
(81,85,86)
#424445
(66,68,69)
#333334
(51,51,52)
#242223
(36,34,35)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #ABBBBC

#ABBBBC
(171,187,188)
#B2C1C2
(178,193,194)
#B9C7C8
(185,199,200)
#C0CDCE
(192,205,206)
#C7D3D4
(199,211,212)
#CED9DA
(206,217,218)
#D5DFE0
(213,223,224)
#DCE5E6
(220,229,230)
#E3EBEC
(227,235,236)
#EAF1F2
(234,241,242)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBBBC; }

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

This text font color is #ABBBBC.


Background Color

.myBgColor { background-color: #ABBBBC; }

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

This div background color is #ABBBBC.


Border color

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

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

This div border color is #ABBBBC.


Opacity

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

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

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

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

This text has shadow with #ABBBBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBBBC on black background.


Color preview on white background

This text has color #ABBBBC on white background.



Black color preview on #ABBBBC background

This text has black color on #ABBBBC background.


White color preview on #ABBBBC background

This text has white color on #ABBBBC background.