COLOR #ABEBFE

HEX: #ABEBFE
RGB: (171,235,254)

Color info

#ABEBFE contains mainly green and blue colors. Web safe color of #ABEBFE is #99FFFF (or #9FF).

RGB color model

#ABEBFE color RGB value is (171,235,254).

  • red value is 171;
  • green value is 235;
  • blue value is 254.
RGB:
(171,235,254)
(67%,92%,100%)

RGB channels and saturation

R 171 of 255 = 67%
G 235 of 255 = 92%
B 254 of 255 = 100%

171
235
254

R + G + B ~ 86%. #ABEBFE is light color.

Portions of RGB colors in percentages

R + G + B =
171 + 235 + 254 = 660 (100%)
R 171 of 660 ~ 25.91%
G 235 of 660 ~ 35.61%
B 254 of 660 ~ 38.48%

%25.91
%35.61
%38.48

CMYK color model

#ABEBFE color CMYK value is (33,7,0,0).

  • cyan value is 32.68%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(33,7,0,0)
C33M7Y0K0 
(33%,7%,0%,0%)
(0.33/0.07/0.00/0.00)	

CMYK percentages

%32.68
%7.48
%0
%0.39

Codes

Color #ABEBFE in popluar color models

ABEBFE
RGB171235254
HSL194°97.65%83.33%
HSB/HSV194°32.68%99.61%
CMYK32.68%7.48%0.00%
0.39%

Color #ABEBFE in popluar number systems.

HEXABEBFE
Decimal171235254
Binary101010111110101111111110
Octal253353376

Shades and tints

Shades of #ABEBFE

#ABEBFE
(171,235,254)
#9CD6E7
(156,214,231)
#8DC1D0
(141,193,208)
#7EACB9
(126,172,185)
#6F97A2
(111,151,162)
#60828B
(96,130,139)
#516D74
(81,109,116)
#42585D
(66,88,93)
#334346
(51,67,70)
#242E2F
(36,46,47)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #ABEBFE

#ABEBFE
(171,235,254)
#B2ECFE
(178,236,254)
#B9EDFE
(185,237,254)
#C0EEFE
(192,238,254)
#C7EFFE
(199,239,254)
#CEF0FE
(206,240,254)
#D5F1FE
(213,241,254)
#DCF2FE
(220,242,254)
#E3F3FE
(227,243,254)
#EAF4FE
(234,244,254)
#F1F5FE
(241,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABEBFE color. Also use rgb(171,235,254) instead hex code.

Text Font Color

.myTextColor { color: #ABEBFE; }

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

This text font color is #ABEBFE.


Background Color

.myBgColor { background-color: #ABEBFE; }

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

This div background color is #ABEBFE.


Border color

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

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

This div border color is #ABEBFE.


Opacity

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

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

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

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

This text has shadow with #ABEBFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABEBFE on black background.


Color preview on white background

This text has color #ABEBFE on white background.



Black color preview on #ABEBFE background

This text has black color on #ABEBFE background.


White color preview on #ABEBFE background

This text has white color on #ABEBFE background.