COLOR #ABAFBC

HEX: #ABAFBC
RGB: (171,175,188)

Color info

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

RGB color model

#ABAFBC color RGB value is (171,175,188).

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

RGB channels and saturation

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

171
175
188

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

Portions of RGB colors in percentages

R + G + B =
171 + 175 + 188 = 534 (100%)
R 171 of 534 ~ 32.02%
G 175 of 534 ~ 32.77%
B 188 of 534 ~ 35.21%

%32.02
%32.77
%35.21

CMYK color model

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

  • cyan value is 9.04%
  • magenta value is 6.91%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(9,7,0,26)
C9M7Y0K26 
(9%,7%,0%,26%)
(0.09/0.07/0.00/0.26)	

CMYK percentages

%9.04
%6.91
%0
%26.27

Codes

Color #ABAFBC in popluar color models

ABAFBC
RGB171175188
HSL226°11.26%70.39%
HSB/HSV226°9.04%73.73%
CMYK9.04%6.91%0.00%
26.27%

Color #ABAFBC in popluar number systems.

HEXABAFBC
Decimal171175188
Binary101010111010111110111100
Octal253257274

Shades and tints

Shades of #ABAFBC

#ABAFBC
(171,175,188)
#9CA0AB
(156,160,171)
#8D919A
(141,145,154)
#7E8289
(126,130,137)
#6F7378
(111,115,120)
#606467
(96,100,103)
#515556
(81,85,86)
#424645
(66,70,69)
#333734
(51,55,52)
#242823
(36,40,35)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #ABAFBC

#ABAFBC
(171,175,188)
#B2B6C2
(178,182,194)
#B9BDC8
(185,189,200)
#C0C4CE
(192,196,206)
#C7CBD4
(199,203,212)
#CED2DA
(206,210,218)
#D5D9E0
(213,217,224)
#DCE0E6
(220,224,230)
#E3E7EC
(227,231,236)
#EAEEF2
(234,238,242)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAFBC; }

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

This text font color is #ABAFBC.


Background Color

.myBgColor { background-color: #ABAFBC; }

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

This div background color is #ABAFBC.


Border color

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

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

This div border color is #ABAFBC.


Opacity

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

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

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

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

This text has shadow with #ABAFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAFBC on black background.


Color preview on white background

This text has color #ABAFBC on white background.



Black color preview on #ABAFBC background

This text has black color on #ABAFBC background.


White color preview on #ABAFBC background

This text has white color on #ABAFBC background.