COLOR #ABFEBD

HEX: #ABFEBD
RGB: (171,254,189)

Color info

#ABFEBD contains mainly green color. Web safe color of #ABFEBD is #99FFCC (or #9FC).

RGB color model

#ABFEBD color RGB value is (171,254,189).

  • red value is 171;
  • green value is 254;
  • blue value is 189.
RGB:
(171,254,189)
(67%,100%,74%)

RGB channels and saturation

R 171 of 255 = 67%
G 254 of 255 = 100%
B 189 of 255 = 74%

171
254
189

R + G + B ~ 80%. #ABFEBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 254 + 189 = 614 (100%)
R 171 of 614 ~ 27.85%
G 254 of 614 ~ 41.37%
B 189 of 614 ~ 30.78%

%27.85
%41.37
%30.78

CMYK color model

#ABFEBD color CMYK value is (33,0,26,0).

  • cyan value is 32.68%
  • magenta value is 0.00%
  • yellow value is 25.59%
  • key color value is 0.39%
CMYK:
(33,0,26,0)
C33M0Y26K0 
(33%,0%,26%,0%)
(0.33/0.00/0.26/0.00)	

CMYK percentages

%32.68
%0
%25.59
%0.39

Codes

Color #ABFEBD in popluar color models

ABFEBD
RGB171254189
HSL133°97.65%83.33%
HSB/HSV133°32.68%99.61%
CMYK32.68%0.00%25.59%
0.39%

Color #ABFEBD in popluar number systems.

HEXABFEBD
Decimal171254189
Binary101010111111111010111101
Octal253376275

Shades and tints

Shades of #ABFEBD

#ABFEBD
(171,254,189)
#9CE7AC
(156,231,172)
#8DD09B
(141,208,155)
#7EB98A
(126,185,138)
#6FA279
(111,162,121)
#608B68
(96,139,104)
#517457
(81,116,87)
#425D46
(66,93,70)
#334635
(51,70,53)
#242F24
(36,47,36)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #ABFEBD

#ABFEBD
(171,254,189)
#B2FEC3
(178,254,195)
#B9FEC9
(185,254,201)
#C0FECF
(192,254,207)
#C7FED5
(199,254,213)
#CEFEDB
(206,254,219)
#D5FEE1
(213,254,225)
#DCFEE7
(220,254,231)
#E3FEED
(227,254,237)
#EAFEF3
(234,254,243)
#F1FEF9
(241,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABFEBD color. Also use rgb(171,254,189) instead hex code.

Text Font Color

.myTextColor { color: #ABFEBD; }

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

This text font color is #ABFEBD.


Background Color

.myBgColor { background-color: #ABFEBD; }

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

This div background color is #ABFEBD.


Border color

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

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

This div border color is #ABFEBD.


Opacity

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

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

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

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

This text has shadow with #ABFEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABFEBD on black background.


Color preview on white background

This text has color #ABFEBD on white background.



Black color preview on #ABFEBD background

This text has black color on #ABFEBD background.


White color preview on #ABFEBD background

This text has white color on #ABFEBD background.