COLOR #ABDAD8

HEX: #ABDAD8
RGB: (171,218,216)

Color info

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

RGB color model

#ABDAD8 color RGB value is (171,218,216).

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

RGB channels and saturation

R 171 of 255 = 67%
G 218 of 255 = 85%
B 216 of 255 = 85%

171
218
216

R + G + B ~ 79%. #ABDAD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 218 + 216 = 605 (100%)
R 171 of 605 ~ 28.26%
G 218 of 605 ~ 36.03%
B 216 of 605 ~ 35.7%

%28.26
%36.03
%35.7

CMYK color model

#ABDAD8 color CMYK value is (22,0,1,15).

  • cyan value is 21.56%
  • magenta value is 0.00%
  • yellow value is 0.92%
  • key color value is 14.51%
CMYK:
(22,0,1,15)
C22M0Y1K15 
(22%,0%,1%,15%)
(0.22/0.00/0.01/0.15)	

CMYK percentages

%21.56
%0
%0.92
%14.51

Codes

Color #ABDAD8 in popluar color models

ABDAD8
RGB171218216
HSL177°38.84%76.27%
HSB/HSV177°21.56%85.49%
CMYK21.56%0.00%0.92%
14.51%

Color #ABDAD8 in popluar number systems.

HEXABDAD8
Decimal171218216
Binary101010111101101011011000
Octal253332330

Shades and tints

Shades of #ABDAD8

#ABDAD8
(171,218,216)
#9CC7C5
(156,199,197)
#8DB4B2
(141,180,178)
#7EA19F
(126,161,159)
#6F8E8C
(111,142,140)
#607B79
(96,123,121)
#516866
(81,104,102)
#425553
(66,85,83)
#334240
(51,66,64)
#242F2D
(36,47,45)
#151C1A
(21,28,26)
#000000
(0,0,0)

Tints of #ABDAD8

#ABDAD8
(171,218,216)
#B2DDDB
(178,221,219)
#B9E0DE
(185,224,222)
#C0E3E1
(192,227,225)
#C7E6E4
(199,230,228)
#CEE9E7
(206,233,231)
#D5ECEA
(213,236,234)
#DCEFED
(220,239,237)
#E3F2F0
(227,242,240)
#EAF5F3
(234,245,243)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDAD8; }

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

This text font color is #ABDAD8.


Background Color

.myBgColor { background-color: #ABDAD8; }

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

This div background color is #ABDAD8.


Border color

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

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

This div border color is #ABDAD8.


Opacity

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

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

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

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

This text has shadow with #ABDAD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDAD8 on black background.


Color preview on white background

This text has color #ABDAD8 on white background.



Black color preview on #ABDAD8 background

This text has black color on #ABDAD8 background.


White color preview on #ABDAD8 background

This text has white color on #ABDAD8 background.