COLOR #ABF0CC

HEX: #ABF0CC
RGB: (171,240,204)

Color info

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

RGB color model

#ABF0CC color RGB value is (171,240,204).

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

RGB channels and saturation

R 171 of 255 = 67%
G 240 of 255 = 94%
B 204 of 255 = 80%

171
240
204

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

Portions of RGB colors in percentages

R + G + B =
171 + 240 + 204 = 615 (100%)
R 171 of 615 ~ 27.8%
G 240 of 615 ~ 39.02%
B 204 of 615 ~ 33.17%

%27.8
%39.02
%33.17

CMYK color model

#ABF0CC color CMYK value is (29,0,15,6).

  • cyan value is 28.75%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 5.88%
CMYK:
(29,0,15,6)
C29M0Y15K6 
(29%,0%,15%,6%)
(0.29/0.00/0.15/0.06)	

CMYK percentages

%28.75
%0
%15
%5.88

Codes

Color #ABF0CC in popluar color models

ABF0CC
RGB171240204
HSL149°69.70%80.59%
HSB/HSV149°28.75%94.12%
CMYK28.75%0.00%15.00%
5.88%

Color #ABF0CC in popluar number systems.

HEXABF0CC
Decimal171240204
Binary101010111111000011001100
Octal253360314

Shades and tints

Shades of #ABF0CC

#ABF0CC
(171,240,204)
#9CDBBA
(156,219,186)
#8DC6A8
(141,198,168)
#7EB196
(126,177,150)
#6F9C84
(111,156,132)
#608772
(96,135,114)
#517260
(81,114,96)
#425D4E
(66,93,78)
#33483C
(51,72,60)
#24332A
(36,51,42)
#151E18
(21,30,24)
#000000
(0,0,0)

Tints of #ABF0CC

#ABF0CC
(171,240,204)
#B2F1D0
(178,241,208)
#B9F2D4
(185,242,212)
#C0F3D8
(192,243,216)
#C7F4DC
(199,244,220)
#CEF5E0
(206,245,224)
#D5F6E4
(213,246,228)
#DCF7E8
(220,247,232)
#E3F8EC
(227,248,236)
#EAF9F0
(234,249,240)
#F1FAF4
(241,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABF0CC; }

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

This text font color is #ABF0CC.


Background Color

.myBgColor { background-color: #ABF0CC; }

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

This div background color is #ABF0CC.


Border color

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

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

This div border color is #ABF0CC.


Opacity

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

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

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

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

This text has shadow with #ABF0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF0CC on black background.


Color preview on white background

This text has color #ABF0CC on white background.



Black color preview on #ABF0CC background

This text has black color on #ABF0CC background.


White color preview on #ABF0CC background

This text has white color on #ABF0CC background.