COLOR #ABD1B1

HEX: #ABD1B1
RGB: (171,209,177)

Color info

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

RGB color model

#ABD1B1 color RGB value is (171,209,177).

  • red value is 171;
  • green value is 209;
  • blue value is 177.
RGB:
(171,209,177)
(67%,82%,69%)

RGB channels and saturation

R 171 of 255 = 67%
G 209 of 255 = 82%
B 177 of 255 = 69%

171
209
177

R + G + B ~ 73%. #ABD1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 209 + 177 = 557 (100%)
R 171 of 557 ~ 30.7%
G 209 of 557 ~ 37.52%
B 177 of 557 ~ 31.78%

%30.7
%37.52
%31.78

CMYK color model

#ABD1B1 color CMYK value is (18,0,15,18).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 15.31%
  • key color value is 18.04%
CMYK:
(18,0,15,18)
C18M0Y15K18 
(18%,0%,15%,18%)
(0.18/0.00/0.15/0.18)	

CMYK percentages

%18.18
%0
%15.31
%18.04

Codes

Color #ABD1B1 in popluar color models

ABD1B1
RGB171209177
HSL129°29.23%74.51%
HSB/HSV129°18.18%81.96%
CMYK18.18%0.00%15.31%
18.04%

Color #ABD1B1 in popluar number systems.

HEXABD1B1
Decimal171209177
Binary101010111101000110110001
Octal253321261

Shades and tints

Shades of #ABD1B1

#ABD1B1
(171,209,177)
#9CBEA1
(156,190,161)
#8DAB91
(141,171,145)
#7E9881
(126,152,129)
#6F8571
(111,133,113)
#607261
(96,114,97)
#515F51
(81,95,81)
#424C41
(66,76,65)
#333931
(51,57,49)
#242621
(36,38,33)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #ABD1B1

#ABD1B1
(171,209,177)
#B2D5B8
(178,213,184)
#B9D9BF
(185,217,191)
#C0DDC6
(192,221,198)
#C7E1CD
(199,225,205)
#CEE5D4
(206,229,212)
#D5E9DB
(213,233,219)
#DCEDE2
(220,237,226)
#E3F1E9
(227,241,233)
#EAF5F0
(234,245,240)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD1B1 color. Also use rgb(171,209,177) instead hex code.

Text Font Color

.myTextColor { color: #ABD1B1; }

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

This text font color is #ABD1B1.


Background Color

.myBgColor { background-color: #ABD1B1; }

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

This div background color is #ABD1B1.


Border color

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

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

This div border color is #ABD1B1.


Opacity

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

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

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

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

This text has shadow with #ABD1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD1B1 on black background.


Color preview on white background

This text has color #ABD1B1 on white background.



Black color preview on #ABD1B1 background

This text has black color on #ABD1B1 background.


White color preview on #ABD1B1 background

This text has white color on #ABD1B1 background.