COLOR #ABDEF8

HEX: #ABDEF8
RGB: (171,222,248)

Color info

#ABDEF8 contains mainly green and blue colors. Web safe color of #ABDEF8 is #99CCFF (or #9CF).

RGB color model

#ABDEF8 color RGB value is (171,222,248).

  • red value is 171;
  • green value is 222;
  • blue value is 248.
RGB:
(171,222,248)
(67%,87%,97%)

RGB channels and saturation

R 171 of 255 = 67%
G 222 of 255 = 87%
B 248 of 255 = 97%

171
222
248

R + G + B ~ 84%. #ABDEF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 222 + 248 = 641 (100%)
R 171 of 641 ~ 26.68%
G 222 of 641 ~ 34.63%
B 248 of 641 ~ 38.69%

%26.68
%34.63
%38.69

CMYK color model

#ABDEF8 color CMYK value is (31,10,0,3).

  • cyan value is 31.05%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(31,10,0,3)
C31M10Y0K3 
(31%,10%,0%,3%)
(0.31/0.10/0.00/0.03)	

CMYK percentages

%31.05
%10.48
%0
%2.75

Codes

Color #ABDEF8 in popluar color models

ABDEF8
RGB171222248
HSL200°84.62%82.16%
HSB/HSV200°31.05%97.25%
CMYK31.05%10.48%0.00%
2.75%

Color #ABDEF8 in popluar number systems.

HEXABDEF8
Decimal171222248
Binary101010111101111011111000
Octal253336370

Shades and tints

Shades of #ABDEF8

#ABDEF8
(171,222,248)
#9CCAE2
(156,202,226)
#8DB6CC
(141,182,204)
#7EA2B6
(126,162,182)
#6F8EA0
(111,142,160)
#607A8A
(96,122,138)
#516674
(81,102,116)
#42525E
(66,82,94)
#333E48
(51,62,72)
#242A32
(36,42,50)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #ABDEF8

#ABDEF8
(171,222,248)
#B2E1F8
(178,225,248)
#B9E4F8
(185,228,248)
#C0E7F8
(192,231,248)
#C7EAF8
(199,234,248)
#CEEDF8
(206,237,248)
#D5F0F8
(213,240,248)
#DCF3F8
(220,243,248)
#E3F6F8
(227,246,248)
#EAF9F8
(234,249,248)
#F1FCF8
(241,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDEF8 color. Also use rgb(171,222,248) instead hex code.

Text Font Color

.myTextColor { color: #ABDEF8; }

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

This text font color is #ABDEF8.


Background Color

.myBgColor { background-color: #ABDEF8; }

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

This div background color is #ABDEF8.


Border color

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

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

This div border color is #ABDEF8.


Opacity

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

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

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

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

This text has shadow with #ABDEF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDEF8 on black background.


Color preview on white background

This text has color #ABDEF8 on white background.



Black color preview on #ABDEF8 background

This text has black color on #ABDEF8 background.


White color preview on #ABDEF8 background

This text has white color on #ABDEF8 background.