COLOR #ABDFF5

HEX: #ABDFF5 RGB: (171,223,245)

Color info

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

RGB color model

#ABDFF5 color RGB value is (171,223,245).

RGB: (171,223,245) (67%, 87%, 96%)

RGB channels and saturation

R 171 of 255 = 67%
G 223 of 255 = 87%
B 245 of 255 = 96%

171
223
245

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

Portions of RGB colors in percentages

R + G + B = 171 + 223 + 245 = 639 (100%)
R 171 of 639 ~ 26.76%
G 223 of 639 ~ 34.9%
B 245 of 639 ~ 38.34'%

%26.76
%34.9
%38.34

CMYK color model

#ABDFF5 color CMYK value is (30,9,0,4).

  • cyan value is 30.20%
  • magenta value is 8.98%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (30,9,0,4)
C30M9Y0K4 (30%, 9%, 0%, 4%)
(0.30 / 0.09 / 0.00 / 0.04)

CMYK percentages

%30.2
%8.98
%0
%3.92

Codes

Color #ABDFF5 in popluar color models

AB DF F5
RGB 171 223 245
HSL 198° 78.72% 81.57%
HSB/HSV 198° 30.20% 96.08%
CMYK 30.20% 8.98% 0.00%
3.92%

Color #ABDFF5 in popluar number systems.

HEX AB DF F5
Decimal 171 223 245
Binary 10101011 11011111 11110101
Octal 253 337 365

Shades and tints

Shades of #ABDFF5

#ABDFF5
(171,223,245)
#9CCBDF
(156,203,223)
#8DB7C9
(141,183,201)
#7EA3B3
(126,163,179)
#6F8F9D
(111,143,157)
#607B87
(96,123,135)
#516771
(81,103,113)
#42535B
(66,83,91)
#333F45
(51,63,69)
#242B2F
(36,43,47)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #ABDFF5

#ABDFF5
(171,223,245)
#B2E1F5
(178,225,245)
#B9E3F5
(185,227,245)
#C0E5F5
(192,229,245)
#C7E7F5
(199,231,245)
#CEE9F5
(206,233,245)
#D5EBF5
(213,235,245)
#DCEDF5
(220,237,245)
#E3EFF5
(227,239,245)
#EAF1F5
(234,241,245)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDFF5 color. Also use rgb(171,223,245) instead hex code.

Text Font Color

.myTextColor { color: #ABDFF5; }

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

This text font color is #ABDFF5.

Background Color

.myBgColor { background-color: #ABDFF5; }

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

This div background color is #ABDFF5.

Border color

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

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

This div border color is #ABDFF5.

Opacity

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

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

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

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

This text has shadow with #ABDFF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDFF5.

Preview

Color preview on black background

This text has color #ABDFF5 on black background.


Color preview on white background

This text has color #ABDFF5 on white background.


Black color preview on #ABDFF5 background

This text has black color on #ABDFF5 background.


White color preview on #ABDFF5 background

This text has white color on #ABDFF5 background.


Related colors

Complementary color

Complementary color for #hex is #54200A.


I love getcolorcode.com

Triadic colors

1 #F5ABDF and #DFF5AB with #ABDFF5 are triadic colors.

2 #F5DFAB and #DFABF5 with #ABDFF5 are triadic colors.