COLOR #ABD9BD

HEX: #ABD9BD RGB: (171,217,189)

Color info

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

RGB color model

#ABD9BD color RGB value is (171,217,189).

RGB: (171,217,189) (67%, 85%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 217 of 255 = 85%
B 189 of 255 = 74%

171
217
189

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

Portions of RGB colors in percentages

R + G + B = 171 + 217 + 189 = 577 (100%)
R 171 of 577 ~ 29.64%
G 217 of 577 ~ 37.61%
B 189 of 577 ~ 32.76'%

%29.64
%37.61
%32.76

CMYK color model

#ABD9BD color CMYK value is (21,0,13,15).

  • cyan value is 21.20%
  • magenta value is 0.00%
  • yellow value is 12.90%
  • key color value is 14.90%
CMYK: (21,0,13,15) C21M0Y13K15 (21%,0%,13%,15%) (0.21/0.00/0.13/0.15) 

CMYK percentages

%21.2
%0
%12.9
%14.9

Codes

Color #ABD9BD in popluar color models

AB D9 BD
RGB 171 217 189
HSL 143° 37.70% 76.08%
HSB/HSV 143° 21.20% 85.10%
CMYK 21.20% 0.00% 12.90%
14.90%

Color #ABD9BD in popluar number systems.

HEX AB D9 BD
Decimal 171 217 189
Binary 10101011 11011001 10111101
Octal 253 331 275

Shades and tints

Shades of #ABD9BD

#ABD9BD
(171,217,189)
#9CC6AC
(156,198,172)
#8DB39B
(141,179,155)
#7EA08A
(126,160,138)
#6F8D79
(111,141,121)
#607A68
(96,122,104)
#516757
(81,103,87)
#425446
(66,84,70)
#334135
(51,65,53)
#242E24
(36,46,36)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #ABD9BD

#ABD9BD
(171,217,189)
#B2DCC3
(178,220,195)
#B9DFC9
(185,223,201)
#C0E2CF
(192,226,207)
#C7E5D5
(199,229,213)
#CEE8DB
(206,232,219)
#D5EBE1
(213,235,225)
#DCEEE7
(220,238,231)
#E3F1ED
(227,241,237)
#EAF4F3
(234,244,243)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD9BD; }

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

This text font color is #ABD9BD.

Background Color

.myBgColor { background-color: #ABD9BD; }

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

This div background color is #ABD9BD.

Border color

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

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

This div border color is #ABD9BD.

Opacity

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

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

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

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

This text has shadow with #ABD9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD9BD.

Preview

Color preview on black background

This text has color #ABD9BD on black background.


Color preview on white background

This text has color #ABD9BD on white background.


Black color preview on #ABD9BD background

This text has black color on #ABD9BD background.


White color preview on #ABD9BD background

This text has white color on #ABD9BD background.


Related colors

Complementary color

Complementary color for #hex is #542642.


I love getcolorcode.com

Triadic colors

1 #BDABD9 and #D9BDAB with #ABD9BD are triadic colors.

2 #BDD9AB and #D9ABBD with #ABD9BD are triadic colors.