COLOR #ABCFD5

HEX: #ABCFD5
RGB: (171,207,213)

Color info

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

RGB color model

#ABCFD5 color RGB value is (171,207,213).

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

RGB channels and saturation

R 171 of 255 = 67%
G 207 of 255 = 81%
B 213 of 255 = 84%

171
207
213

R + G + B ~ 77%. #ABCFD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 207 + 213 = 591 (100%)
R 171 of 591 ~ 28.93%
G 207 of 591 ~ 35.03%
B 213 of 591 ~ 36.04%

%28.93
%35.03
%36.04

CMYK color model

#ABCFD5 color CMYK value is (20,3,0,16).

  • cyan value is 19.72%
  • magenta value is 2.82%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(20,3,0,16)
C20M3Y0K16 
(20%,3%,0%,16%)
(0.20/0.03/0.00/0.16)	

CMYK percentages

%19.72
%2.82
%0
%16.47

Codes

Color #ABCFD5 in popluar color models

ABCFD5
RGB171207213
HSL189°33.33%75.29%
HSB/HSV189°19.72%83.53%
CMYK19.72%2.82%0.00%
16.47%

Color #ABCFD5 in popluar number systems.

HEXABCFD5
Decimal171207213
Binary101010111100111111010101
Octal253317325

Shades and tints

Shades of #ABCFD5

#ABCFD5
(171,207,213)
#9CBDC2
(156,189,194)
#8DABAF
(141,171,175)
#7E999C
(126,153,156)
#6F8789
(111,135,137)
#607576
(96,117,118)
#516363
(81,99,99)
#425150
(66,81,80)
#333F3D
(51,63,61)
#242D2A
(36,45,42)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #ABCFD5

#ABCFD5
(171,207,213)
#B2D3D8
(178,211,216)
#B9D7DB
(185,215,219)
#C0DBDE
(192,219,222)
#C7DFE1
(199,223,225)
#CEE3E4
(206,227,228)
#D5E7E7
(213,231,231)
#DCEBEA
(220,235,234)
#E3EFED
(227,239,237)
#EAF3F0
(234,243,240)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCFD5; }

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

This text font color is #ABCFD5.


Background Color

.myBgColor { background-color: #ABCFD5; }

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

This div background color is #ABCFD5.


Border color

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

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

This div border color is #ABCFD5.


Opacity

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

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

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

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

This text has shadow with #ABCFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCFD5 on black background.


Color preview on white background

This text has color #ABCFD5 on white background.



Black color preview on #ABCFD5 background

This text has black color on #ABCFD5 background.


White color preview on #ABCFD5 background

This text has white color on #ABCFD5 background.