COLOR #ABDFBF

HEX: #ABDFBF
RGB: (171,223,191)

Color info

#ABDFBF contains red, green and blue colors in about the same proportion. Web safe color of #ABDFBF is #99CCCC (or #9CC).

RGB color model

#ABDFBF color RGB value is (171,223,191).

  • red value is 171;
  • green value is 223;
  • blue value is 191.
RGB:
(171,223,191)
(67%,87%,75%)

RGB channels and saturation

R 171 of 255 = 67%
G 223 of 255 = 87%
B 191 of 255 = 75%

171
223
191

R + G + B ~ 76%. #ABDFBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 223 + 191 = 585 (100%)
R 171 of 585 ~ 29.23%
G 223 of 585 ~ 38.12%
B 191 of 585 ~ 32.65%

%29.23
%38.12
%32.65

CMYK color model

#ABDFBF color CMYK value is (23,0,14,13).

  • cyan value is 23.32%
  • magenta value is 0.00%
  • yellow value is 14.35%
  • key color value is 12.55%
CMYK:
(23,0,14,13)
C23M0Y14K13 
(23%,0%,14%,13%)
(0.23/0.00/0.14/0.13)	

CMYK percentages

%23.32
%0
%14.35
%12.55

Codes

Color #ABDFBF in popluar color models

ABDFBF
RGB171223191
HSL143°44.83%77.25%
HSB/HSV143°23.32%87.45%
CMYK23.32%0.00%14.35%
12.55%

Color #ABDFBF in popluar number systems.

HEXABDFBF
Decimal171223191
Binary101010111101111110111111
Octal253337277

Shades and tints

Shades of #ABDFBF

#ABDFBF
(171,223,191)
#9CCBAE
(156,203,174)
#8DB79D
(141,183,157)
#7EA38C
(126,163,140)
#6F8F7B
(111,143,123)
#607B6A
(96,123,106)
#516759
(81,103,89)
#425348
(66,83,72)
#333F37
(51,63,55)
#242B26
(36,43,38)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #ABDFBF

#ABDFBF
(171,223,191)
#B2E1C4
(178,225,196)
#B9E3C9
(185,227,201)
#C0E5CE
(192,229,206)
#C7E7D3
(199,231,211)
#CEE9D8
(206,233,216)
#D5EBDD
(213,235,221)
#DCEDE2
(220,237,226)
#E3EFE7
(227,239,231)
#EAF1EC
(234,241,236)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDFBF color. Also use rgb(171,223,191) instead hex code.

Text Font Color

.myTextColor { color: #ABDFBF; }

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

This text font color is #ABDFBF.


Background Color

.myBgColor { background-color: #ABDFBF; }

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

This div background color is #ABDFBF.


Border color

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

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

This div border color is #ABDFBF.


Opacity

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

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

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

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

This text has shadow with #ABDFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDFBF on black background.


Color preview on white background

This text has color #ABDFBF on white background.



Black color preview on #ABDFBF background

This text has black color on #ABDFBF background.


White color preview on #ABDFBF background

This text has white color on #ABDFBF background.