COLOR #ABC0C6

HEX: #ABC0C6
RGB: (171,192,198)

Color info

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

RGB color model

#ABC0C6 color RGB value is (171,192,198).

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

RGB channels and saturation

R 171 of 255 = 67%
G 192 of 255 = 75%
B 198 of 255 = 78%

171
192
198

R + G + B ~ 73%. #ABC0C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 192 + 198 = 561 (100%)
R 171 of 561 ~ 30.48%
G 192 of 561 ~ 34.22%
B 198 of 561 ~ 35.29%

%30.48
%34.22
%35.29

CMYK color model

#ABC0C6 color CMYK value is (14,3,0,22).

  • cyan value is 13.64%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(14,3,0,22)
C14M3Y0K22 
(14%,3%,0%,22%)
(0.14/0.03/0.00/0.22)	

CMYK percentages

%13.64
%3.03
%0
%22.35

Codes

Color #ABC0C6 in popluar color models

ABC0C6
RGB171192198
HSL193°19.15%72.35%
HSB/HSV193°13.64%77.65%
CMYK13.64%3.03%0.00%
22.35%

Color #ABC0C6 in popluar number systems.

HEXABC0C6
Decimal171192198
Binary101010111100000011000110
Octal253300306

Shades and tints

Shades of #ABC0C6

#ABC0C6
(171,192,198)
#9CAFB4
(156,175,180)
#8D9EA2
(141,158,162)
#7E8D90
(126,141,144)
#6F7C7E
(111,124,126)
#606B6C
(96,107,108)
#515A5A
(81,90,90)
#424948
(66,73,72)
#333836
(51,56,54)
#242724
(36,39,36)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #ABC0C6

#ABC0C6
(171,192,198)
#B2C5CB
(178,197,203)
#B9CAD0
(185,202,208)
#C0CFD5
(192,207,213)
#C7D4DA
(199,212,218)
#CED9DF
(206,217,223)
#D5DEE4
(213,222,228)
#DCE3E9
(220,227,233)
#E3E8EE
(227,232,238)
#EAEDF3
(234,237,243)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC0C6; }

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

This text font color is #ABC0C6.


Background Color

.myBgColor { background-color: #ABC0C6; }

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

This div background color is #ABC0C6.


Border color

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

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

This div border color is #ABC0C6.


Opacity

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

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

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

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

This text has shadow with #ABC0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC0C6 on black background.


Color preview on white background

This text has color #ABC0C6 on white background.



Black color preview on #ABC0C6 background

This text has black color on #ABC0C6 background.


White color preview on #ABC0C6 background

This text has white color on #ABC0C6 background.