COLOR #ABABCF

HEX: #ABABCF
RGB: (171,171,207)

Color info

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

RGB color model

#ABABCF color RGB value is (171,171,207).

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

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 207 of 255 = 81%

171
171
207

R + G + B ~ 72%. #ABABCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 171 + 207 = 549 (100%)
R 171 of 549 ~ 31.15%
G 171 of 549 ~ 31.15%
B 207 of 549 ~ 37.7%

%31.15
%31.15
%37.7

CMYK color model

#ABABCF color CMYK value is (17,17,0,19).

  • cyan value is 17.39%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(17,17,0,19)
C17M17Y0K19 
(17%,17%,0%,19%)
(0.17/0.17/0.00/0.19)	

CMYK percentages

%17.39
%17.39
%0
%18.82

Codes

Color #ABABCF in popluar color models

ABABCF
RGB171171207
HSL240°27.27%74.12%
HSB/HSV240°17.39%81.18%
CMYK17.39%17.39%0.00%
18.82%

Color #ABABCF in popluar number systems.

HEXABABCF
Decimal171171207
Binary101010111010101111001111
Octal253253317

Shades and tints

Shades of #ABABCF

#ABABCF
(171,171,207)
#9C9CBD
(156,156,189)
#8D8DAB
(141,141,171)
#7E7E99
(126,126,153)
#6F6F87
(111,111,135)
#606075
(96,96,117)
#515163
(81,81,99)
#424251
(66,66,81)
#33333F
(51,51,63)
#24242D
(36,36,45)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #ABABCF

#ABABCF
(171,171,207)
#B2B2D3
(178,178,211)
#B9B9D7
(185,185,215)
#C0C0DB
(192,192,219)
#C7C7DF
(199,199,223)
#CECEE3
(206,206,227)
#D5D5E7
(213,213,231)
#DCDCEB
(220,220,235)
#E3E3EF
(227,227,239)
#EAEAF3
(234,234,243)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABABCF; }

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

This text font color is #ABABCF.


Background Color

.myBgColor { background-color: #ABABCF; }

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

This div background color is #ABABCF.


Border color

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

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

This div border color is #ABABCF.


Opacity

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

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

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

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

This text has shadow with #ABABCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABABCF on black background.


Color preview on white background

This text has color #ABABCF on white background.



Black color preview on #ABABCF background

This text has black color on #ABABCF background.


White color preview on #ABABCF background

This text has white color on #ABABCF background.