COLOR #ABD7BD

HEX: #ABD7BD RGB: (171,215,189)

Color info

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

RGB color model

#ABD7BD color RGB value is (171,215,189).

RGB: (171,215,189) (67%, 84%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 215 of 255 = 84%
B 189 of 255 = 74%

171
215
189

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

Portions of RGB colors in percentages

R + G + B = 171 + 215 + 189 = 575 (100%)
R 171 of 575 ~ 29.74%
G 215 of 575 ~ 37.39%
B 189 of 575 ~ 32.87'%

%29.74
%37.39
%32.87

CMYK color model

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

  • cyan value is 20.47%
  • magenta value is 0.00%
  • yellow value is 12.09%
  • key color value is 15.69%

CMYK: (20,0,12,16)
C20M0Y12K16 (20%, 0%, 12%, 16%)
(0.20 / 0.00 / 0.12 / 0.16)

CMYK percentages

%20.47
%0
%12.09
%15.69

Codes

Color #ABD7BD in popluar color models

AB D7 BD
RGB 171 215 189
HSL 145° 35.48% 75.69%
HSB/HSV 145° 20.47% 84.31%
CMYK 20.47% 0.00% 12.09%
15.69%

Color #ABD7BD in popluar number systems.

HEX AB D7 BD
Decimal 171 215 189
Binary 10101011 11010111 10111101
Octal 253 327 275

Shades and tints

Shades of #ABD7BD

#ABD7BD
(171,215,189)
#9CC4AC
(156,196,172)
#8DB19B
(141,177,155)
#7E9E8A
(126,158,138)
#6F8B79
(111,139,121)
#607868
(96,120,104)
#516557
(81,101,87)
#425246
(66,82,70)
#333F35
(51,63,53)
#242C24
(36,44,36)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #ABD7BD

#ABD7BD
(171,215,189)
#B2DAC3
(178,218,195)
#B9DDC9
(185,221,201)
#C0E0CF
(192,224,207)
#C7E3D5
(199,227,213)
#CEE6DB
(206,230,219)
#D5E9E1
(213,233,225)
#DCECE7
(220,236,231)
#E3EFED
(227,239,237)
#EAF2F3
(234,242,243)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD7BD; }

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

This text font color is #ABD7BD.

Background Color

.myBgColor { background-color: #ABD7BD; }

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

This div background color is #ABD7BD.

Border color

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

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

This div border color is #ABD7BD.

Opacity

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

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

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

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

This text has shadow with #ABD7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD7BD.

Preview

Color preview on black background

This text has color #ABD7BD on black background.


Color preview on white background

This text has color #ABD7BD on white background.


Black color preview on #ABD7BD background

This text has black color on #ABD7BD background.


White color preview on #ABD7BD background

This text has white color on #ABD7BD background.


Related colors

Complementary color

Complementary color for #hex is #542842.


I love getcolorcode.com

Triadic colors

1 #BDABD7 and #D7BDAB with #ABD7BD are triadic colors.

2 #BDD7AB and #D7ABBD with #ABD7BD are triadic colors.