COLOR #ABF6B2

HEX: #ABF6B2
RGB: (171,246,178)

Color info

#ABF6B2 contains mainly green color. Web safe color of #ABF6B2 is #99FF99 (or #9F9).

RGB color model

#ABF6B2 color RGB value is (171,246,178).

  • red value is 171;
  • green value is 246;
  • blue value is 178.
RGB:
(171,246,178)
(67%,96%,70%)

RGB channels and saturation

R 171 of 255 = 67%
G 246 of 255 = 96%
B 178 of 255 = 70%

171
246
178

R + G + B ~ 78%. #ABF6B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 246 + 178 = 595 (100%)
R 171 of 595 ~ 28.74%
G 246 of 595 ~ 41.34%
B 178 of 595 ~ 29.92%

%28.74
%41.34
%29.92

CMYK color model

#ABF6B2 color CMYK value is (30,0,28,4).

  • cyan value is 30.49%
  • magenta value is 0.00%
  • yellow value is 27.64%
  • key color value is 3.53%
CMYK:
(30,0,28,4)
C30M0Y28K4 
(30%,0%,28%,4%)
(0.30/0.00/0.28/0.04)	

CMYK percentages

%30.49
%0
%27.64
%3.53

Codes

Color #ABF6B2 in popluar color models

ABF6B2
RGB171246178
HSL126°80.65%81.76%
HSB/HSV126°30.49%96.47%
CMYK30.49%0.00%27.64%
3.53%

Color #ABF6B2 in popluar number systems.

HEXABF6B2
Decimal171246178
Binary101010111111011010110010
Octal253366262

Shades and tints

Shades of #ABF6B2

#ABF6B2
(171,246,178)
#9CE0A2
(156,224,162)
#8DCA92
(141,202,146)
#7EB482
(126,180,130)
#6F9E72
(111,158,114)
#608862
(96,136,98)
#517252
(81,114,82)
#425C42
(66,92,66)
#334632
(51,70,50)
#243022
(36,48,34)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #ABF6B2

#ABF6B2
(171,246,178)
#B2F6B9
(178,246,185)
#B9F6C0
(185,246,192)
#C0F6C7
(192,246,199)
#C7F6CE
(199,246,206)
#CEF6D5
(206,246,213)
#D5F6DC
(213,246,220)
#DCF6E3
(220,246,227)
#E3F6EA
(227,246,234)
#EAF6F1
(234,246,241)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABF6B2 color. Also use rgb(171,246,178) instead hex code.

Text Font Color

.myTextColor { color: #ABF6B2; }

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

This text font color is #ABF6B2.


Background Color

.myBgColor { background-color: #ABF6B2; }

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

This div background color is #ABF6B2.


Border color

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

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

This div border color is #ABF6B2.


Opacity

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

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

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

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

This text has shadow with #ABF6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF6B2 on black background.


Color preview on white background

This text has color #ABF6B2 on white background.



Black color preview on #ABF6B2 background

This text has black color on #ABF6B2 background.


White color preview on #ABF6B2 background

This text has white color on #ABF6B2 background.