COLOR #ABDDEF

HEX: #ABDDEF
RGB: (171,221,239)

Color info

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

RGB color model

#ABDDEF color RGB value is (171,221,239).

  • red value is 171;
  • green value is 221;
  • blue value is 239.
RGB:
(171,221,239)
(67%,87%,94%)

RGB channels and saturation

R 171 of 255 = 67%
G 221 of 255 = 87%
B 239 of 255 = 94%

171
221
239

R + G + B ~ 83%. #ABDDEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 221 + 239 = 631 (100%)
R 171 of 631 ~ 27.1%
G 221 of 631 ~ 35.02%
B 239 of 631 ~ 37.88%

%27.1
%35.02
%37.88

CMYK color model

#ABDDEF color CMYK value is (28,8,0,6).

  • cyan value is 28.45%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(28,8,0,6)
C28M8Y0K6 
(28%,8%,0%,6%)
(0.28/0.08/0.00/0.06)	

CMYK percentages

%28.45
%7.53
%0
%6.27

Codes

Color #ABDDEF in popluar color models

ABDDEF
RGB171221239
HSL196°68.00%80.39%
HSB/HSV196°28.45%93.73%
CMYK28.45%7.53%0.00%
6.27%

Color #ABDDEF in popluar number systems.

HEXABDDEF
Decimal171221239
Binary101010111101110111101111
Octal253335357

Shades and tints

Shades of #ABDDEF

#ABDDEF
(171,221,239)
#9CC9DA
(156,201,218)
#8DB5C5
(141,181,197)
#7EA1B0
(126,161,176)
#6F8D9B
(111,141,155)
#607986
(96,121,134)
#516571
(81,101,113)
#42515C
(66,81,92)
#333D47
(51,61,71)
#242932
(36,41,50)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #ABDDEF

#ABDDEF
(171,221,239)
#B2E0F0
(178,224,240)
#B9E3F1
(185,227,241)
#C0E6F2
(192,230,242)
#C7E9F3
(199,233,243)
#CEECF4
(206,236,244)
#D5EFF5
(213,239,245)
#DCF2F6
(220,242,246)
#E3F5F7
(227,245,247)
#EAF8F8
(234,248,248)
#F1FBF9
(241,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDDEF color. Also use rgb(171,221,239) instead hex code.

Text Font Color

.myTextColor { color: #ABDDEF; }

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

This text font color is #ABDDEF.


Background Color

.myBgColor { background-color: #ABDDEF; }

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

This div background color is #ABDDEF.


Border color

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

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

This div border color is #ABDDEF.


Opacity

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

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

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

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

This text has shadow with #ABDDEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDDEF on black background.


Color preview on white background

This text has color #ABDDEF on white background.



Black color preview on #ABDDEF background

This text has black color on #ABDDEF background.


White color preview on #ABDDEF background

This text has white color on #ABDDEF background.