COLOR #ABF6CC

HEX: #ABF6CC
RGB: (171,246,204)

Color info

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

RGB color model

#ABF6CC color RGB value is (171,246,204).

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

RGB channels and saturation

R 171 of 255 = 67%
G 246 of 255 = 96%
B 204 of 255 = 80%

171
246
204

R + G + B ~ 81%. #ABF6CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 246 + 204 = 621 (100%)
R 171 of 621 ~ 27.54%
G 246 of 621 ~ 39.61%
B 204 of 621 ~ 32.85%

%27.54
%39.61
%32.85

CMYK color model

#ABF6CC color CMYK value is (30,0,17,4).

  • cyan value is 30.49%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 3.53%
CMYK:
(30,0,17,4)
C30M0Y17K4 
(30%,0%,17%,4%)
(0.30/0.00/0.17/0.04)	

CMYK percentages

%30.49
%0
%17.07
%3.53

Codes

Color #ABF6CC in popluar color models

ABF6CC
RGB171246204
HSL146°80.65%81.76%
HSB/HSV146°30.49%96.47%
CMYK30.49%0.00%17.07%
3.53%

Color #ABF6CC in popluar number systems.

HEXABF6CC
Decimal171246204
Binary101010111111011011001100
Octal253366314

Shades and tints

Shades of #ABF6CC

#ABF6CC
(171,246,204)
#9CE0BA
(156,224,186)
#8DCAA8
(141,202,168)
#7EB496
(126,180,150)
#6F9E84
(111,158,132)
#608872
(96,136,114)
#517260
(81,114,96)
#425C4E
(66,92,78)
#33463C
(51,70,60)
#24302A
(36,48,42)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #ABF6CC

#ABF6CC
(171,246,204)
#B2F6D0
(178,246,208)
#B9F6D4
(185,246,212)
#C0F6D8
(192,246,216)
#C7F6DC
(199,246,220)
#CEF6E0
(206,246,224)
#D5F6E4
(213,246,228)
#DCF6E8
(220,246,232)
#E3F6EC
(227,246,236)
#EAF6F0
(234,246,240)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABF6CC; }

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

This text font color is #ABF6CC.


Background Color

.myBgColor { background-color: #ABF6CC; }

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

This div background color is #ABF6CC.


Border color

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

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

This div border color is #ABF6CC.


Opacity

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

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

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

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

This text has shadow with #ABF6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF6CC on black background.


Color preview on white background

This text has color #ABF6CC on white background.



Black color preview on #ABF6CC background

This text has black color on #ABF6CC background.


White color preview on #ABF6CC background

This text has white color on #ABF6CC background.