COLOR #ABBFE0

HEX: #ABBFE0
RGB: (171,191,224)

Color info

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

RGB color model

#ABBFE0 color RGB value is (171,191,224).

  • red value is 171;
  • green value is 191;
  • blue value is 224.
RGB:
(171,191,224)
(67%,75%,88%)

RGB channels and saturation

R 171 of 255 = 67%
G 191 of 255 = 75%
B 224 of 255 = 88%

171
191
224

R + G + B ~ 77%. #ABBFE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 191 + 224 = 586 (100%)
R 171 of 586 ~ 29.18%
G 191 of 586 ~ 32.59%
B 224 of 586 ~ 38.23%

%29.18
%32.59
%38.23

CMYK color model

#ABBFE0 color CMYK value is (24,15,0,12).

  • cyan value is 23.66%
  • magenta value is 14.73%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(24,15,0,12)
C24M15Y0K12 
(24%,15%,0%,12%)
(0.24/0.15/0.00/0.12)	

CMYK percentages

%23.66
%14.73
%0
%12.16

Codes

Color #ABBFE0 in popluar color models

ABBFE0
RGB171191224
HSL217°46.09%77.45%
HSB/HSV217°23.66%87.84%
CMYK23.66%14.73%0.00%
12.16%

Color #ABBFE0 in popluar number systems.

HEXABBFE0
Decimal171191224
Binary101010111011111111100000
Octal253277340

Shades and tints

Shades of #ABBFE0

#ABBFE0
(171,191,224)
#9CAECC
(156,174,204)
#8D9DB8
(141,157,184)
#7E8CA4
(126,140,164)
#6F7B90
(111,123,144)
#606A7C
(96,106,124)
#515968
(81,89,104)
#424854
(66,72,84)
#333740
(51,55,64)
#24262C
(36,38,44)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #ABBFE0

#ABBFE0
(171,191,224)
#B2C4E2
(178,196,226)
#B9C9E4
(185,201,228)
#C0CEE6
(192,206,230)
#C7D3E8
(199,211,232)
#CED8EA
(206,216,234)
#D5DDEC
(213,221,236)
#DCE2EE
(220,226,238)
#E3E7F0
(227,231,240)
#EAECF2
(234,236,242)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBFE0; }

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

This text font color is #ABBFE0.


Background Color

.myBgColor { background-color: #ABBFE0; }

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

This div background color is #ABBFE0.


Border color

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

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

This div border color is #ABBFE0.


Opacity

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

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

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

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

This text has shadow with #ABBFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBFE0 on black background.


Color preview on white background

This text has color #ABBFE0 on white background.



Black color preview on #ABBFE0 background

This text has black color on #ABBFE0 background.


White color preview on #ABBFE0 background

This text has white color on #ABBFE0 background.