COLOR #ABFDE1

HEX: #ABFDE1
RGB: (171,253,225)

Color info

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

RGB color model

#ABFDE1 color RGB value is (171,253,225).

  • red value is 171;
  • green value is 253;
  • blue value is 225.
RGB:
(171,253,225)
(67%,99%,88%)

RGB channels and saturation

R 171 of 255 = 67%
G 253 of 255 = 99%
B 225 of 255 = 88%

171
253
225

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

Portions of RGB colors in percentages

R + G + B =
171 + 253 + 225 = 649 (100%)
R 171 of 649 ~ 26.35%
G 253 of 649 ~ 38.98%
B 225 of 649 ~ 34.67%

%26.35
%38.98
%34.67

CMYK color model

#ABFDE1 color CMYK value is (32,0,11,1).

  • cyan value is 32.41%
  • magenta value is 0.00%
  • yellow value is 11.07%
  • key color value is 0.78%
CMYK:
(32,0,11,1)
C32M0Y11K1 
(32%,0%,11%,1%)
(0.32/0.00/0.11/0.01)	

CMYK percentages

%32.41
%0
%11.07
%0.78

Codes

Color #ABFDE1 in popluar color models

ABFDE1
RGB171253225
HSL160°95.35%83.14%
HSB/HSV160°32.41%99.22%
CMYK32.41%0.00%11.07%
0.78%

Color #ABFDE1 in popluar number systems.

HEXABFDE1
Decimal171253225
Binary101010111111110111100001
Octal253375341

Shades and tints

Shades of #ABFDE1

#ABFDE1
(171,253,225)
#9CE6CD
(156,230,205)
#8DCFB9
(141,207,185)
#7EB8A5
(126,184,165)
#6FA191
(111,161,145)
#608A7D
(96,138,125)
#517369
(81,115,105)
#425C55
(66,92,85)
#334541
(51,69,65)
#242E2D
(36,46,45)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #ABFDE1

#ABFDE1
(171,253,225)
#B2FDE3
(178,253,227)
#B9FDE5
(185,253,229)
#C0FDE7
(192,253,231)
#C7FDE9
(199,253,233)
#CEFDEB
(206,253,235)
#D5FDED
(213,253,237)
#DCFDEF
(220,253,239)
#E3FDF1
(227,253,241)
#EAFDF3
(234,253,243)
#F1FDF5
(241,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABFDE1 color. Also use rgb(171,253,225) instead hex code.

Text Font Color

.myTextColor { color: #ABFDE1; }

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

This text font color is #ABFDE1.


Background Color

.myBgColor { background-color: #ABFDE1; }

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

This div background color is #ABFDE1.


Border color

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

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

This div border color is #ABFDE1.


Opacity

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

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

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

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

This text has shadow with #ABFDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABFDE1 on black background.


Color preview on white background

This text has color #ABFDE1 on white background.



Black color preview on #ABFDE1 background

This text has black color on #ABFDE1 background.


White color preview on #ABFDE1 background

This text has white color on #ABFDE1 background.