COLOR #ABFFD4

HEX: #ABFFD4
RGB: (171,255,212)

Color info

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

RGB color model

#ABFFD4 color RGB value is (171,255,212).

  • red value is 171;
  • green value is 255;
  • blue value is 212.
RGB:
(171,255,212)
(67%,100%,83%)

RGB channels and saturation

R 171 of 255 = 67%
G 255 of 255 = 100%
B 212 of 255 = 83%

171
255
212

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

Portions of RGB colors in percentages

R + G + B =
171 + 255 + 212 = 638 (100%)
R 171 of 638 ~ 26.8%
G 255 of 638 ~ 39.97%
B 212 of 638 ~ 33.23%

%26.8
%39.97
%33.23

CMYK color model

#ABFFD4 color CMYK value is (33,0,17,0).

  • cyan value is 32.94%
  • magenta value is 0.00%
  • yellow value is 16.86%
  • key color value is 0.00%
CMYK:
(33,0,17,0)
C33M0Y17K0 
(33%,0%,17%,0%)
(0.33/0.00/0.17/0.00)	

CMYK percentages

%32.94
%0
%16.86
%0

Codes

Color #ABFFD4 in popluar color models

ABFFD4
RGB171255212
HSL149°100.00%83.53%
HSB/HSV149°32.94%100.00%
CMYK32.94%0.00%16.86%
0.00%

Color #ABFFD4 in popluar number systems.

HEXABFFD4
Decimal171255212
Binary101010111111111111010100
Octal253377324

Shades and tints

Shades of #ABFFD4

#ABFFD4
(171,255,212)
#9CE8C1
(156,232,193)
#8DD1AE
(141,209,174)
#7EBA9B
(126,186,155)
#6FA388
(111,163,136)
#608C75
(96,140,117)
#517562
(81,117,98)
#425E4F
(66,94,79)
#33473C
(51,71,60)
#243029
(36,48,41)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #ABFFD4

#ABFFD4
(171,255,212)
#B2FFD7
(178,255,215)
#B9FFDA
(185,255,218)
#C0FFDD
(192,255,221)
#C7FFE0
(199,255,224)
#CEFFE3
(206,255,227)
#D5FFE6
(213,255,230)
#DCFFE9
(220,255,233)
#E3FFEC
(227,255,236)
#EAFFEF
(234,255,239)
#F1FFF2
(241,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABFFD4; }

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

This text font color is #ABFFD4.


Background Color

.myBgColor { background-color: #ABFFD4; }

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

This div background color is #ABFFD4.


Border color

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

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

This div border color is #ABFFD4.


Opacity

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

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

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

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

This text has shadow with #ABFFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABFFD4 on black background.


Color preview on white background

This text has color #ABFFD4 on white background.



Black color preview on #ABFFD4 background

This text has black color on #ABFFD4 background.


White color preview on #ABFFD4 background

This text has white color on #ABFFD4 background.