COLOR #ABF6EE

HEX: #ABF6EE
RGB: (171,246,238)

Color info

#ABF6EE contains mainly green and blue colors. Web safe color of #ABF6EE is #99FFFF (or #9FF).

RGB color model

#ABF6EE color RGB value is (171,246,238).

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

RGB channels and saturation

R 171 of 255 = 67%
G 246 of 255 = 96%
B 238 of 255 = 93%

171
246
238

R + G + B ~ 85%. #ABF6EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 246 + 238 = 655 (100%)
R 171 of 655 ~ 26.11%
G 246 of 655 ~ 37.56%
B 238 of 655 ~ 36.34%

%26.11
%37.56
%36.34

CMYK color model

#ABF6EE color CMYK value is (30,0,3,4).

  • cyan value is 30.49%
  • magenta value is 0.00%
  • yellow value is 3.25%
  • key color value is 3.53%
CMYK:
(30,0,3,4)
C30M0Y3K4 
(30%,0%,3%,4%)
(0.30/0.00/0.03/0.04)	

CMYK percentages

%30.49
%0
%3.25
%3.53

Codes

Color #ABF6EE in popluar color models

ABF6EE
RGB171246238
HSL174°80.65%81.76%
HSB/HSV174°30.49%96.47%
CMYK30.49%0.00%3.25%
3.53%

Color #ABF6EE in popluar number systems.

HEXABF6EE
Decimal171246238
Binary101010111111011011101110
Octal253366356

Shades and tints

Shades of #ABF6EE

#ABF6EE
(171,246,238)
#9CE0D9
(156,224,217)
#8DCAC4
(141,202,196)
#7EB4AF
(126,180,175)
#6F9E9A
(111,158,154)
#608885
(96,136,133)
#517270
(81,114,112)
#425C5B
(66,92,91)
#334646
(51,70,70)
#243031
(36,48,49)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #ABF6EE

#ABF6EE
(171,246,238)
#B2F6EF
(178,246,239)
#B9F6F0
(185,246,240)
#C0F6F1
(192,246,241)
#C7F6F2
(199,246,242)
#CEF6F3
(206,246,243)
#D5F6F4
(213,246,244)
#DCF6F5
(220,246,245)
#E3F6F6
(227,246,246)
#EAF6F7
(234,246,247)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABF6EE; }

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

This text font color is #ABF6EE.


Background Color

.myBgColor { background-color: #ABF6EE; }

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

This div background color is #ABF6EE.


Border color

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

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

This div border color is #ABF6EE.


Opacity

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

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

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

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

This text has shadow with #ABF6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF6EE on black background.


Color preview on white background

This text has color #ABF6EE on white background.



Black color preview on #ABF6EE background

This text has black color on #ABF6EE background.


White color preview on #ABF6EE background

This text has white color on #ABF6EE background.