COLOR #ABDBF9

HEX: #ABDBF9
RGB: (171,219,249)

Color info

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

RGB color model

#ABDBF9 color RGB value is (171,219,249).

  • red value is 171;
  • green value is 219;
  • blue value is 249.
RGB:
(171,219,249)
(67%,86%,98%)

RGB channels and saturation

R 171 of 255 = 67%
G 219 of 255 = 86%
B 249 of 255 = 98%

171
219
249

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

Portions of RGB colors in percentages

R + G + B =
171 + 219 + 249 = 639 (100%)
R 171 of 639 ~ 26.76%
G 219 of 639 ~ 34.27%
B 249 of 639 ~ 38.97%

%26.76
%34.27
%38.97

CMYK color model

#ABDBF9 color CMYK value is (31,12,0,2).

  • cyan value is 31.33%
  • magenta value is 12.05%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(31,12,0,2)
C31M12Y0K2 
(31%,12%,0%,2%)
(0.31/0.12/0.00/0.02)	

CMYK percentages

%31.33
%12.05
%0
%2.35

Codes

Color #ABDBF9 in popluar color models

ABDBF9
RGB171219249
HSL203°86.67%82.35%
HSB/HSV203°31.33%97.65%
CMYK31.33%12.05%0.00%
2.35%

Color #ABDBF9 in popluar number systems.

HEXABDBF9
Decimal171219249
Binary101010111101101111111001
Octal253333371

Shades and tints

Shades of #ABDBF9

#ABDBF9
(171,219,249)
#9CC8E3
(156,200,227)
#8DB5CD
(141,181,205)
#7EA2B7
(126,162,183)
#6F8FA1
(111,143,161)
#607C8B
(96,124,139)
#516975
(81,105,117)
#42565F
(66,86,95)
#334349
(51,67,73)
#243033
(36,48,51)
#151D1D
(21,29,29)
#000000
(0,0,0)

Tints of #ABDBF9

#ABDBF9
(171,219,249)
#B2DEF9
(178,222,249)
#B9E1F9
(185,225,249)
#C0E4F9
(192,228,249)
#C7E7F9
(199,231,249)
#CEEAF9
(206,234,249)
#D5EDF9
(213,237,249)
#DCF0F9
(220,240,249)
#E3F3F9
(227,243,249)
#EAF6F9
(234,246,249)
#F1F9F9
(241,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDBF9 color. Also use rgb(171,219,249) instead hex code.

Text Font Color

.myTextColor { color: #ABDBF9; }

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

This text font color is #ABDBF9.


Background Color

.myBgColor { background-color: #ABDBF9; }

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

This div background color is #ABDBF9.


Border color

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

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

This div border color is #ABDBF9.


Opacity

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

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

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

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

This text has shadow with #ABDBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDBF9 on black background.


Color preview on white background

This text has color #ABDBF9 on white background.



Black color preview on #ABDBF9 background

This text has black color on #ABDBF9 background.


White color preview on #ABDBF9 background

This text has white color on #ABDBF9 background.