COLOR #ABABBC

HEX: #ABABBC RGB: (171,171,188)

Color info

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

RGB color model

#ABABBC color RGB value is (171,171,188).

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

RGB channels and saturation

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

171
171
188

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

Portions of RGB colors in percentages

R + G + B = 171 + 171 + 188 = 530 (100%)
R 171 of 530 ~ 32.26%
G 171 of 530 ~ 32.26%
B 188 of 530 ~ 35.47'%

%32.26
%32.26
%35.47

CMYK color model

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

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

CMYK: (9,9,0,26)
C9M9Y0K26 (9%, 9%, 0%, 26%)
(0.09 / 0.09 / 0.00 / 0.26)

CMYK percentages

%9.04
%9.04
%0
%26.27

Codes

Color #ABABBC in popluar color models

AB AB BC
RGB 171 171 188
HSL 240° 11.26% 70.39%
HSB/HSV 240° 9.04% 73.73%
CMYK 9.04% 9.04% 0.00%
26.27%

Color #ABABBC in popluar number systems.

HEX AB AB BC
Decimal 171 171 188
Binary 10101011 10101011 10111100
Octal 253 253 274

Shades and tints

Shades of #ABABBC

#ABABBC
(171,171,188)
#9C9CAB
(156,156,171)
#8D8D9A
(141,141,154)
#7E7E89
(126,126,137)
#6F6F78
(111,111,120)
#606067
(96,96,103)
#515156
(81,81,86)
#424245
(66,66,69)
#333334
(51,51,52)
#242423
(36,36,35)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #ABABBC

#ABABBC
(171,171,188)
#B2B2C2
(178,178,194)
#B9B9C8
(185,185,200)
#C0C0CE
(192,192,206)
#C7C7D4
(199,199,212)
#CECEDA
(206,206,218)
#D5D5E0
(213,213,224)
#DCDCE6
(220,220,230)
#E3E3EC
(227,227,236)
#EAEAF2
(234,234,242)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABABBC; }

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

This text font color is #ABABBC.

Background Color

.myBgColor { background-color: #ABABBC; }

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

This div background color is #ABABBC.

Border color

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

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

This div border color is #ABABBC.

Opacity

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

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

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

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

This text has shadow with #ABABBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABABBC.

Preview

Color preview on black background

This text has color #ABABBC on black background.


Color preview on white background

This text has color #ABABBC on white background.


Black color preview on #ABABBC background

This text has black color on #ABABBC background.


White color preview on #ABABBC background

This text has white color on #ABABBC background.


Related colors

Complementary color

Complementary color for #hex is #545443.


I love getcolorcode.com