COLOR #ABD7BB

HEX: #ABD7BB
RGB: (171,215,187)

Color info

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

RGB color model

#ABD7BB color RGB value is (171,215,187).

  • red value is 171;
  • green value is 215;
  • blue value is 187.
RGB:
(171,215,187)
(67%,84%,73%)

RGB channels and saturation

R 171 of 255 = 67%
G 215 of 255 = 84%
B 187 of 255 = 73%

171
215
187

R + G + B ~ 75%. #ABD7BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 215 + 187 = 573 (100%)
R 171 of 573 ~ 29.84%
G 215 of 573 ~ 37.52%
B 187 of 573 ~ 32.64%

%29.84
%37.52
%32.64

CMYK color model

#ABD7BB color CMYK value is (20,0,13,16).

  • cyan value is 20.47%
  • magenta value is 0.00%
  • yellow value is 13.02%
  • key color value is 15.69%
CMYK:
(20,0,13,16)
C20M0Y13K16 
(20%,0%,13%,16%)
(0.20/0.00/0.13/0.16)	

CMYK percentages

%20.47
%0
%13.02
%15.69

Codes

Color #ABD7BB in popluar color models

ABD7BB
RGB171215187
HSL142°35.48%75.69%
HSB/HSV142°20.47%84.31%
CMYK20.47%0.00%13.02%
15.69%

Color #ABD7BB in popluar number systems.

HEXABD7BB
Decimal171215187
Binary101010111101011110111011
Octal253327273

Shades and tints

Shades of #ABD7BB

#ABD7BB
(171,215,187)
#9CC4AA
(156,196,170)
#8DB199
(141,177,153)
#7E9E88
(126,158,136)
#6F8B77
(111,139,119)
#607866
(96,120,102)
#516555
(81,101,85)
#425244
(66,82,68)
#333F33
(51,63,51)
#242C22
(36,44,34)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #ABD7BB

#ABD7BB
(171,215,187)
#B2DAC1
(178,218,193)
#B9DDC7
(185,221,199)
#C0E0CD
(192,224,205)
#C7E3D3
(199,227,211)
#CEE6D9
(206,230,217)
#D5E9DF
(213,233,223)
#DCECE5
(220,236,229)
#E3EFEB
(227,239,235)
#EAF2F1
(234,242,241)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD7BB color. Also use rgb(171,215,187) instead hex code.

Text Font Color

.myTextColor { color: #ABD7BB; }

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

This text font color is #ABD7BB.


Background Color

.myBgColor { background-color: #ABD7BB; }

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

This div background color is #ABD7BB.


Border color

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

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

This div border color is #ABD7BB.


Opacity

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

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

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

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

This text has shadow with #ABD7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD7BB on black background.


Color preview on white background

This text has color #ABD7BB on white background.



Black color preview on #ABD7BB background

This text has black color on #ABD7BB background.


White color preview on #ABD7BB background

This text has white color on #ABD7BB background.