COLOR #ABC1C1

HEX: #ABC1C1
RGB: (171,193,193)

Color info

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

RGB color model

#ABC1C1 color RGB value is (171,193,193).

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

RGB channels and saturation

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

171
193
193

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

Portions of RGB colors in percentages

R + G + B =
171 + 193 + 193 = 557 (100%)
R 171 of 557 ~ 30.7%
G 193 of 557 ~ 34.65%
B 193 of 557 ~ 34.65%

%30.7
%34.65
%34.65

CMYK color model

#ABC1C1 color CMYK value is (11,0,0,24).

  • cyan value is 11.40%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(11,0,0,24)
C11M0Y0K24 
(11%,0%,0%,24%)
(0.11/0.00/0.00/0.24)	

CMYK percentages

%11.4
%0
%0
%24.31

Codes

Color #ABC1C1 in popluar color models

ABC1C1
RGB171193193
HSL180°15.07%71.37%
HSB/HSV180°11.40%75.69%
CMYK11.40%0.00%0.00%
24.31%

Color #ABC1C1 in popluar number systems.

HEXABC1C1
Decimal171193193
Binary101010111100000111000001
Octal253301301

Shades and tints

Shades of #ABC1C1

#ABC1C1
(171,193,193)
#9CB0B0
(156,176,176)
#8D9F9F
(141,159,159)
#7E8E8E
(126,142,142)
#6F7D7D
(111,125,125)
#606C6C
(96,108,108)
#515B5B
(81,91,91)
#424A4A
(66,74,74)
#333939
(51,57,57)
#242828
(36,40,40)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #ABC1C1

#ABC1C1
(171,193,193)
#B2C6C6
(178,198,198)
#B9CBCB
(185,203,203)
#C0D0D0
(192,208,208)
#C7D5D5
(199,213,213)
#CEDADA
(206,218,218)
#D5DFDF
(213,223,223)
#DCE4E4
(220,228,228)
#E3E9E9
(227,233,233)
#EAEEEE
(234,238,238)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC1C1; }

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

This text font color is #ABC1C1.


Background Color

.myBgColor { background-color: #ABC1C1; }

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

This div background color is #ABC1C1.


Border color

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

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

This div border color is #ABC1C1.


Opacity

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

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

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

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

This text has shadow with #ABC1C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC1C1 on black background.


Color preview on white background

This text has color #ABC1C1 on white background.



Black color preview on #ABC1C1 background

This text has black color on #ABC1C1 background.


White color preview on #ABC1C1 background

This text has white color on #ABC1C1 background.