COLOR #ABC1D2

HEX: #ABC1D2
RGB: (171,193,210)

Color info

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

RGB color model

#ABC1D2 color RGB value is (171,193,210).

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

RGB channels and saturation

R 171 of 255 = 67%
G 193 of 255 = 76%
B 210 of 255 = 82%

171
193
210

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

Portions of RGB colors in percentages

R + G + B =
171 + 193 + 210 = 574 (100%)
R 171 of 574 ~ 29.79%
G 193 of 574 ~ 33.62%
B 210 of 574 ~ 36.59%

%29.79
%33.62
%36.59

CMYK color model

#ABC1D2 color CMYK value is (19,8,0,18).

  • cyan value is 18.57%
  • magenta value is 8.10%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(19,8,0,18)
C19M8Y0K18 
(19%,8%,0%,18%)
(0.19/0.08/0.00/0.18)	

CMYK percentages

%18.57
%8.1
%0
%17.65

Codes

Color #ABC1D2 in popluar color models

ABC1D2
RGB171193210
HSL206°30.23%74.71%
HSB/HSV206°18.57%82.35%
CMYK18.57%8.10%0.00%
17.65%

Color #ABC1D2 in popluar number systems.

HEXABC1D2
Decimal171193210
Binary101010111100000111010010
Octal253301322

Shades and tints

Shades of #ABC1D2

#ABC1D2
(171,193,210)
#9CB0BF
(156,176,191)
#8D9FAC
(141,159,172)
#7E8E99
(126,142,153)
#6F7D86
(111,125,134)
#606C73
(96,108,115)
#515B60
(81,91,96)
#424A4D
(66,74,77)
#33393A
(51,57,58)
#242827
(36,40,39)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #ABC1D2

#ABC1D2
(171,193,210)
#B2C6D6
(178,198,214)
#B9CBDA
(185,203,218)
#C0D0DE
(192,208,222)
#C7D5E2
(199,213,226)
#CEDAE6
(206,218,230)
#D5DFEA
(213,223,234)
#DCE4EE
(220,228,238)
#E3E9F2
(227,233,242)
#EAEEF6
(234,238,246)
#F1F3FA
(241,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC1D2; }

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

This text font color is #ABC1D2.


Background Color

.myBgColor { background-color: #ABC1D2; }

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

This div background color is #ABC1D2.


Border color

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

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

This div border color is #ABC1D2.


Opacity

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

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

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

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

This text has shadow with #ABC1D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC1D2 on black background.


Color preview on white background

This text has color #ABC1D2 on white background.



Black color preview on #ABC1D2 background

This text has black color on #ABC1D2 background.


White color preview on #ABC1D2 background

This text has white color on #ABC1D2 background.