COLOR #ABF3D6

HEX: #ABF3D6
RGB: (171,243,214)

Color info

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

RGB color model

#ABF3D6 color RGB value is (171,243,214).

  • red value is 171;
  • green value is 243;
  • blue value is 214.
RGB:
(171,243,214)
(67%,95%,84%)

RGB channels and saturation

R 171 of 255 = 67%
G 243 of 255 = 95%
B 214 of 255 = 84%

171
243
214

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

Portions of RGB colors in percentages

R + G + B =
171 + 243 + 214 = 628 (100%)
R 171 of 628 ~ 27.23%
G 243 of 628 ~ 38.69%
B 214 of 628 ~ 34.08%

%27.23
%38.69
%34.08

CMYK color model

#ABF3D6 color CMYK value is (30,0,12,5).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 11.93%
  • key color value is 4.71%
CMYK:
(30,0,12,5)
C30M0Y12K5 
(30%,0%,12%,5%)
(0.30/0.00/0.12/0.05)	

CMYK percentages

%29.63
%0
%11.93
%4.71

Codes

Color #ABF3D6 in popluar color models

ABF3D6
RGB171243214
HSL156°75.00%81.18%
HSB/HSV156°29.63%95.29%
CMYK29.63%0.00%11.93%
4.71%

Color #ABF3D6 in popluar number systems.

HEXABF3D6
Decimal171243214
Binary101010111111001111010110
Octal253363326

Shades and tints

Shades of #ABF3D6

#ABF3D6
(171,243,214)
#9CDDC3
(156,221,195)
#8DC7B0
(141,199,176)
#7EB19D
(126,177,157)
#6F9B8A
(111,155,138)
#608577
(96,133,119)
#516F64
(81,111,100)
#425951
(66,89,81)
#33433E
(51,67,62)
#242D2B
(36,45,43)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #ABF3D6

#ABF3D6
(171,243,214)
#B2F4D9
(178,244,217)
#B9F5DC
(185,245,220)
#C0F6DF
(192,246,223)
#C7F7E2
(199,247,226)
#CEF8E5
(206,248,229)
#D5F9E8
(213,249,232)
#DCFAEB
(220,250,235)
#E3FBEE
(227,251,238)
#EAFCF1
(234,252,241)
#F1FDF4
(241,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABF3D6 color. Also use rgb(171,243,214) instead hex code.

Text Font Color

.myTextColor { color: #ABF3D6; }

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

This text font color is #ABF3D6.


Background Color

.myBgColor { background-color: #ABF3D6; }

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

This div background color is #ABF3D6.


Border color

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

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

This div border color is #ABF3D6.


Opacity

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

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

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

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

This text has shadow with #ABF3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF3D6 on black background.


Color preview on white background

This text has color #ABF3D6 on white background.



Black color preview on #ABF3D6 background

This text has black color on #ABF3D6 background.


White color preview on #ABF3D6 background

This text has white color on #ABF3D6 background.