COLOR #ABCCC0

HEX: #ABCCC0
RGB: (171,204,192)

Color info

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

RGB color model

#ABCCC0 color RGB value is (171,204,192).

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

RGB channels and saturation

R 171 of 255 = 67%
G 204 of 255 = 80%
B 192 of 255 = 75%

171
204
192

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

Portions of RGB colors in percentages

R + G + B =
171 + 204 + 192 = 567 (100%)
R 171 of 567 ~ 30.16%
G 204 of 567 ~ 35.98%
B 192 of 567 ~ 33.86%

%30.16
%35.98
%33.86

CMYK color model

#ABCCC0 color CMYK value is (16,0,6,20).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 20.00%
CMYK:
(16,0,6,20)
C16M0Y6K20 
(16%,0%,6%,20%)
(0.16/0.00/0.06/0.20)	

CMYK percentages

%16.18
%0
%5.88
%20

Codes

Color #ABCCC0 in popluar color models

ABCCC0
RGB171204192
HSL158°24.44%73.53%
HSB/HSV158°16.18%80.00%
CMYK16.18%0.00%5.88%
20.00%

Color #ABCCC0 in popluar number systems.

HEXABCCC0
Decimal171204192
Binary101010111100110011000000
Octal253314300

Shades and tints

Shades of #ABCCC0

#ABCCC0
(171,204,192)
#9CBAAF
(156,186,175)
#8DA89E
(141,168,158)
#7E968D
(126,150,141)
#6F847C
(111,132,124)
#60726B
(96,114,107)
#51605A
(81,96,90)
#424E49
(66,78,73)
#333C38
(51,60,56)
#242A27
(36,42,39)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #ABCCC0

#ABCCC0
(171,204,192)
#B2D0C5
(178,208,197)
#B9D4CA
(185,212,202)
#C0D8CF
(192,216,207)
#C7DCD4
(199,220,212)
#CEE0D9
(206,224,217)
#D5E4DE
(213,228,222)
#DCE8E3
(220,232,227)
#E3ECE8
(227,236,232)
#EAF0ED
(234,240,237)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCCC0; }

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

This text font color is #ABCCC0.


Background Color

.myBgColor { background-color: #ABCCC0; }

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

This div background color is #ABCCC0.


Border color

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

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

This div border color is #ABCCC0.


Opacity

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

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

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

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

This text has shadow with #ABCCC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCCC0 on black background.


Color preview on white background

This text has color #ABCCC0 on white background.



Black color preview on #ABCCC0 background

This text has black color on #ABCCC0 background.


White color preview on #ABCCC0 background

This text has white color on #ABCCC0 background.