COLOR #ABCFDE

HEX: #ABCFDE
RGB: (171,207,222)

Color info

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

RGB color model

#ABCFDE color RGB value is (171,207,222).

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

RGB channels and saturation

R 171 of 255 = 67%
G 207 of 255 = 81%
B 222 of 255 = 87%

171
207
222

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

Portions of RGB colors in percentages

R + G + B =
171 + 207 + 222 = 600 (100%)
R 171 of 600 ~ 28.5%
G 207 of 600 ~ 34.5%
B 222 of 600 ~ 37%

%28.5
%34.5
%37

CMYK color model

#ABCFDE color CMYK value is (23,7,0,13).

  • cyan value is 22.97%
  • magenta value is 6.76%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(23,7,0,13)
C23M7Y0K13 
(23%,7%,0%,13%)
(0.23/0.07/0.00/0.13)	

CMYK percentages

%22.97
%6.76
%0
%12.94

Codes

Color #ABCFDE in popluar color models

ABCFDE
RGB171207222
HSL198°43.59%77.06%
HSB/HSV198°22.97%87.06%
CMYK22.97%6.76%0.00%
12.94%

Color #ABCFDE in popluar number systems.

HEXABCFDE
Decimal171207222
Binary101010111100111111011110
Octal253317336

Shades and tints

Shades of #ABCFDE

#ABCFDE
(171,207,222)
#9CBDCA
(156,189,202)
#8DABB6
(141,171,182)
#7E99A2
(126,153,162)
#6F878E
(111,135,142)
#60757A
(96,117,122)
#516366
(81,99,102)
#425152
(66,81,82)
#333F3E
(51,63,62)
#242D2A
(36,45,42)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #ABCFDE

#ABCFDE
(171,207,222)
#B2D3E1
(178,211,225)
#B9D7E4
(185,215,228)
#C0DBE7
(192,219,231)
#C7DFEA
(199,223,234)
#CEE3ED
(206,227,237)
#D5E7F0
(213,231,240)
#DCEBF3
(220,235,243)
#E3EFF6
(227,239,246)
#EAF3F9
(234,243,249)
#F1F7FC
(241,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCFDE; }

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

This text font color is #ABCFDE.


Background Color

.myBgColor { background-color: #ABCFDE; }

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

This div background color is #ABCFDE.


Border color

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

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

This div border color is #ABCFDE.


Opacity

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

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

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

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

This text has shadow with #ABCFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCFDE on black background.


Color preview on white background

This text has color #ABCFDE on white background.



Black color preview on #ABCFDE background

This text has black color on #ABCFDE background.


White color preview on #ABCFDE background

This text has white color on #ABCFDE background.