COLOR #ABC0CC

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

Color info

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

RGB color model

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

RGB: (171,192,204) (67%, 75%, 80%)

RGB channels and saturation

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

171
192
204

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

Portions of RGB colors in percentages

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

%30.16
%33.86
%35.98

CMYK color model

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

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

CMYK percentages

%16.18
%5.88
%0
%20

Codes

Color #ABC0CC in popluar color models

AB C0 CC
RGB 171 192 204
HSL 202° 24.44% 73.53%
HSB/HSV 202° 16.18% 80.00%
CMYK 16.18% 5.88% 0.00%
20.00%

Color #ABC0CC in popluar number systems.

HEX AB C0 CC
Decimal 171 192 204
Binary 10101011 11000000 11001100
Octal 253 300 314

Shades and tints

Shades of #ABC0CC

#ABC0CC
(171,192,204)
#9CAFBA
(156,175,186)
#8D9EA8
(141,158,168)
#7E8D96
(126,141,150)
#6F7C84
(111,124,132)
#606B72
(96,107,114)
#515A60
(81,90,96)
#42494E
(66,73,78)
#33383C
(51,56,60)
#24272A
(36,39,42)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #ABC0CC

#ABC0CC
(171,192,204)
#B2C5D0
(178,197,208)
#B9CAD4
(185,202,212)
#C0CFD8
(192,207,216)
#C7D4DC
(199,212,220)
#CED9E0
(206,217,224)
#D5DEE4
(213,222,228)
#DCE3E8
(220,227,232)
#E3E8EC
(227,232,236)
#EAEDF0
(234,237,240)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC0CC; }

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

This text font color is #ABC0CC.

Background Color

.myBgColor { background-color: #ABC0CC; }

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

This div background color is #ABC0CC.

Border color

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

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

This div border color is #ABC0CC.

Opacity

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

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

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

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

This text has shadow with #ABC0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC0CC.

Preview

Color preview on black background

This text has color #ABC0CC on black background.


Color preview on white background

This text has color #ABC0CC on white background.


Black color preview on #ABC0CC background

This text has black color on #ABC0CC background.


White color preview on #ABC0CC background

This text has white color on #ABC0CC background.


Related colors

Complementary color

Complementary color for #hex is #543F33.


I love getcolorcode.com

Triadic colors

1 #CCABC0 and #C0CCAB with #ABC0CC are triadic colors.

2 #CCC0AB and #C0ABCC with #ABC0CC are triadic colors.