COLOR #ABF2D9

HEX: #ABF2D9 RGB: (171,242,217)

Color info

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

RGB color model

#ABF2D9 color RGB value is (171,242,217).

RGB: (171,242,217) (67%, 95%, 85%)

RGB channels and saturation

R 171 of 255 = 67%
G 242 of 255 = 95%
B 217 of 255 = 85%

171
242
217

R + G + B ~ 82%. #ABF2D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 242 + 217 = 630 (100%)
R 171 of 630 ~ 27.14%
G 242 of 630 ~ 38.41%
B 217 of 630 ~ 34.44'%

%27.14
%38.41
%34.44

CMYK color model

#ABF2D9 color CMYK value is (29,0,10,5).

  • cyan value is 29.34%
  • magenta value is 0.00%
  • yellow value is 10.33%
  • key color value is 5.10%

CMYK: (29,0,10,5)
C29M0Y10K5 (29%, 0%, 10%, 5%)
(0.29 / 0.00 / 0.10 / 0.05)

CMYK percentages

%29.34
%0
%10.33
%5.1

Codes

Color #ABF2D9 in popluar color models

AB F2 D9
RGB 171 242 217
HSL 159° 73.20% 80.98%
HSB/HSV 159° 29.34% 94.90%
CMYK 29.34% 0.00% 10.33%
5.10%

Color #ABF2D9 in popluar number systems.

HEX AB F2 D9
Decimal 171 242 217
Binary 10101011 11110010 11011001
Octal 253 362 331

Shades and tints

Shades of #ABF2D9

#ABF2D9
(171,242,217)
#9CDCC6
(156,220,198)
#8DC6B3
(141,198,179)
#7EB0A0
(126,176,160)
#6F9A8D
(111,154,141)
#60847A
(96,132,122)
#516E67
(81,110,103)
#425854
(66,88,84)
#334241
(51,66,65)
#242C2E
(36,44,46)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #ABF2D9

#ABF2D9
(171,242,217)
#B2F3DC
(178,243,220)
#B9F4DF
(185,244,223)
#C0F5E2
(192,245,226)
#C7F6E5
(199,246,229)
#CEF7E8
(206,247,232)
#D5F8EB
(213,248,235)
#DCF9EE
(220,249,238)
#E3FAF1
(227,250,241)
#EAFBF4
(234,251,244)
#F1FCF7
(241,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABF2D9 color. Also use rgb(171,242,217) instead hex code.

Text Font Color

.myTextColor { color: #ABF2D9; }

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

This text font color is #ABF2D9.

Background Color

.myBgColor { background-color: #ABF2D9; }

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

This div background color is #ABF2D9.

Border color

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

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

This div border color is #ABF2D9.

Opacity

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

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

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

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

This text has shadow with #ABF2D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABF2D9.

Preview

Color preview on black background

This text has color #ABF2D9 on black background.


Color preview on white background

This text has color #ABF2D9 on white background.


Black color preview on #ABF2D9 background

This text has black color on #ABF2D9 background.


White color preview on #ABF2D9 background

This text has white color on #ABF2D9 background.


Related colors

Complementary color

Complementary color for #hex is #540D26.


I love getcolorcode.com

Triadic colors

1 #D9ABF2 and #F2D9AB with #ABF2D9 are triadic colors.

2 #D9F2AB and #F2ABD9 with #ABF2D9 are triadic colors.