COLOR #ABB3F7

HEX: #ABB3F7
RGB: (171,179,247)

Color info

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

RGB color model

#ABB3F7 color RGB value is (171,179,247).

  • red value is 171;
  • green value is 179;
  • blue value is 247.
RGB:
(171,179,247)
(67%,70%,97%)

RGB channels and saturation

R 171 of 255 = 67%
G 179 of 255 = 70%
B 247 of 255 = 97%

171
179
247

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

Portions of RGB colors in percentages

R + G + B =
171 + 179 + 247 = 597 (100%)
R 171 of 597 ~ 28.64%
G 179 of 597 ~ 29.98%
B 247 of 597 ~ 41.37%

%28.64
%29.98
%41.37

CMYK color model

#ABB3F7 color CMYK value is (31,28,0,3).

  • cyan value is 30.77%
  • magenta value is 27.53%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(31,28,0,3)
C31M28Y0K3 
(31%,28%,0%,3%)
(0.31/0.28/0.00/0.03)	

CMYK percentages

%30.77
%27.53
%0
%3.14

Codes

Color #ABB3F7 in popluar color models

ABB3F7
RGB171179247
HSL234°82.61%81.96%
HSB/HSV234°30.77%96.86%
CMYK30.77%27.53%0.00%
3.14%

Color #ABB3F7 in popluar number systems.

HEXABB3F7
Decimal171179247
Binary101010111011001111110111
Octal253263367

Shades and tints

Shades of #ABB3F7

#ABB3F7
(171,179,247)
#9CA3E1
(156,163,225)
#8D93CB
(141,147,203)
#7E83B5
(126,131,181)
#6F739F
(111,115,159)
#606389
(96,99,137)
#515373
(81,83,115)
#42435D
(66,67,93)
#333347
(51,51,71)
#242331
(36,35,49)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #ABB3F7

#ABB3F7
(171,179,247)
#B2B9F7
(178,185,247)
#B9BFF7
(185,191,247)
#C0C5F7
(192,197,247)
#C7CBF7
(199,203,247)
#CED1F7
(206,209,247)
#D5D7F7
(213,215,247)
#DCDDF7
(220,221,247)
#E3E3F7
(227,227,247)
#EAE9F7
(234,233,247)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB3F7; }

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

This text font color is #ABB3F7.


Background Color

.myBgColor { background-color: #ABB3F7; }

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

This div background color is #ABB3F7.


Border color

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

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

This div border color is #ABB3F7.


Opacity

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

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

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

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

This text has shadow with #ABB3F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB3F7 on black background.


Color preview on white background

This text has color #ABB3F7 on white background.



Black color preview on #ABB3F7 background

This text has black color on #ABB3F7 background.


White color preview on #ABB3F7 background

This text has white color on #ABB3F7 background.