COLOR #ABDDFF

HEX: #ABDDFF RGB: (171,221,255)

Color info

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

RGB color model

#ABDDFF color RGB value is (171,221,255).

RGB: (171,221,255) (67%, 87%, 100%)

RGB channels and saturation

R 171 of 255 = 67%
G 221 of 255 = 87%
B 255 of 255 = 100%

171
221
255

R + G + B ~ 85%. #ABDDFF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 221 + 255 = 647 (100%)
R 171 of 647 ~ 26.43%
G 221 of 647 ~ 34.16%
B 255 of 647 ~ 39.41'%

%26.43
%34.16
%39.41

CMYK color model

#ABDDFF color CMYK value is (33,13,0,0).

  • cyan value is 32.94%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (33,13,0,0)
C33M13Y0K0 (33%, 13%, 0%, 0%)
(0.33 / 0.13 / 0.00 / 0.00)

CMYK percentages

%32.94
%13.33
%0
%0

Codes

Color #ABDDFF in popluar color models

AB DD FF
RGB 171 221 255
HSL 204° 100.00% 83.53%
HSB/HSV 204° 32.94% 100.00%
CMYK 32.94% 13.33% 0.00%
0.00%

Color #ABDDFF in popluar number systems.

HEX AB DD FF
Decimal 171 221 255
Binary 10101011 11011101 11111111
Octal 253 335 377

Shades and tints

Shades of #ABDDFF

#ABDDFF
(171,221,255)
#9CC9E8
(156,201,232)
#8DB5D1
(141,181,209)
#7EA1BA
(126,161,186)
#6F8DA3
(111,141,163)
#60798C
(96,121,140)
#516575
(81,101,117)
#42515E
(66,81,94)
#333D47
(51,61,71)
#242930
(36,41,48)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #ABDDFF

#ABDDFF
(171,221,255)
#B2E0FF
(178,224,255)
#B9E3FF
(185,227,255)
#C0E6FF
(192,230,255)
#C7E9FF
(199,233,255)
#CEECFF
(206,236,255)
#D5EFFF
(213,239,255)
#DCF2FF
(220,242,255)
#E3F5FF
(227,245,255)
#EAF8FF
(234,248,255)
#F1FBFF
(241,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDDFF; }

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

This text font color is #ABDDFF.

Background Color

.myBgColor { background-color: #ABDDFF; }

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

This div background color is #ABDDFF.

Border color

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

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

This div border color is #ABDDFF.

Opacity

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

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

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

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

This text has shadow with #ABDDFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDDFF.

Preview

Color preview on black background

This text has color #ABDDFF on black background.


Color preview on white background

This text has color #ABDDFF on white background.


Black color preview on #ABDDFF background

This text has black color on #ABDDFF background.


White color preview on #ABDDFF background

This text has white color on #ABDDFF background.


Related colors

Complementary color

Complementary color for #hex is #542200.


I love getcolorcode.com

Triadic colors

1 #FFABDD and #DDFFAB with #ABDDFF are triadic colors.

2 #FFDDAB and #DDABFF with #ABDDFF are triadic colors.