COLOR #ABFCCC

HEX: #ABFCCC
RGB: (171,252,204)

Color info

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

RGB color model

#ABFCCC color RGB value is (171,252,204).

  • red value is 171;
  • green value is 252;
  • blue value is 204.
RGB:
(171,252,204)
(67%,99%,80%)

RGB channels and saturation

R 171 of 255 = 67%
G 252 of 255 = 99%
B 204 of 255 = 80%

171
252
204

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

Portions of RGB colors in percentages

R + G + B =
171 + 252 + 204 = 627 (100%)
R 171 of 627 ~ 27.27%
G 252 of 627 ~ 40.19%
B 204 of 627 ~ 32.54%

%27.27
%40.19
%32.54

CMYK color model

#ABFCCC color CMYK value is (32,0,19,1).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 1.18%
CMYK:
(32,0,19,1)
C32M0Y19K1 
(32%,0%,19%,1%)
(0.32/0.00/0.19/0.01)	

CMYK percentages

%32.14
%0
%19.05
%1.18

Codes

Color #ABFCCC in popluar color models

ABFCCC
RGB171252204
HSL144°93.10%82.94%
HSB/HSV144°32.14%98.82%
CMYK32.14%0.00%19.05%
1.18%

Color #ABFCCC in popluar number systems.

HEXABFCCC
Decimal171252204
Binary101010111111110011001100
Octal253374314

Shades and tints

Shades of #ABFCCC

#ABFCCC
(171,252,204)
#9CE6BA
(156,230,186)
#8DD0A8
(141,208,168)
#7EBA96
(126,186,150)
#6FA484
(111,164,132)
#608E72
(96,142,114)
#517860
(81,120,96)
#42624E
(66,98,78)
#334C3C
(51,76,60)
#24362A
(36,54,42)
#152018
(21,32,24)
#000000
(0,0,0)

Tints of #ABFCCC

#ABFCCC
(171,252,204)
#B2FCD0
(178,252,208)
#B9FCD4
(185,252,212)
#C0FCD8
(192,252,216)
#C7FCDC
(199,252,220)
#CEFCE0
(206,252,224)
#D5FCE4
(213,252,228)
#DCFCE8
(220,252,232)
#E3FCEC
(227,252,236)
#EAFCF0
(234,252,240)
#F1FCF4
(241,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABFCCC color. Also use rgb(171,252,204) instead hex code.

Text Font Color

.myTextColor { color: #ABFCCC; }

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

This text font color is #ABFCCC.


Background Color

.myBgColor { background-color: #ABFCCC; }

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

This div background color is #ABFCCC.


Border color

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

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

This div border color is #ABFCCC.


Opacity

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

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

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

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

This text has shadow with #ABFCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABFCCC on black background.


Color preview on white background

This text has color #ABFCCC on white background.



Black color preview on #ABFCCC background

This text has black color on #ABFCCC background.


White color preview on #ABFCCC background

This text has white color on #ABFCCC background.