COLOR #ABC5CF

HEX: #ABC5CF
RGB: (171,197,207)

Color info

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

RGB color model

#ABC5CF color RGB value is (171,197,207).

  • red value is 171;
  • green value is 197;
  • blue value is 207.
RGB:
(171,197,207)
(67%,77%,81%)

RGB channels and saturation

R 171 of 255 = 67%
G 197 of 255 = 77%
B 207 of 255 = 81%

171
197
207

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

Portions of RGB colors in percentages

R + G + B =
171 + 197 + 207 = 575 (100%)
R 171 of 575 ~ 29.74%
G 197 of 575 ~ 34.26%
B 207 of 575 ~ 36%

%29.74
%34.26
%36

CMYK color model

#ABC5CF color CMYK value is (17,5,0,19).

  • cyan value is 17.39%
  • magenta value is 4.83%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(17,5,0,19)
C17M5Y0K19 
(17%,5%,0%,19%)
(0.17/0.05/0.00/0.19)	

CMYK percentages

%17.39
%4.83
%0
%18.82

Codes

Color #ABC5CF in popluar color models

ABC5CF
RGB171197207
HSL197°27.27%74.12%
HSB/HSV197°17.39%81.18%
CMYK17.39%4.83%0.00%
18.82%

Color #ABC5CF in popluar number systems.

HEXABC5CF
Decimal171197207
Binary101010111100010111001111
Octal253305317

Shades and tints

Shades of #ABC5CF

#ABC5CF
(171,197,207)
#9CB4BD
(156,180,189)
#8DA3AB
(141,163,171)
#7E9299
(126,146,153)
#6F8187
(111,129,135)
#607075
(96,112,117)
#515F63
(81,95,99)
#424E51
(66,78,81)
#333D3F
(51,61,63)
#242C2D
(36,44,45)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #ABC5CF

#ABC5CF
(171,197,207)
#B2CAD3
(178,202,211)
#B9CFD7
(185,207,215)
#C0D4DB
(192,212,219)
#C7D9DF
(199,217,223)
#CEDEE3
(206,222,227)
#D5E3E7
(213,227,231)
#DCE8EB
(220,232,235)
#E3EDEF
(227,237,239)
#EAF2F3
(234,242,243)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC5CF color. Also use rgb(171,197,207) instead hex code.

Text Font Color

.myTextColor { color: #ABC5CF; }

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

This text font color is #ABC5CF.


Background Color

.myBgColor { background-color: #ABC5CF; }

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

This div background color is #ABC5CF.


Border color

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

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

This div border color is #ABC5CF.


Opacity

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

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

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

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

This text has shadow with #ABC5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC5CF on black background.


Color preview on white background

This text has color #ABC5CF on white background.



Black color preview on #ABC5CF background

This text has black color on #ABC5CF background.


White color preview on #ABC5CF background

This text has white color on #ABC5CF background.