COLOR #ABC9CC

HEX: #ABC9CC
RGB: (171,201,204)

Color info

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

RGB color model

#ABC9CC color RGB value is (171,201,204).

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

RGB channels and saturation

R 171 of 255 = 67%
G 201 of 255 = 79%
B 204 of 255 = 80%

171
201
204

R + G + B ~ 75%. #ABC9CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 201 + 204 = 576 (100%)
R 171 of 576 ~ 29.69%
G 201 of 576 ~ 34.9%
B 204 of 576 ~ 35.42%

%29.69
%34.9
%35.42

CMYK color model

#ABC9CC color CMYK value is (16,1,0,20).

  • cyan value is 16.18%
  • magenta value is 1.47%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(16,1,0,20)
C16M1Y0K20 
(16%,1%,0%,20%)
(0.16/0.01/0.00/0.20)	

CMYK percentages

%16.18
%1.47
%0
%20

Codes

Color #ABC9CC in popluar color models

ABC9CC
RGB171201204
HSL185°24.44%73.53%
HSB/HSV185°16.18%80.00%
CMYK16.18%1.47%0.00%
20.00%

Color #ABC9CC in popluar number systems.

HEXABC9CC
Decimal171201204
Binary101010111100100111001100
Octal253311314

Shades and tints

Shades of #ABC9CC

#ABC9CC
(171,201,204)
#9CB7BA
(156,183,186)
#8DA5A8
(141,165,168)
#7E9396
(126,147,150)
#6F8184
(111,129,132)
#606F72
(96,111,114)
#515D60
(81,93,96)
#424B4E
(66,75,78)
#33393C
(51,57,60)
#24272A
(36,39,42)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #ABC9CC

#ABC9CC
(171,201,204)
#B2CDD0
(178,205,208)
#B9D1D4
(185,209,212)
#C0D5D8
(192,213,216)
#C7D9DC
(199,217,220)
#CEDDE0
(206,221,224)
#D5E1E4
(213,225,228)
#DCE5E8
(220,229,232)
#E3E9EC
(227,233,236)
#EAEDF0
(234,237,240)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC9CC; }

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

This text font color is #ABC9CC.


Background Color

.myBgColor { background-color: #ABC9CC; }

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

This div background color is #ABC9CC.


Border color

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

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

This div border color is #ABC9CC.


Opacity

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

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

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

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

This text has shadow with #ABC9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC9CC on black background.


Color preview on white background

This text has color #ABC9CC on white background.



Black color preview on #ABC9CC background

This text has black color on #ABC9CC background.


White color preview on #ABC9CC background

This text has white color on #ABC9CC background.