COLOR #ABC1DD

HEX: #ABC1DD
RGB: (171,193,221)

Color info

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

RGB color model

#ABC1DD color RGB value is (171,193,221).

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

RGB channels and saturation

R 171 of 255 = 67%
G 193 of 255 = 76%
B 221 of 255 = 87%

171
193
221

R + G + B ~ 77%. #ABC1DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 193 + 221 = 585 (100%)
R 171 of 585 ~ 29.23%
G 193 of 585 ~ 32.99%
B 221 of 585 ~ 37.78%

%29.23
%32.99
%37.78

CMYK color model

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

  • cyan value is 22.62%
  • magenta value is 12.67%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(23,13,0,13)
C23M13Y0K13 
(23%,13%,0%,13%)
(0.23/0.13/0.00/0.13)	

CMYK percentages

%22.62
%12.67
%0
%13.33

Codes

Color #ABC1DD in popluar color models

ABC1DD
RGB171193221
HSL214°42.37%76.86%
HSB/HSV214°22.62%86.67%
CMYK22.62%12.67%0.00%
13.33%

Color #ABC1DD in popluar number systems.

HEXABC1DD
Decimal171193221
Binary101010111100000111011101
Octal253301335

Shades and tints

Shades of #ABC1DD

#ABC1DD
(171,193,221)
#9CB0C9
(156,176,201)
#8D9FB5
(141,159,181)
#7E8EA1
(126,142,161)
#6F7D8D
(111,125,141)
#606C79
(96,108,121)
#515B65
(81,91,101)
#424A51
(66,74,81)
#33393D
(51,57,61)
#242829
(36,40,41)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #ABC1DD

#ABC1DD
(171,193,221)
#B2C6E0
(178,198,224)
#B9CBE3
(185,203,227)
#C0D0E6
(192,208,230)
#C7D5E9
(199,213,233)
#CEDAEC
(206,218,236)
#D5DFEF
(213,223,239)
#DCE4F2
(220,228,242)
#E3E9F5
(227,233,245)
#EAEEF8
(234,238,248)
#F1F3FB
(241,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC1DD; }

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

This text font color is #ABC1DD.


Background Color

.myBgColor { background-color: #ABC1DD; }

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

This div background color is #ABC1DD.


Border color

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

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

This div border color is #ABC1DD.


Opacity

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

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

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

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

This text has shadow with #ABC1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC1DD on black background.


Color preview on white background

This text has color #ABC1DD on white background.



Black color preview on #ABC1DD background

This text has black color on #ABC1DD background.


White color preview on #ABC1DD background

This text has white color on #ABC1DD background.