COLOR #ABC1C6

HEX: #ABC1C6
RGB: (171,193,198)

Color info

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

RGB color model

#ABC1C6 color RGB value is (171,193,198).

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

RGB channels and saturation

R 171 of 255 = 67%
G 193 of 255 = 76%
B 198 of 255 = 78%

171
193
198

R + G + B ~ 74%. #ABC1C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 193 + 198 = 562 (100%)
R 171 of 562 ~ 30.43%
G 193 of 562 ~ 34.34%
B 198 of 562 ~ 35.23%

%30.43
%34.34
%35.23

CMYK color model

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

  • cyan value is 13.64%
  • magenta value is 2.53%
  • 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
%2.53
%0
%22.35

Codes

Color #ABC1C6 in popluar color models

ABC1C6
RGB171193198
HSL191°19.15%72.35%
HSB/HSV191°13.64%77.65%
CMYK13.64%2.53%0.00%
22.35%

Color #ABC1C6 in popluar number systems.

HEXABC1C6
Decimal171193198
Binary101010111100000111000110
Octal253301306

Shades and tints

Shades of #ABC1C6

#ABC1C6
(171,193,198)
#9CB0B4
(156,176,180)
#8D9FA2
(141,159,162)
#7E8E90
(126,142,144)
#6F7D7E
(111,125,126)
#606C6C
(96,108,108)
#515B5A
(81,91,90)
#424A48
(66,74,72)
#333936
(51,57,54)
#242824
(36,40,36)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #ABC1C6

#ABC1C6
(171,193,198)
#B2C6CB
(178,198,203)
#B9CBD0
(185,203,208)
#C0D0D5
(192,208,213)
#C7D5DA
(199,213,218)
#CEDADF
(206,218,223)
#D5DFE4
(213,223,228)
#DCE4E9
(220,228,233)
#E3E9EE
(227,233,238)
#EAEEF3
(234,238,243)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC1C6; }

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

This text font color is #ABC1C6.


Background Color

.myBgColor { background-color: #ABC1C6; }

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

This div background color is #ABC1C6.


Border color

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

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

This div border color is #ABC1C6.


Opacity

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

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

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

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

This text has shadow with #ABC1C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC1C6 on black background.


Color preview on white background

This text has color #ABC1C6 on white background.



Black color preview on #ABC1C6 background

This text has black color on #ABC1C6 background.


White color preview on #ABC1C6 background

This text has white color on #ABC1C6 background.