COLOR #ABC0C8

HEX: #ABC0C8 RGB: (171,192,200)

Color info

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

RGB color model

#ABC0C8 color RGB value is (171,192,200).

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

RGB channels and saturation

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

171
192
200

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

Portions of RGB colors in percentages

R + G + B = 171 + 192 + 200 = 563 (100%)
R 171 of 563 ~ 30.37%
G 192 of 563 ~ 34.1%
B 200 of 563 ~ 35.52'%

%30.37
%34.1
%35.52

CMYK color model

#ABC0C8 color CMYK value is (15,4,0,22).

  • cyan value is 14.50%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (15,4,0,22)
C15M4Y0K22 (15%, 4%, 0%, 22%)
(0.15 / 0.04 / 0.00 / 0.22)

CMYK percentages

%14.5
%4
%0
%21.57

Codes

Color #ABC0C8 in popluar color models

AB C0 C8
RGB 171 192 200
HSL 197° 20.86% 72.75%
HSB/HSV 197° 14.50% 78.43%
CMYK 14.50% 4.00% 0.00%
21.57%

Color #ABC0C8 in popluar number systems.

HEX AB C0 C8
Decimal 171 192 200
Binary 10101011 11000000 11001000
Octal 253 300 310

Shades and tints

Shades of #ABC0C8

#ABC0C8
(171,192,200)
#9CAFB6
(156,175,182)
#8D9EA4
(141,158,164)
#7E8D92
(126,141,146)
#6F7C80
(111,124,128)
#606B6E
(96,107,110)
#515A5C
(81,90,92)
#42494A
(66,73,74)
#333838
(51,56,56)
#242726
(36,39,38)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #ABC0C8

#ABC0C8
(171,192,200)
#B2C5CD
(178,197,205)
#B9CAD2
(185,202,210)
#C0CFD7
(192,207,215)
#C7D4DC
(199,212,220)
#CED9E1
(206,217,225)
#D5DEE6
(213,222,230)
#DCE3EB
(220,227,235)
#E3E8F0
(227,232,240)
#EAEDF5
(234,237,245)
#F1F2FA
(241,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC0C8; }

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

This text font color is #ABC0C8.

Background Color

.myBgColor { background-color: #ABC0C8; }

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

This div background color is #ABC0C8.

Border color

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

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

This div border color is #ABC0C8.

Opacity

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

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

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

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

This text has shadow with #ABC0C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC0C8.

Preview

Color preview on black background

This text has color #ABC0C8 on black background.


Color preview on white background

This text has color #ABC0C8 on white background.


Black color preview on #ABC0C8 background

This text has black color on #ABC0C8 background.


White color preview on #ABC0C8 background

This text has white color on #ABC0C8 background.


Related colors

Complementary color

Complementary color for #hex is #543F37.


I love getcolorcode.com

Triadic colors

1 #C8ABC0 and #C0C8AB with #ABC0C8 are triadic colors.

2 #C8C0AB and #C0ABC8 with #ABC0C8 are triadic colors.