COLOR #ABC2DF

HEX: #ABC2DF
RGB: (171,194,223)

Color info

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

RGB color model

#ABC2DF color RGB value is (171,194,223).

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

RGB channels and saturation

R 171 of 255 = 67%
G 194 of 255 = 76%
B 223 of 255 = 87%

171
194
223

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

Portions of RGB colors in percentages

R + G + B =
171 + 194 + 223 = 588 (100%)
R 171 of 588 ~ 29.08%
G 194 of 588 ~ 32.99%
B 223 of 588 ~ 37.93%

%29.08
%32.99
%37.93

CMYK color model

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

  • cyan value is 23.32%
  • magenta value is 13.00%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(23,13,0,13)
C23M13Y0K13 
(23%,13%,0%,13%)
(0.23/0.13/0.00/0.13)	

CMYK percentages

%23.32
%13
%0
%12.55

Codes

Color #ABC2DF in popluar color models

ABC2DF
RGB171194223
HSL213°44.83%77.25%
HSB/HSV213°23.32%87.45%
CMYK23.32%13.00%0.00%
12.55%

Color #ABC2DF in popluar number systems.

HEXABC2DF
Decimal171194223
Binary101010111100001011011111
Octal253302337

Shades and tints

Shades of #ABC2DF

#ABC2DF
(171,194,223)
#9CB1CB
(156,177,203)
#8DA0B7
(141,160,183)
#7E8FA3
(126,143,163)
#6F7E8F
(111,126,143)
#606D7B
(96,109,123)
#515C67
(81,92,103)
#424B53
(66,75,83)
#333A3F
(51,58,63)
#24292B
(36,41,43)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #ABC2DF

#ABC2DF
(171,194,223)
#B2C7E1
(178,199,225)
#B9CCE3
(185,204,227)
#C0D1E5
(192,209,229)
#C7D6E7
(199,214,231)
#CEDBE9
(206,219,233)
#D5E0EB
(213,224,235)
#DCE5ED
(220,229,237)
#E3EAEF
(227,234,239)
#EAEFF1
(234,239,241)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC2DF color. Also use rgb(171,194,223) instead hex code.

Text Font Color

.myTextColor { color: #ABC2DF; }

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

This text font color is #ABC2DF.


Background Color

.myBgColor { background-color: #ABC2DF; }

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

This div background color is #ABC2DF.


Border color

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

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

This div border color is #ABC2DF.


Opacity

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

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

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

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

This text has shadow with #ABC2DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC2DF on black background.


Color preview on white background

This text has color #ABC2DF on white background.



Black color preview on #ABC2DF background

This text has black color on #ABC2DF background.


White color preview on #ABC2DF background

This text has white color on #ABC2DF background.