COLOR #ABDAB8

HEX: #ABDAB8
RGB: (171,218,184)

Color info

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

RGB color model

#ABDAB8 color RGB value is (171,218,184).

  • red value is 171;
  • green value is 218;
  • blue value is 184.
RGB:
(171,218,184)
(67%,85%,72%)

RGB channels and saturation

R 171 of 255 = 67%
G 218 of 255 = 85%
B 184 of 255 = 72%

171
218
184

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

Portions of RGB colors in percentages

R + G + B =
171 + 218 + 184 = 573 (100%)
R 171 of 573 ~ 29.84%
G 218 of 573 ~ 38.05%
B 184 of 573 ~ 32.11%

%29.84
%38.05
%32.11

CMYK color model

#ABDAB8 color CMYK value is (22,0,16,15).

  • cyan value is 21.56%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 14.51%
CMYK:
(22,0,16,15)
C22M0Y16K15 
(22%,0%,16%,15%)
(0.22/0.00/0.16/0.15)	

CMYK percentages

%21.56
%0
%15.6
%14.51

Codes

Color #ABDAB8 in popluar color models

ABDAB8
RGB171218184
HSL137°38.84%76.27%
HSB/HSV137°21.56%85.49%
CMYK21.56%0.00%15.60%
14.51%

Color #ABDAB8 in popluar number systems.

HEXABDAB8
Decimal171218184
Binary101010111101101010111000
Octal253332270

Shades and tints

Shades of #ABDAB8

#ABDAB8
(171,218,184)
#9CC7A8
(156,199,168)
#8DB498
(141,180,152)
#7EA188
(126,161,136)
#6F8E78
(111,142,120)
#607B68
(96,123,104)
#516858
(81,104,88)
#425548
(66,85,72)
#334238
(51,66,56)
#242F28
(36,47,40)
#151C18
(21,28,24)
#000000
(0,0,0)

Tints of #ABDAB8

#ABDAB8
(171,218,184)
#B2DDBE
(178,221,190)
#B9E0C4
(185,224,196)
#C0E3CA
(192,227,202)
#C7E6D0
(199,230,208)
#CEE9D6
(206,233,214)
#D5ECDC
(213,236,220)
#DCEFE2
(220,239,226)
#E3F2E8
(227,242,232)
#EAF5EE
(234,245,238)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDAB8 color. Also use rgb(171,218,184) instead hex code.

Text Font Color

.myTextColor { color: #ABDAB8; }

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

This text font color is #ABDAB8.


Background Color

.myBgColor { background-color: #ABDAB8; }

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

This div background color is #ABDAB8.


Border color

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

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

This div border color is #ABDAB8.


Opacity

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

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

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

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

This text has shadow with #ABDAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDAB8 on black background.


Color preview on white background

This text has color #ABDAB8 on white background.



Black color preview on #ABDAB8 background

This text has black color on #ABDAB8 background.


White color preview on #ABDAB8 background

This text has white color on #ABDAB8 background.