COLOR #ABABCB

HEX: #ABABCB
RGB: (171,171,203)

Color info

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

RGB color model

#ABABCB color RGB value is (171,171,203).

  • red value is 171;
  • green value is 171;
  • blue value is 203.
RGB:
(171,171,203)
(67%,67%,80%)

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 203 of 255 = 80%

171
171
203

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

Portions of RGB colors in percentages

R + G + B =
171 + 171 + 203 = 545 (100%)
R 171 of 545 ~ 31.38%
G 171 of 545 ~ 31.38%
B 203 of 545 ~ 37.25%

%31.38
%31.38
%37.25

CMYK color model

#ABABCB color CMYK value is (16,16,0,20).

  • cyan value is 15.76%
  • magenta value is 15.76%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(16,16,0,20)
C16M16Y0K20 
(16%,16%,0%,20%)
(0.16/0.16/0.00/0.20)	

CMYK percentages

%15.76
%15.76
%0
%20.39

Codes

Color #ABABCB in popluar color models

ABABCB
RGB171171203
HSL240°23.53%73.33%
HSB/HSV240°15.76%79.61%
CMYK15.76%15.76%0.00%
20.39%

Color #ABABCB in popluar number systems.

HEXABABCB
Decimal171171203
Binary101010111010101111001011
Octal253253313

Shades and tints

Shades of #ABABCB

#ABABCB
(171,171,203)
#9C9CB9
(156,156,185)
#8D8DA7
(141,141,167)
#7E7E95
(126,126,149)
#6F6F83
(111,111,131)
#606071
(96,96,113)
#51515F
(81,81,95)
#42424D
(66,66,77)
#33333B
(51,51,59)
#242429
(36,36,41)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #ABABCB

#ABABCB
(171,171,203)
#B2B2CF
(178,178,207)
#B9B9D3
(185,185,211)
#C0C0D7
(192,192,215)
#C7C7DB
(199,199,219)
#CECEDF
(206,206,223)
#D5D5E3
(213,213,227)
#DCDCE7
(220,220,231)
#E3E3EB
(227,227,235)
#EAEAEF
(234,234,239)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABABCB; }

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

This text font color is #ABABCB.


Background Color

.myBgColor { background-color: #ABABCB; }

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

This div background color is #ABABCB.


Border color

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

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

This div border color is #ABABCB.


Opacity

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

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

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

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

This text has shadow with #ABABCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABABCB on black background.


Color preview on white background

This text has color #ABABCB on white background.



Black color preview on #ABABCB background

This text has black color on #ABABCB background.


White color preview on #ABABCB background

This text has white color on #ABABCB background.