COLOR #ABD7B4

HEX: #ABD7B4
RGB: (171,215,180)

Color info

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

RGB color model

#ABD7B4 color RGB value is (171,215,180).

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

RGB channels and saturation

R 171 of 255 = 67%
G 215 of 255 = 84%
B 180 of 255 = 71%

171
215
180

R + G + B ~ 74%. #ABD7B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 215 + 180 = 566 (100%)
R 171 of 566 ~ 30.21%
G 215 of 566 ~ 37.99%
B 180 of 566 ~ 31.8%

%30.21
%37.99
%31.8

CMYK color model

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

  • cyan value is 20.47%
  • magenta value is 0.00%
  • yellow value is 16.28%
  • key color value is 15.69%
CMYK:
(20,0,16,16)
C20M0Y16K16 
(20%,0%,16%,16%)
(0.20/0.00/0.16/0.16)	

CMYK percentages

%20.47
%0
%16.28
%15.69

Codes

Color #ABD7B4 in popluar color models

ABD7B4
RGB171215180
HSL132°35.48%75.69%
HSB/HSV132°20.47%84.31%
CMYK20.47%0.00%16.28%
15.69%

Color #ABD7B4 in popluar number systems.

HEXABD7B4
Decimal171215180
Binary101010111101011110110100
Octal253327264

Shades and tints

Shades of #ABD7B4

#ABD7B4
(171,215,180)
#9CC4A4
(156,196,164)
#8DB194
(141,177,148)
#7E9E84
(126,158,132)
#6F8B74
(111,139,116)
#607864
(96,120,100)
#516554
(81,101,84)
#425244
(66,82,68)
#333F34
(51,63,52)
#242C24
(36,44,36)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #ABD7B4

#ABD7B4
(171,215,180)
#B2DABA
(178,218,186)
#B9DDC0
(185,221,192)
#C0E0C6
(192,224,198)
#C7E3CC
(199,227,204)
#CEE6D2
(206,230,210)
#D5E9D8
(213,233,216)
#DCECDE
(220,236,222)
#E3EFE4
(227,239,228)
#EAF2EA
(234,242,234)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD7B4; }

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

This text font color is #ABD7B4.


Background Color

.myBgColor { background-color: #ABD7B4; }

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

This div background color is #ABD7B4.


Border color

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

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

This div border color is #ABD7B4.


Opacity

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

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

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

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

This text has shadow with #ABD7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD7B4 on black background.


Color preview on white background

This text has color #ABD7B4 on white background.



Black color preview on #ABD7B4 background

This text has black color on #ABD7B4 background.


White color preview on #ABD7B4 background

This text has white color on #ABD7B4 background.