COLOR #ABD7FF

HEX: #ABD7FF RGB: (171,215,255)

Color info

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

RGB color model

#ABD7FF color RGB value is (171,215,255).

RGB: (171,215,255) (67%, 84%, 100%)

RGB channels and saturation

R 171 of 255 = 67%
G 215 of 255 = 84%
B 255 of 255 = 100%

171
215
255

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

Portions of RGB colors in percentages

R + G + B = 171 + 215 + 255 = 641 (100%)
R 171 of 641 ~ 26.68%
G 215 of 641 ~ 33.54%
B 255 of 641 ~ 39.78'%

%26.68
%33.54
%39.78

CMYK color model

#ABD7FF color CMYK value is (33,16,0,0).

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

CMYK: (33,16,0,0)
C33M16Y0K0 (33%, 16%, 0%, 0%)
(0.33 / 0.16 / 0.00 / 0.00)

CMYK percentages

%32.94
%15.69
%0
%0

Codes

Color #ABD7FF in popluar color models

AB D7 FF
RGB 171 215 255
HSL 209° 100.00% 83.53%
HSB/HSV 209° 32.94% 100.00%
CMYK 32.94% 15.69% 0.00%
0.00%

Color #ABD7FF in popluar number systems.

HEX AB D7 FF
Decimal 171 215 255
Binary 10101011 11010111 11111111
Octal 253 327 377

Shades and tints

Shades of #ABD7FF

#ABD7FF
(171,215,255)
#9CC4E8
(156,196,232)
#8DB1D1
(141,177,209)
#7E9EBA
(126,158,186)
#6F8BA3
(111,139,163)
#60788C
(96,120,140)
#516575
(81,101,117)
#42525E
(66,82,94)
#333F47
(51,63,71)
#242C30
(36,44,48)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #ABD7FF

#ABD7FF
(171,215,255)
#B2DAFF
(178,218,255)
#B9DDFF
(185,221,255)
#C0E0FF
(192,224,255)
#C7E3FF
(199,227,255)
#CEE6FF
(206,230,255)
#D5E9FF
(213,233,255)
#DCECFF
(220,236,255)
#E3EFFF
(227,239,255)
#EAF2FF
(234,242,255)
#F1F5FF
(241,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD7FF; }

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

This text font color is #ABD7FF.

Background Color

.myBgColor { background-color: #ABD7FF; }

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

This div background color is #ABD7FF.

Border color

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

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

This div border color is #ABD7FF.

Opacity

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

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

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

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

This text has shadow with #ABD7FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD7FF.

Preview

Color preview on black background

This text has color #ABD7FF on black background.


Color preview on white background

This text has color #ABD7FF on white background.


Black color preview on #ABD7FF background

This text has black color on #ABD7FF background.


White color preview on #ABD7FF background

This text has white color on #ABD7FF background.


Related colors

Complementary color

Complementary color for #hex is #542800.


I love getcolorcode.com

Triadic colors

1 #FFABD7 and #D7FFAB with #ABD7FF are triadic colors.

2 #FFD7AB and #D7ABFF with #ABD7FF are triadic colors.