COLOR #ABC6C0

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

Color info

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

RGB color model

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

RGB: (171,198,192) (67%, 78%, 75%)

RGB channels and saturation

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

171
198
192

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

Portions of RGB colors in percentages

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

%30.48
%35.29
%34.22

CMYK color model

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

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 22.35%

CMYK: (14,0,3,22)
C14M0Y3K22 (14%, 0%, 3%, 22%)
(0.14 / 0.00 / 0.03 / 0.22)

CMYK percentages

%13.64
%0
%3.03
%22.35

Codes

Color #ABC6C0 in popluar color models

AB C6 C0
RGB 171 198 192
HSL 167° 19.15% 72.35%
HSB/HSV 167° 13.64% 77.65%
CMYK 13.64% 0.00% 3.03%
22.35%

Color #ABC6C0 in popluar number systems.

HEX AB C6 C0
Decimal 171 198 192
Binary 10101011 11000110 11000000
Octal 253 306 300

Shades and tints

Shades of #ABC6C0

#ABC6C0
(171,198,192)
#9CB4AF
(156,180,175)
#8DA29E
(141,162,158)
#7E908D
(126,144,141)
#6F7E7C
(111,126,124)
#606C6B
(96,108,107)
#515A5A
(81,90,90)
#424849
(66,72,73)
#333638
(51,54,56)
#242427
(36,36,39)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #ABC6C0

#ABC6C0
(171,198,192)
#B2CBC5
(178,203,197)
#B9D0CA
(185,208,202)
#C0D5CF
(192,213,207)
#C7DAD4
(199,218,212)
#CEDFD9
(206,223,217)
#D5E4DE
(213,228,222)
#DCE9E3
(220,233,227)
#E3EEE8
(227,238,232)
#EAF3ED
(234,243,237)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC6C0; }

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

This text font color is #ABC6C0.

Background Color

.myBgColor { background-color: #ABC6C0; }

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

This div background color is #ABC6C0.

Border color

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

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

This div border color is #ABC6C0.

Opacity

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

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

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

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

This text has shadow with #ABC6C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC6C0.

Preview

Color preview on black background

This text has color #ABC6C0 on black background.


Color preview on white background

This text has color #ABC6C0 on white background.


Black color preview on #ABC6C0 background

This text has black color on #ABC6C0 background.


White color preview on #ABC6C0 background

This text has white color on #ABC6C0 background.


Related colors

Complementary color

Complementary color for #hex is #54393F.


I love getcolorcode.com

Triadic colors

1 #C0ABC6 and #C6C0AB with #ABC6C0 are triadic colors.

2 #C0C6AB and #C6ABC0 with #ABC6C0 are triadic colors.