COLOR #ABBFFF

HEX: #ABBFFF RGB: (171,191,255)

Color info

#ABBFFF contains mainly blue color. Web safe color of #ABBFFF is #99CCFF (or #9CF).

RGB color model

#ABBFFF color RGB value is (171,191,255).

RGB: (171,191,255) (67%, 75%, 100%)

RGB channels and saturation

R 171 of 255 = 67%
G 191 of 255 = 75%
B 255 of 255 = 100%

171
191
255

R + G + B ~ 81%. #ABBFFF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 191 + 255 = 617 (100%)
R 171 of 617 ~ 27.71%
G 191 of 617 ~ 30.96%
B 255 of 617 ~ 41.33'%

%27.71
%30.96
%41.33

CMYK color model

#ABBFFF color CMYK value is (33,25,0,0).

  • cyan value is 32.94%
  • magenta value is 25.10%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (33,25,0,0)
C33M25Y0K0 (33%, 25%, 0%, 0%)
(0.33 / 0.25 / 0.00 / 0.00)

CMYK percentages

%32.94
%25.1
%0
%0

Codes

Color #ABBFFF in popluar color models

AB BF FF
RGB 171 191 255
HSL 226° 100.00% 83.53%
HSB/HSV 226° 32.94% 100.00%
CMYK 32.94% 25.10% 0.00%
0.00%

Color #ABBFFF in popluar number systems.

HEX AB BF FF
Decimal 171 191 255
Binary 10101011 10111111 11111111
Octal 253 277 377

Shades and tints

Shades of #ABBFFF

#ABBFFF
(171,191,255)
#9CAEE8
(156,174,232)
#8D9DD1
(141,157,209)
#7E8CBA
(126,140,186)
#6F7BA3
(111,123,163)
#606A8C
(96,106,140)
#515975
(81,89,117)
#42485E
(66,72,94)
#333747
(51,55,71)
#242630
(36,38,48)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #ABBFFF

#ABBFFF
(171,191,255)
#B2C4FF
(178,196,255)
#B9C9FF
(185,201,255)
#C0CEFF
(192,206,255)
#C7D3FF
(199,211,255)
#CED8FF
(206,216,255)
#D5DDFF
(213,221,255)
#DCE2FF
(220,226,255)
#E3E7FF
(227,231,255)
#EAECFF
(234,236,255)
#F1F1FF
(241,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBFFF; }

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

This text font color is #ABBFFF.

Background Color

.myBgColor { background-color: #ABBFFF; }

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

This div background color is #ABBFFF.

Border color

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

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

This div border color is #ABBFFF.

Opacity

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

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

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

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

This text has shadow with #ABBFFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBFFF.

Preview

Color preview on black background

This text has color #ABBFFF on black background.


Color preview on white background

This text has color #ABBFFF on white background.


Black color preview on #ABBFFF background

This text has black color on #ABBFFF background.


White color preview on #ABBFFF background

This text has white color on #ABBFFF background.


Related colors

Complementary color

Complementary color for #hex is #544000.


I love getcolorcode.com

Triadic colors

1 #FFABBF and #BFFFAB with #ABBFFF are triadic colors.

2 #FFBFAB and #BFABFF with #ABBFFF are triadic colors.