COLOR #ABF1EE

HEX: #ABF1EE
RGB: (171,241,238)

Color info

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

RGB color model

#ABF1EE color RGB value is (171,241,238).

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

RGB channels and saturation

R 171 of 255 = 67%
G 241 of 255 = 95%
B 238 of 255 = 93%

171
241
238

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

Portions of RGB colors in percentages

R + G + B =
171 + 241 + 238 = 650 (100%)
R 171 of 650 ~ 26.31%
G 241 of 650 ~ 37.08%
B 238 of 650 ~ 36.62%

%26.31
%37.08
%36.62

CMYK color model

#ABF1EE color CMYK value is (29,0,1,5).

  • cyan value is 29.05%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 5.49%
CMYK:
(29,0,1,5)
C29M0Y1K5 
(29%,0%,1%,5%)
(0.29/0.00/0.01/0.05)	

CMYK percentages

%29.05
%0
%1.24
%5.49

Codes

Color #ABF1EE in popluar color models

ABF1EE
RGB171241238
HSL177°71.43%80.78%
HSB/HSV177°29.05%94.51%
CMYK29.05%0.00%1.24%
5.49%

Color #ABF1EE in popluar number systems.

HEXABF1EE
Decimal171241238
Binary101010111111000111101110
Octal253361356

Shades and tints

Shades of #ABF1EE

#ABF1EE
(171,241,238)
#9CDCD9
(156,220,217)
#8DC7C4
(141,199,196)
#7EB2AF
(126,178,175)
#6F9D9A
(111,157,154)
#608885
(96,136,133)
#517370
(81,115,112)
#425E5B
(66,94,91)
#334946
(51,73,70)
#243431
(36,52,49)
#151F1C
(21,31,28)
#000000
(0,0,0)

Tints of #ABF1EE

#ABF1EE
(171,241,238)
#B2F2EF
(178,242,239)
#B9F3F0
(185,243,240)
#C0F4F1
(192,244,241)
#C7F5F2
(199,245,242)
#CEF6F3
(206,246,243)
#D5F7F4
(213,247,244)
#DCF8F5
(220,248,245)
#E3F9F6
(227,249,246)
#EAFAF7
(234,250,247)
#F1FBF8
(241,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABF1EE; }

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

This text font color is #ABF1EE.


Background Color

.myBgColor { background-color: #ABF1EE; }

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

This div background color is #ABF1EE.


Border color

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

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

This div border color is #ABF1EE.


Opacity

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

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

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

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

This text has shadow with #ABF1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABF1EE on black background.


Color preview on white background

This text has color #ABF1EE on white background.



Black color preview on #ABF1EE background

This text has black color on #ABF1EE background.


White color preview on #ABF1EE background

This text has white color on #ABF1EE background.