COLOR #ABF0ED

HEX: #ABF0ED RGB: (171,240,237)

Color info

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

RGB color model

#ABF0ED color RGB value is (171,240,237).

RGB: (171,240,237) (67%, 94%, 93%)

RGB channels and saturation

R 171 of 255 = 67%
G 240 of 255 = 94%
B 237 of 255 = 93%

171
240
237

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

Portions of RGB colors in percentages

R + G + B = 171 + 240 + 237 = 648 (100%)
R 171 of 648 ~ 26.39%
G 240 of 648 ~ 37.04%
B 237 of 648 ~ 36.57'%

%26.39
%37.04
%36.57

CMYK color model

#ABF0ED color CMYK value is (29,0,1,6).

  • cyan value is 28.75%
  • magenta value is 0.00%
  • yellow value is 1.25%
  • key color value is 5.88%

CMYK: (29,0,1,6)
C29M0Y1K6 (29%, 0%, 1%, 6%)
(0.29 / 0.00 / 0.01 / 0.06)

CMYK percentages

%28.75
%0
%1.25
%5.88

Codes

Color #ABF0ED in popluar color models

AB F0 ED
RGB 171 240 237
HSL 177° 69.70% 80.59%
HSB/HSV 177° 28.75% 94.12%
CMYK 28.75% 0.00% 1.25%
5.88%

Color #ABF0ED in popluar number systems.

HEX AB F0 ED
Decimal 171 240 237
Binary 10101011 11110000 11101101
Octal 253 360 355

Shades and tints

Shades of #ABF0ED

#ABF0ED
(171,240,237)
#9CDBD8
(156,219,216)
#8DC6C3
(141,198,195)
#7EB1AE
(126,177,174)
#6F9C99
(111,156,153)
#608784
(96,135,132)
#51726F
(81,114,111)
#425D5A
(66,93,90)
#334845
(51,72,69)
#243330
(36,51,48)
#151E1B
(21,30,27)
#000000
(0,0,0)

Tints of #ABF0ED

#ABF0ED
(171,240,237)
#B2F1EE
(178,241,238)
#B9F2EF
(185,242,239)
#C0F3F0
(192,243,240)
#C7F4F1
(199,244,241)
#CEF5F2
(206,245,242)
#D5F6F3
(213,246,243)
#DCF7F4
(220,247,244)
#E3F8F5
(227,248,245)
#EAF9F6
(234,249,246)
#F1FAF7
(241,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABF0ED; }

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

This text font color is #ABF0ED.

Background Color

.myBgColor { background-color: #ABF0ED; }

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

This div background color is #ABF0ED.

Border color

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

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

This div border color is #ABF0ED.

Opacity

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

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

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

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

This text has shadow with #ABF0ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABF0ED.

Preview

Color preview on black background

This text has color #ABF0ED on black background.


Color preview on white background

This text has color #ABF0ED on white background.


Black color preview on #ABF0ED background

This text has black color on #ABF0ED background.


White color preview on #ABF0ED background

This text has white color on #ABF0ED background.


Related colors

Complementary color

Complementary color for #hex is #540F12.


I love getcolorcode.com

Triadic colors

1 #EDABF0 and #F0EDAB with #ABF0ED are triadic colors.

2 #EDF0AB and #F0ABED with #ABF0ED are triadic colors.