COLOR #ABB2F6

HEX: #ABB2F6
RGB: (171,178,246)

Color info

#ABB2F6 contains mainly blue color. Web safe color of #ABB2F6 is #9999FF (or #99F).

RGB color model

#ABB2F6 color RGB value is (171,178,246).

  • red value is 171;
  • green value is 178;
  • blue value is 246.
RGB:
(171,178,246)
(67%,70%,96%)

RGB channels and saturation

R 171 of 255 = 67%
G 178 of 255 = 70%
B 246 of 255 = 96%

171
178
246

R + G + B ~ 78%. #ABB2F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 178 + 246 = 595 (100%)
R 171 of 595 ~ 28.74%
G 178 of 595 ~ 29.92%
B 246 of 595 ~ 41.34%

%28.74
%29.92
%41.34

CMYK color model

#ABB2F6 color CMYK value is (30,28,0,4).

  • cyan value is 30.49%
  • magenta value is 27.64%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(30,28,0,4)
C30M28Y0K4 
(30%,28%,0%,4%)
(0.30/0.28/0.00/0.04)	

CMYK percentages

%30.49
%27.64
%0
%3.53

Codes

Color #ABB2F6 in popluar color models

ABB2F6
RGB171178246
HSL234°80.65%81.76%
HSB/HSV234°30.49%96.47%
CMYK30.49%27.64%0.00%
3.53%

Color #ABB2F6 in popluar number systems.

HEXABB2F6
Decimal171178246
Binary101010111011001011110110
Octal253262366

Shades and tints

Shades of #ABB2F6

#ABB2F6
(171,178,246)
#9CA2E0
(156,162,224)
#8D92CA
(141,146,202)
#7E82B4
(126,130,180)
#6F729E
(111,114,158)
#606288
(96,98,136)
#515272
(81,82,114)
#42425C
(66,66,92)
#333246
(51,50,70)
#242230
(36,34,48)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #ABB2F6

#ABB2F6
(171,178,246)
#B2B9F6
(178,185,246)
#B9C0F6
(185,192,246)
#C0C7F6
(192,199,246)
#C7CEF6
(199,206,246)
#CED5F6
(206,213,246)
#D5DCF6
(213,220,246)
#DCE3F6
(220,227,246)
#E3EAF6
(227,234,246)
#EAF1F6
(234,241,246)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB2F6; }

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

This text font color is #ABB2F6.


Background Color

.myBgColor { background-color: #ABB2F6; }

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

This div background color is #ABB2F6.


Border color

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

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

This div border color is #ABB2F6.


Opacity

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

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

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

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

This text has shadow with #ABB2F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB2F6 on black background.


Color preview on white background

This text has color #ABB2F6 on white background.



Black color preview on #ABB2F6 background

This text has black color on #ABB2F6 background.


White color preview on #ABB2F6 background

This text has white color on #ABB2F6 background.