COLOR #ABEFD2

HEX: #ABEFD2
RGB: (171,239,210)

Color info

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

RGB color model

#ABEFD2 color RGB value is (171,239,210).

  • red value is 171;
  • green value is 239;
  • blue value is 210.
RGB:
(171,239,210)
(67%,94%,82%)

RGB channels and saturation

R 171 of 255 = 67%
G 239 of 255 = 94%
B 210 of 255 = 82%

171
239
210

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

Portions of RGB colors in percentages

R + G + B =
171 + 239 + 210 = 620 (100%)
R 171 of 620 ~ 27.58%
G 239 of 620 ~ 38.55%
B 210 of 620 ~ 33.87%

%27.58
%38.55
%33.87

CMYK color model

#ABEFD2 color CMYK value is (28,0,12,6).

  • cyan value is 28.45%
  • magenta value is 0.00%
  • yellow value is 12.13%
  • key color value is 6.27%
CMYK:
(28,0,12,6)
C28M0Y12K6 
(28%,0%,12%,6%)
(0.28/0.00/0.12/0.06)	

CMYK percentages

%28.45
%0
%12.13
%6.27

Codes

Color #ABEFD2 in popluar color models

ABEFD2
RGB171239210
HSL154°68.00%80.39%
HSB/HSV154°28.45%93.73%
CMYK28.45%0.00%12.13%
6.27%

Color #ABEFD2 in popluar number systems.

HEXABEFD2
Decimal171239210
Binary101010111110111111010010
Octal253357322

Shades and tints

Shades of #ABEFD2

#ABEFD2
(171,239,210)
#9CDABF
(156,218,191)
#8DC5AC
(141,197,172)
#7EB099
(126,176,153)
#6F9B86
(111,155,134)
#608673
(96,134,115)
#517160
(81,113,96)
#425C4D
(66,92,77)
#33473A
(51,71,58)
#243227
(36,50,39)
#151D14
(21,29,20)
#000000
(0,0,0)

Tints of #ABEFD2

#ABEFD2
(171,239,210)
#B2F0D6
(178,240,214)
#B9F1DA
(185,241,218)
#C0F2DE
(192,242,222)
#C7F3E2
(199,243,226)
#CEF4E6
(206,244,230)
#D5F5EA
(213,245,234)
#DCF6EE
(220,246,238)
#E3F7F2
(227,247,242)
#EAF8F6
(234,248,246)
#F1F9FA
(241,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABEFD2 color. Also use rgb(171,239,210) instead hex code.

Text Font Color

.myTextColor { color: #ABEFD2; }

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

This text font color is #ABEFD2.


Background Color

.myBgColor { background-color: #ABEFD2; }

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

This div background color is #ABEFD2.


Border color

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

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

This div border color is #ABEFD2.


Opacity

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

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

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

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

This text has shadow with #ABEFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABEFD2 on black background.


Color preview on white background

This text has color #ABEFD2 on white background.



Black color preview on #ABEFD2 background

This text has black color on #ABEFD2 background.


White color preview on #ABEFD2 background

This text has white color on #ABEFD2 background.