COLOR #ABD1DD

HEX: #ABD1DD
RGB: (171,209,221)

Color info

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

RGB color model

#ABD1DD color RGB value is (171,209,221).

  • red value is 171;
  • green value is 209;
  • blue value is 221.
RGB:
(171,209,221)
(67%,82%,87%)

RGB channels and saturation

R 171 of 255 = 67%
G 209 of 255 = 82%
B 221 of 255 = 87%

171
209
221

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

Portions of RGB colors in percentages

R + G + B =
171 + 209 + 221 = 601 (100%)
R 171 of 601 ~ 28.45%
G 209 of 601 ~ 34.78%
B 221 of 601 ~ 36.77%

%28.45
%34.78
%36.77

CMYK color model

#ABD1DD color CMYK value is (23,5,0,13).

  • cyan value is 22.62%
  • magenta value is 5.43%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(23,5,0,13)
C23M5Y0K13 
(23%,5%,0%,13%)
(0.23/0.05/0.00/0.13)	

CMYK percentages

%22.62
%5.43
%0
%13.33

Codes

Color #ABD1DD in popluar color models

ABD1DD
RGB171209221
HSL194°42.37%76.86%
HSB/HSV194°22.62%86.67%
CMYK22.62%5.43%0.00%
13.33%

Color #ABD1DD in popluar number systems.

HEXABD1DD
Decimal171209221
Binary101010111101000111011101
Octal253321335

Shades and tints

Shades of #ABD1DD

#ABD1DD
(171,209,221)
#9CBEC9
(156,190,201)
#8DABB5
(141,171,181)
#7E98A1
(126,152,161)
#6F858D
(111,133,141)
#607279
(96,114,121)
#515F65
(81,95,101)
#424C51
(66,76,81)
#33393D
(51,57,61)
#242629
(36,38,41)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #ABD1DD

#ABD1DD
(171,209,221)
#B2D5E0
(178,213,224)
#B9D9E3
(185,217,227)
#C0DDE6
(192,221,230)
#C7E1E9
(199,225,233)
#CEE5EC
(206,229,236)
#D5E9EF
(213,233,239)
#DCEDF2
(220,237,242)
#E3F1F5
(227,241,245)
#EAF5F8
(234,245,248)
#F1F9FB
(241,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD1DD color. Also use rgb(171,209,221) instead hex code.

Text Font Color

.myTextColor { color: #ABD1DD; }

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

This text font color is #ABD1DD.


Background Color

.myBgColor { background-color: #ABD1DD; }

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

This div background color is #ABD1DD.


Border color

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

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

This div border color is #ABD1DD.


Opacity

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

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

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

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

This text has shadow with #ABD1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD1DD on black background.


Color preview on white background

This text has color #ABD1DD on white background.



Black color preview on #ABD1DD background

This text has black color on #ABD1DD background.


White color preview on #ABD1DD background

This text has white color on #ABD1DD background.