COLOR #ABDDF3

HEX: #ABDDF3
RGB: (171,221,243)

Color info

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

RGB color model

#ABDDF3 color RGB value is (171,221,243).

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

RGB channels and saturation

R 171 of 255 = 67%
G 221 of 255 = 87%
B 243 of 255 = 95%

171
221
243

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

Portions of RGB colors in percentages

R + G + B =
171 + 221 + 243 = 635 (100%)
R 171 of 635 ~ 26.93%
G 221 of 635 ~ 34.8%
B 243 of 635 ~ 38.27%

%26.93
%34.8
%38.27

CMYK color model

#ABDDF3 color CMYK value is (30,9,0,5).

  • cyan value is 29.63%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(30,9,0,5)
C30M9Y0K5 
(30%,9%,0%,5%)
(0.30/0.09/0.00/0.05)	

CMYK percentages

%29.63
%9.05
%0
%4.71

Codes

Color #ABDDF3 in popluar color models

ABDDF3
RGB171221243
HSL198°75.00%81.18%
HSB/HSV198°29.63%95.29%
CMYK29.63%9.05%0.00%
4.71%

Color #ABDDF3 in popluar number systems.

HEXABDDF3
Decimal171221243
Binary101010111101110111110011
Octal253335363

Shades and tints

Shades of #ABDDF3

#ABDDF3
(171,221,243)
#9CC9DD
(156,201,221)
#8DB5C7
(141,181,199)
#7EA1B1
(126,161,177)
#6F8D9B
(111,141,155)
#607985
(96,121,133)
#51656F
(81,101,111)
#425159
(66,81,89)
#333D43
(51,61,67)
#24292D
(36,41,45)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #ABDDF3

#ABDDF3
(171,221,243)
#B2E0F4
(178,224,244)
#B9E3F5
(185,227,245)
#C0E6F6
(192,230,246)
#C7E9F7
(199,233,247)
#CEECF8
(206,236,248)
#D5EFF9
(213,239,249)
#DCF2FA
(220,242,250)
#E3F5FB
(227,245,251)
#EAF8FC
(234,248,252)
#F1FBFD
(241,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDDF3; }

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

This text font color is #ABDDF3.


Background Color

.myBgColor { background-color: #ABDDF3; }

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

This div background color is #ABDDF3.


Border color

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

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

This div border color is #ABDDF3.


Opacity

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

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

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

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

This text has shadow with #ABDDF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDDF3 on black background.


Color preview on white background

This text has color #ABDDF3 on white background.



Black color preview on #ABDDF3 background

This text has black color on #ABDDF3 background.


White color preview on #ABDDF3 background

This text has white color on #ABDDF3 background.