COLOR #ABF8C5

HEX: #ABF8C5
RGB: (171,248,197)

Color info

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

RGB color model

#ABF8C5 color RGB value is (171,248,197).

  • red value is 171;
  • green value is 248;
  • blue value is 197.
RGB:
(171,248,197)
(67%,97%,77%)

RGB channels and saturation

R 171 of 255 = 67%
G 248 of 255 = 97%
B 197 of 255 = 77%

171
248
197

R + G + B ~ 80%. #ABF8C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 248 + 197 = 616 (100%)
R 171 of 616 ~ 27.76%
G 248 of 616 ~ 40.26%
B 197 of 616 ~ 31.98%

%27.76
%40.26
%31.98

CMYK color model

#ABF8C5 color CMYK value is (31,0,21,3).

  • cyan value is 31.05%
  • magenta value is 0.00%
  • yellow value is 20.56%
  • key color value is 2.75%
CMYK:
(31,0,21,3)
C31M0Y21K3 
(31%,0%,21%,3%)
(0.31/0.00/0.21/0.03)	

CMYK percentages

%31.05
%0
%20.56
%2.75

Codes

Color #ABF8C5 in popluar color models

ABF8C5
RGB171248197
HSL140°84.62%82.16%
HSB/HSV140°31.05%97.25%
CMYK31.05%0.00%20.56%
2.75%

Color #ABF8C5 in popluar number systems.

HEXABF8C5
Decimal171248197
Binary101010111111100011000101
Octal253370305

Shades and tints

Shades of #ABF8C5

#ABF8C5
(171,248,197)
#9CE2B4
(156,226,180)
#8DCCA3
(141,204,163)
#7EB692
(126,182,146)
#6FA081
(111,160,129)
#608A70
(96,138,112)
#51745F
(81,116,95)
#425E4E
(66,94,78)
#33483D
(51,72,61)
#24322C
(36,50,44)
#151C1B
(21,28,27)
#000000
(0,0,0)

Tints of #ABF8C5

#ABF8C5
(171,248,197)
#B2F8CA
(178,248,202)
#B9F8CF
(185,248,207)
#C0F8D4
(192,248,212)
#C7F8D9
(199,248,217)
#CEF8DE
(206,248,222)
#D5F8E3
(213,248,227)
#DCF8E8
(220,248,232)
#E3F8ED
(227,248,237)
#EAF8F2
(234,248,242)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABF8C5; }

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

This text font color is #ABF8C5.


Background Color

.myBgColor { background-color: #ABF8C5; }

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

This div background color is #ABF8C5.


Border color

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

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

This div border color is #ABF8C5.


Opacity

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

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

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

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

This text has shadow with #ABF8C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF8C5 on black background.


Color preview on white background

This text has color #ABF8C5 on white background.



Black color preview on #ABF8C5 background

This text has black color on #ABF8C5 background.


White color preview on #ABF8C5 background

This text has white color on #ABF8C5 background.