COLOR #ABD5BB

HEX: #ABD5BB RGB: (171,213,187)

Color info

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

RGB color model

#ABD5BB color RGB value is (171,213,187).

RGB: (171,213,187) (67%, 84%, 73%)

RGB channels and saturation

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

171
213
187

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

Portions of RGB colors in percentages

R + G + B = 171 + 213 + 187 = 571 (100%)
R 171 of 571 ~ 29.95%
G 213 of 571 ~ 37.3%
B 187 of 571 ~ 32.75'%

%29.95
%37.3
%32.75

CMYK color model

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

  • cyan value is 19.72%
  • magenta value is 0.00%
  • yellow value is 12.21%
  • key color value is 16.47%

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

CMYK percentages

%19.72
%0
%12.21
%16.47

Codes

Color #ABD5BB in popluar color models

AB D5 BB
RGB 171 213 187
HSL 143° 33.33% 75.29%
HSB/HSV 143° 19.72% 83.53%
CMYK 19.72% 0.00% 12.21%
16.47%

Color #ABD5BB in popluar number systems.

HEX AB D5 BB
Decimal 171 213 187
Binary 10101011 11010101 10111011
Octal 253 325 273

Shades and tints

Shades of #ABD5BB

#ABD5BB
(171,213,187)
#9CC2AA
(156,194,170)
#8DAF99
(141,175,153)
#7E9C88
(126,156,136)
#6F8977
(111,137,119)
#607666
(96,118,102)
#516355
(81,99,85)
#425044
(66,80,68)
#333D33
(51,61,51)
#242A22
(36,42,34)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #ABD5BB

#ABD5BB
(171,213,187)
#B2D8C1
(178,216,193)
#B9DBC7
(185,219,199)
#C0DECD
(192,222,205)
#C7E1D3
(199,225,211)
#CEE4D9
(206,228,217)
#D5E7DF
(213,231,223)
#DCEAE5
(220,234,229)
#E3EDEB
(227,237,235)
#EAF0F1
(234,240,241)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD5BB; }

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

This text font color is #ABD5BB.

Background Color

.myBgColor { background-color: #ABD5BB; }

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

This div background color is #ABD5BB.

Border color

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

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

This div border color is #ABD5BB.

Opacity

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

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

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

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

This text has shadow with #ABD5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD5BB.

Preview

Color preview on black background

This text has color #ABD5BB on black background.


Color preview on white background

This text has color #ABD5BB on white background.


Black color preview on #ABD5BB background

This text has black color on #ABD5BB background.


White color preview on #ABD5BB background

This text has white color on #ABD5BB background.


Related colors

Complementary color

Complementary color for #hex is #542A44.


I love getcolorcode.com

Triadic colors

1 #BBABD5 and #D5BBAB with #ABD5BB are triadic colors.

2 #BBD5AB and #D5ABBB with #ABD5BB are triadic colors.