COLOR #ABCFD8

HEX: #ABCFD8
RGB: (171,207,216)

Color info

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

RGB color model

#ABCFD8 color RGB value is (171,207,216).

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

RGB channels and saturation

R 171 of 255 = 67%
G 207 of 255 = 81%
B 216 of 255 = 85%

171
207
216

R + G + B ~ 78%. #ABCFD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 207 + 216 = 594 (100%)
R 171 of 594 ~ 28.79%
G 207 of 594 ~ 34.85%
B 216 of 594 ~ 36.36%

%28.79
%34.85
%36.36

CMYK color model

#ABCFD8 color CMYK value is (21,4,0,15).

  • cyan value is 20.83%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(21,4,0,15)
C21M4Y0K15 
(21%,4%,0%,15%)
(0.21/0.04/0.00/0.15)	

CMYK percentages

%20.83
%4.17
%0
%15.29

Codes

Color #ABCFD8 in popluar color models

ABCFD8
RGB171207216
HSL192°36.59%75.88%
HSB/HSV192°20.83%84.71%
CMYK20.83%4.17%0.00%
15.29%

Color #ABCFD8 in popluar number systems.

HEXABCFD8
Decimal171207216
Binary101010111100111111011000
Octal253317330

Shades and tints

Shades of #ABCFD8

#ABCFD8
(171,207,216)
#9CBDC5
(156,189,197)
#8DABB2
(141,171,178)
#7E999F
(126,153,159)
#6F878C
(111,135,140)
#607579
(96,117,121)
#516366
(81,99,102)
#425153
(66,81,83)
#333F40
(51,63,64)
#242D2D
(36,45,45)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #ABCFD8

#ABCFD8
(171,207,216)
#B2D3DB
(178,211,219)
#B9D7DE
(185,215,222)
#C0DBE1
(192,219,225)
#C7DFE4
(199,223,228)
#CEE3E7
(206,227,231)
#D5E7EA
(213,231,234)
#DCEBED
(220,235,237)
#E3EFF0
(227,239,240)
#EAF3F3
(234,243,243)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCFD8; }

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

This text font color is #ABCFD8.


Background Color

.myBgColor { background-color: #ABCFD8; }

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

This div background color is #ABCFD8.


Border color

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

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

This div border color is #ABCFD8.


Opacity

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

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

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

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

This text has shadow with #ABCFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCFD8 on black background.


Color preview on white background

This text has color #ABCFD8 on white background.



Black color preview on #ABCFD8 background

This text has black color on #ABCFD8 background.


White color preview on #ABCFD8 background

This text has white color on #ABCFD8 background.