COLOR #ABC6CE

HEX: #ABC6CE
RGB: (171,198,206)

Color info

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

RGB color model

#ABC6CE color RGB value is (171,198,206).

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

RGB channels and saturation

R 171 of 255 = 67%
G 198 of 255 = 78%
B 206 of 255 = 81%

171
198
206

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

Portions of RGB colors in percentages

R + G + B =
171 + 198 + 206 = 575 (100%)
R 171 of 575 ~ 29.74%
G 198 of 575 ~ 34.43%
B 206 of 575 ~ 35.83%

%29.74
%34.43
%35.83

CMYK color model

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

  • cyan value is 16.99%
  • magenta value is 3.88%
  • 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
%3.88
%0
%19.22

Codes

Color #ABC6CE in popluar color models

ABC6CE
RGB171198206
HSL194°26.32%73.92%
HSB/HSV194°16.99%80.78%
CMYK16.99%3.88%0.00%
19.22%

Color #ABC6CE in popluar number systems.

HEXABC6CE
Decimal171198206
Binary101010111100011011001110
Octal253306316

Shades and tints

Shades of #ABC6CE

#ABC6CE
(171,198,206)
#9CB4BC
(156,180,188)
#8DA2AA
(141,162,170)
#7E9098
(126,144,152)
#6F7E86
(111,126,134)
#606C74
(96,108,116)
#515A62
(81,90,98)
#424850
(66,72,80)
#33363E
(51,54,62)
#24242C
(36,36,44)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #ABC6CE

#ABC6CE
(171,198,206)
#B2CBD2
(178,203,210)
#B9D0D6
(185,208,214)
#C0D5DA
(192,213,218)
#C7DADE
(199,218,222)
#CEDFE2
(206,223,226)
#D5E4E6
(213,228,230)
#DCE9EA
(220,233,234)
#E3EEEE
(227,238,238)
#EAF3F2
(234,243,242)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC6CE; }

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

This text font color is #ABC6CE.


Background Color

.myBgColor { background-color: #ABC6CE; }

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

This div background color is #ABC6CE.


Border color

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

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

This div border color is #ABC6CE.


Opacity

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

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

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

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

This text has shadow with #ABC6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC6CE on black background.


Color preview on white background

This text has color #ABC6CE on white background.



Black color preview on #ABC6CE background

This text has black color on #ABC6CE background.


White color preview on #ABC6CE background

This text has white color on #ABC6CE background.