COLOR #ABCBCF

HEX: #ABCBCF
RGB: (171,203,207)

Color info

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

RGB color model

#ABCBCF color RGB value is (171,203,207).

  • red value is 171;
  • green value is 203;
  • blue value is 207.
RGB:
(171,203,207)
(67%,80%,81%)

RGB channels and saturation

R 171 of 255 = 67%
G 203 of 255 = 80%
B 207 of 255 = 81%

171
203
207

R + G + B ~ 76%. #ABCBCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 203 + 207 = 581 (100%)
R 171 of 581 ~ 29.43%
G 203 of 581 ~ 34.94%
B 207 of 581 ~ 35.63%

%29.43
%34.94
%35.63

CMYK color model

#ABCBCF color CMYK value is (17,2,0,19).

  • cyan value is 17.39%
  • magenta value is 1.93%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(17,2,0,19)
C17M2Y0K19 
(17%,2%,0%,19%)
(0.17/0.02/0.00/0.19)	

CMYK percentages

%17.39
%1.93
%0
%18.82

Codes

Color #ABCBCF in popluar color models

ABCBCF
RGB171203207
HSL187°27.27%74.12%
HSB/HSV187°17.39%81.18%
CMYK17.39%1.93%0.00%
18.82%

Color #ABCBCF in popluar number systems.

HEXABCBCF
Decimal171203207
Binary101010111100101111001111
Octal253313317

Shades and tints

Shades of #ABCBCF

#ABCBCF
(171,203,207)
#9CB9BD
(156,185,189)
#8DA7AB
(141,167,171)
#7E9599
(126,149,153)
#6F8387
(111,131,135)
#607175
(96,113,117)
#515F63
(81,95,99)
#424D51
(66,77,81)
#333B3F
(51,59,63)
#24292D
(36,41,45)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #ABCBCF

#ABCBCF
(171,203,207)
#B2CFD3
(178,207,211)
#B9D3D7
(185,211,215)
#C0D7DB
(192,215,219)
#C7DBDF
(199,219,223)
#CEDFE3
(206,223,227)
#D5E3E7
(213,227,231)
#DCE7EB
(220,231,235)
#E3EBEF
(227,235,239)
#EAEFF3
(234,239,243)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCBCF color. Also use rgb(171,203,207) instead hex code.

Text Font Color

.myTextColor { color: #ABCBCF; }

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

This text font color is #ABCBCF.


Background Color

.myBgColor { background-color: #ABCBCF; }

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

This div background color is #ABCBCF.


Border color

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

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

This div border color is #ABCBCF.


Opacity

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

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

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

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

This text has shadow with #ABCBCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCBCF on black background.


Color preview on white background

This text has color #ABCBCF on white background.



Black color preview on #ABCBCF background

This text has black color on #ABCBCF background.


White color preview on #ABCBCF background

This text has white color on #ABCBCF background.