COLOR #ABCCF6

HEX: #ABCCF6
RGB: (171,204,246)

Color info

#ABCCF6 contains mainly green and blue colors. Web safe color of #ABCCF6 is #99CCFF (or #9CF).

RGB color model

#ABCCF6 color RGB value is (171,204,246).

  • red value is 171;
  • green value is 204;
  • blue value is 246.
RGB:
(171,204,246)
(67%,80%,96%)

RGB channels and saturation

R 171 of 255 = 67%
G 204 of 255 = 80%
B 246 of 255 = 96%

171
204
246

R + G + B ~ 81%. #ABCCF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 204 + 246 = 621 (100%)
R 171 of 621 ~ 27.54%
G 204 of 621 ~ 32.85%
B 246 of 621 ~ 39.61%

%27.54
%32.85
%39.61

CMYK color model

#ABCCF6 color CMYK value is (30,17,0,4).

  • cyan value is 30.49%
  • magenta value is 17.07%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(30,17,0,4)
C30M17Y0K4 
(30%,17%,0%,4%)
(0.30/0.17/0.00/0.04)	

CMYK percentages

%30.49
%17.07
%0
%3.53

Codes

Color #ABCCF6 in popluar color models

ABCCF6
RGB171204246
HSL214°80.65%81.76%
HSB/HSV214°30.49%96.47%
CMYK30.49%17.07%0.00%
3.53%

Color #ABCCF6 in popluar number systems.

HEXABCCF6
Decimal171204246
Binary101010111100110011110110
Octal253314366

Shades and tints

Shades of #ABCCF6

#ABCCF6
(171,204,246)
#9CBAE0
(156,186,224)
#8DA8CA
(141,168,202)
#7E96B4
(126,150,180)
#6F849E
(111,132,158)
#607288
(96,114,136)
#516072
(81,96,114)
#424E5C
(66,78,92)
#333C46
(51,60,70)
#242A30
(36,42,48)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #ABCCF6

#ABCCF6
(171,204,246)
#B2D0F6
(178,208,246)
#B9D4F6
(185,212,246)
#C0D8F6
(192,216,246)
#C7DCF6
(199,220,246)
#CEE0F6
(206,224,246)
#D5E4F6
(213,228,246)
#DCE8F6
(220,232,246)
#E3ECF6
(227,236,246)
#EAF0F6
(234,240,246)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCCF6 color. Also use rgb(171,204,246) instead hex code.

Text Font Color

.myTextColor { color: #ABCCF6; }

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

This text font color is #ABCCF6.


Background Color

.myBgColor { background-color: #ABCCF6; }

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

This div background color is #ABCCF6.


Border color

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

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

This div border color is #ABCCF6.


Opacity

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

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

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

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

This text has shadow with #ABCCF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCCF6 on black background.


Color preview on white background

This text has color #ABCCF6 on white background.



Black color preview on #ABCCF6 background

This text has black color on #ABCCF6 background.


White color preview on #ABCCF6 background

This text has white color on #ABCCF6 background.