COLOR #ABC5CE

HEX: #ABC5CE
RGB: (171,197,206)

Color info

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

RGB color model

#ABC5CE color RGB value is (171,197,206).

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

RGB channels and saturation

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

171
197
206

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

Portions of RGB colors in percentages

R + G + B =
171 + 197 + 206 = 574 (100%)
R 171 of 574 ~ 29.79%
G 197 of 574 ~ 34.32%
B 206 of 574 ~ 35.89%

%29.79
%34.32
%35.89

CMYK color model

#ABC5CE color CMYK value is (17,4,0,19).

  • cyan value is 16.99%
  • magenta value is 4.37%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(17,4,0,19)
C17M4Y0K19 
(17%,4%,0%,19%)
(0.17/0.04/0.00/0.19)	

CMYK percentages

%16.99
%4.37
%0
%19.22

Codes

Color #ABC5CE in popluar color models

ABC5CE
RGB171197206
HSL195°26.32%73.92%
HSB/HSV195°16.99%80.78%
CMYK16.99%4.37%0.00%
19.22%

Color #ABC5CE in popluar number systems.

HEXABC5CE
Decimal171197206
Binary101010111100010111001110
Octal253305316

Shades and tints

Shades of #ABC5CE

#ABC5CE
(171,197,206)
#9CB4BC
(156,180,188)
#8DA3AA
(141,163,170)
#7E9298
(126,146,152)
#6F8186
(111,129,134)
#607074
(96,112,116)
#515F62
(81,95,98)
#424E50
(66,78,80)
#333D3E
(51,61,62)
#242C2C
(36,44,44)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #ABC5CE

#ABC5CE
(171,197,206)
#B2CAD2
(178,202,210)
#B9CFD6
(185,207,214)
#C0D4DA
(192,212,218)
#C7D9DE
(199,217,222)
#CEDEE2
(206,222,226)
#D5E3E6
(213,227,230)
#DCE8EA
(220,232,234)
#E3EDEE
(227,237,238)
#EAF2F2
(234,242,242)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC5CE; }

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

This text font color is #ABC5CE.


Background Color

.myBgColor { background-color: #ABC5CE; }

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

This div background color is #ABC5CE.


Border color

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

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

This div border color is #ABC5CE.


Opacity

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

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

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

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

This text has shadow with #ABC5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC5CE on black background.


Color preview on white background

This text has color #ABC5CE on white background.



Black color preview on #ABC5CE background

This text has black color on #ABC5CE background.


White color preview on #ABC5CE background

This text has white color on #ABC5CE background.