COLOR #ABBCCC

HEX: #ABBCCC
RGB: (171,188,204)

Color info

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

RGB color model

#ABBCCC color RGB value is (171,188,204).

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

RGB channels and saturation

R 171 of 255 = 67%
G 188 of 255 = 74%
B 204 of 255 = 80%

171
188
204

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

Portions of RGB colors in percentages

R + G + B =
171 + 188 + 204 = 563 (100%)
R 171 of 563 ~ 30.37%
G 188 of 563 ~ 33.39%
B 204 of 563 ~ 36.23%

%30.37
%33.39
%36.23

CMYK color model

#ABBCCC color CMYK value is (16,8,0,20).

  • cyan value is 16.18%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(16,8,0,20)
C16M8Y0K20 
(16%,8%,0%,20%)
(0.16/0.08/0.00/0.20)	

CMYK percentages

%16.18
%7.84
%0
%20

Codes

Color #ABBCCC in popluar color models

ABBCCC
RGB171188204
HSL209°24.44%73.53%
HSB/HSV209°16.18%80.00%
CMYK16.18%7.84%0.00%
20.00%

Color #ABBCCC in popluar number systems.

HEXABBCCC
Decimal171188204
Binary101010111011110011001100
Octal253274314

Shades and tints

Shades of #ABBCCC

#ABBCCC
(171,188,204)
#9CABBA
(156,171,186)
#8D9AA8
(141,154,168)
#7E8996
(126,137,150)
#6F7884
(111,120,132)
#606772
(96,103,114)
#515660
(81,86,96)
#42454E
(66,69,78)
#33343C
(51,52,60)
#24232A
(36,35,42)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #ABBCCC

#ABBCCC
(171,188,204)
#B2C2D0
(178,194,208)
#B9C8D4
(185,200,212)
#C0CED8
(192,206,216)
#C7D4DC
(199,212,220)
#CEDAE0
(206,218,224)
#D5E0E4
(213,224,228)
#DCE6E8
(220,230,232)
#E3ECEC
(227,236,236)
#EAF2F0
(234,242,240)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBCCC; }

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

This text font color is #ABBCCC.


Background Color

.myBgColor { background-color: #ABBCCC; }

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

This div background color is #ABBCCC.


Border color

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

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

This div border color is #ABBCCC.


Opacity

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

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

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

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

This text has shadow with #ABBCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBCCC on black background.


Color preview on white background

This text has color #ABBCCC on white background.



Black color preview on #ABBCCC background

This text has black color on #ABBCCC background.


White color preview on #ABBCCC background

This text has white color on #ABBCCC background.