COLOR #ABCEC6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

171
206
198

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

Portions of RGB colors in percentages

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

%29.74
%35.83
%34.43

CMYK color model

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

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

CMYK percentages

%16.99
%0
%3.88
%19.22

Codes

Color #ABCEC6 in popluar color models

ABCEC6
RGB171206198
HSL166°26.32%73.92%
HSB/HSV166°16.99%80.78%
CMYK16.99%0.00%3.88%
19.22%

Color #ABCEC6 in popluar number systems.

HEXABCEC6
Decimal171206198
Binary101010111100111011000110
Octal253316306

Shades and tints

Shades of #ABCEC6

#ABCEC6
(171,206,198)
#9CBCB4
(156,188,180)
#8DAAA2
(141,170,162)
#7E9890
(126,152,144)
#6F867E
(111,134,126)
#60746C
(96,116,108)
#51625A
(81,98,90)
#425048
(66,80,72)
#333E36
(51,62,54)
#242C24
(36,44,36)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #ABCEC6

#ABCEC6
(171,206,198)
#B2D2CB
(178,210,203)
#B9D6D0
(185,214,208)
#C0DAD5
(192,218,213)
#C7DEDA
(199,222,218)
#CEE2DF
(206,226,223)
#D5E6E4
(213,230,228)
#DCEAE9
(220,234,233)
#E3EEEE
(227,238,238)
#EAF2F3
(234,242,243)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCEC6; }

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

This text font color is #ABCEC6.


Background Color

.myBgColor { background-color: #ABCEC6; }

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

This div background color is #ABCEC6.


Border color

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

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

This div border color is #ABCEC6.


Opacity

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

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

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

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

This text has shadow with #ABCEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCEC6 on black background.


Color preview on white background

This text has color #ABCEC6 on white background.



Black color preview on #ABCEC6 background

This text has black color on #ABCEC6 background.


White color preview on #ABCEC6 background

This text has white color on #ABCEC6 background.