COLOR #ABCFCB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

171
207
203

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

Portions of RGB colors in percentages

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

%29.43
%35.63
%34.94

CMYK color model

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

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

CMYK percentages

%17.39
%0
%1.93
%18.82

Codes

Color #ABCFCB in popluar color models

ABCFCB
RGB171207203
HSL173°27.27%74.12%
HSB/HSV173°17.39%81.18%
CMYK17.39%0.00%1.93%
18.82%

Color #ABCFCB in popluar number systems.

HEXABCFCB
Decimal171207203
Binary101010111100111111001011
Octal253317313

Shades and tints

Shades of #ABCFCB

#ABCFCB
(171,207,203)
#9CBDB9
(156,189,185)
#8DABA7
(141,171,167)
#7E9995
(126,153,149)
#6F8783
(111,135,131)
#607571
(96,117,113)
#51635F
(81,99,95)
#42514D
(66,81,77)
#333F3B
(51,63,59)
#242D29
(36,45,41)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #ABCFCB

#ABCFCB
(171,207,203)
#B2D3CF
(178,211,207)
#B9D7D3
(185,215,211)
#C0DBD7
(192,219,215)
#C7DFDB
(199,223,219)
#CEE3DF
(206,227,223)
#D5E7E3
(213,231,227)
#DCEBE7
(220,235,231)
#E3EFEB
(227,239,235)
#EAF3EF
(234,243,239)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCFCB; }

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

This text font color is #ABCFCB.


Background Color

.myBgColor { background-color: #ABCFCB; }

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

This div background color is #ABCFCB.


Border color

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

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

This div border color is #ABCFCB.


Opacity

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

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

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

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

This text has shadow with #ABCFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCFCB on black background.


Color preview on white background

This text has color #ABCFCB on white background.



Black color preview on #ABCFCB background

This text has black color on #ABCFCB background.


White color preview on #ABCFCB background

This text has white color on #ABCFCB background.