COLOR #ABCFC9

HEX: #ABCFC9
RGB: (171,207,201)

Color info

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

RGB color model

#ABCFC9 color RGB value is (171,207,201).

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

RGB channels and saturation

R 171 of 255 = 67%
G 207 of 255 = 81%
B 201 of 255 = 79%

171
207
201

R + G + B ~ 76%. #ABCFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 207 + 201 = 579 (100%)
R 171 of 579 ~ 29.53%
G 207 of 579 ~ 35.75%
B 201 of 579 ~ 34.72%

%29.53
%35.75
%34.72

CMYK color model

#ABCFC9 color CMYK value is (17,0,3,19).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 2.90%
  • key color value is 18.82%
CMYK:
(17,0,3,19)
C17M0Y3K19 
(17%,0%,3%,19%)
(0.17/0.00/0.03/0.19)	

CMYK percentages

%17.39
%0
%2.9
%18.82

Codes

Color #ABCFC9 in popluar color models

ABCFC9
RGB171207201
HSL170°27.27%74.12%
HSB/HSV170°17.39%81.18%
CMYK17.39%0.00%2.90%
18.82%

Color #ABCFC9 in popluar number systems.

HEXABCFC9
Decimal171207201
Binary101010111100111111001001
Octal253317311

Shades and tints

Shades of #ABCFC9

#ABCFC9
(171,207,201)
#9CBDB7
(156,189,183)
#8DABA5
(141,171,165)
#7E9993
(126,153,147)
#6F8781
(111,135,129)
#60756F
(96,117,111)
#51635D
(81,99,93)
#42514B
(66,81,75)
#333F39
(51,63,57)
#242D27
(36,45,39)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #ABCFC9

#ABCFC9
(171,207,201)
#B2D3CD
(178,211,205)
#B9D7D1
(185,215,209)
#C0DBD5
(192,219,213)
#C7DFD9
(199,223,217)
#CEE3DD
(206,227,221)
#D5E7E1
(213,231,225)
#DCEBE5
(220,235,229)
#E3EFE9
(227,239,233)
#EAF3ED
(234,243,237)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCFC9; }

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

This text font color is #ABCFC9.


Background Color

.myBgColor { background-color: #ABCFC9; }

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

This div background color is #ABCFC9.


Border color

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

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

This div border color is #ABCFC9.


Opacity

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

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

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

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

This text has shadow with #ABCFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCFC9 on black background.


Color preview on white background

This text has color #ABCFC9 on white background.



Black color preview on #ABCFC9 background

This text has black color on #ABCFC9 background.


White color preview on #ABCFC9 background

This text has white color on #ABCFC9 background.