COLOR #ABCFC6

HEX: #ABCFC6
RGB: (171,207,198)

Color info

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

RGB color model

#ABCFC6 color RGB value is (171,207,198).

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

RGB channels and saturation

R 171 of 255 = 67%
G 207 of 255 = 81%
B 198 of 255 = 78%

171
207
198

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

Portions of RGB colors in percentages

R + G + B =
171 + 207 + 198 = 576 (100%)
R 171 of 576 ~ 29.69%
G 207 of 576 ~ 35.94%
B 198 of 576 ~ 34.38%

%29.69
%35.94
%34.38

CMYK color model

#ABCFC6 color CMYK value is (17,0,4,19).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 18.82%
CMYK:
(17,0,4,19)
C17M0Y4K19 
(17%,0%,4%,19%)
(0.17/0.00/0.04/0.19)	

CMYK percentages

%17.39
%0
%4.35
%18.82

Codes

Color #ABCFC6 in popluar color models

ABCFC6
RGB171207198
HSL165°27.27%74.12%
HSB/HSV165°17.39%81.18%
CMYK17.39%0.00%4.35%
18.82%

Color #ABCFC6 in popluar number systems.

HEXABCFC6
Decimal171207198
Binary101010111100111111000110
Octal253317306

Shades and tints

Shades of #ABCFC6

#ABCFC6
(171,207,198)
#9CBDB4
(156,189,180)
#8DABA2
(141,171,162)
#7E9990
(126,153,144)
#6F877E
(111,135,126)
#60756C
(96,117,108)
#51635A
(81,99,90)
#425148
(66,81,72)
#333F36
(51,63,54)
#242D24
(36,45,36)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #ABCFC6

#ABCFC6
(171,207,198)
#B2D3CB
(178,211,203)
#B9D7D0
(185,215,208)
#C0DBD5
(192,219,213)
#C7DFDA
(199,223,218)
#CEE3DF
(206,227,223)
#D5E7E4
(213,231,228)
#DCEBE9
(220,235,233)
#E3EFEE
(227,239,238)
#EAF3F3
(234,243,243)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCFC6; }

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

This text font color is #ABCFC6.


Background Color

.myBgColor { background-color: #ABCFC6; }

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

This div background color is #ABCFC6.


Border color

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

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

This div border color is #ABCFC6.


Opacity

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

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

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

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

This text has shadow with #ABCFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCFC6 on black background.


Color preview on white background

This text has color #ABCFC6 on white background.



Black color preview on #ABCFC6 background

This text has black color on #ABCFC6 background.


White color preview on #ABCFC6 background

This text has white color on #ABCFC6 background.