COLOR #ABF8DC

HEX: #ABF8DC RGB: (171,248,220)

Color info

#ABF8DC contains mainly green and blue colors. Web safe color of #ABF8DC is #99FFCC (or #9FC).

RGB color model

#ABF8DC color RGB value is (171,248,220).

RGB: (171,248,220) (67%, 97%, 86%)

RGB channels and saturation

R 171 of 255 = 67%
G 248 of 255 = 97%
B 220 of 255 = 86%

171
248
220

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

Portions of RGB colors in percentages

R + G + B = 171 + 248 + 220 = 639 (100%)
R 171 of 639 ~ 26.76%
G 248 of 639 ~ 38.81%
B 220 of 639 ~ 34.43'%

%26.76
%38.81
%34.43

CMYK color model

#ABF8DC color CMYK value is (31,0,11,3).

  • cyan value is 31.05%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 2.75%

CMYK: (31,0,11,3)
C31M0Y11K3 (31%, 0%, 11%, 3%)
(0.31 / 0.00 / 0.11 / 0.03)

CMYK percentages

%31.05
%0
%11.29
%2.75

Codes

Color #ABF8DC in popluar color models

AB F8 DC
RGB 171 248 220
HSL 158° 84.62% 82.16%
HSB/HSV 158° 31.05% 97.25%
CMYK 31.05% 0.00% 11.29%
2.75%

Color #ABF8DC in popluar number systems.

HEX AB F8 DC
Decimal 171 248 220
Binary 10101011 11111000 11011100
Octal 253 370 334

Shades and tints

Shades of #ABF8DC

#ABF8DC
(171,248,220)
#9CE2C8
(156,226,200)
#8DCCB4
(141,204,180)
#7EB6A0
(126,182,160)
#6FA08C
(111,160,140)
#608A78
(96,138,120)
#517464
(81,116,100)
#425E50
(66,94,80)
#33483C
(51,72,60)
#243228
(36,50,40)
#151C14
(21,28,20)
#000000
(0,0,0)

Tints of #ABF8DC

#ABF8DC
(171,248,220)
#B2F8DF
(178,248,223)
#B9F8E2
(185,248,226)
#C0F8E5
(192,248,229)
#C7F8E8
(199,248,232)
#CEF8EB
(206,248,235)
#D5F8EE
(213,248,238)
#DCF8F1
(220,248,241)
#E3F8F4
(227,248,244)
#EAF8F7
(234,248,247)
#F1F8FA
(241,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABF8DC color. Also use rgb(171,248,220) instead hex code.

Text Font Color

.myTextColor { color: #ABF8DC; }

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

This text font color is #ABF8DC.

Background Color

.myBgColor { background-color: #ABF8DC; }

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

This div background color is #ABF8DC.

Border color

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

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

This div border color is #ABF8DC.

Opacity

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

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

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

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

This text has shadow with #ABF8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABF8DC.

Preview

Color preview on black background

This text has color #ABF8DC on black background.


Color preview on white background

This text has color #ABF8DC on white background.


Black color preview on #ABF8DC background

This text has black color on #ABF8DC background.


White color preview on #ABF8DC background

This text has white color on #ABF8DC background.


Related colors

Complementary color

Complementary color for #hex is #540723.


I love getcolorcode.com

Triadic colors

1 #DCABF8 and #F8DCAB with #ABF8DC are triadic colors.

2 #DCF8AB and #F8ABDC with #ABF8DC are triadic colors.