COLOR #ABB6CF

HEX: #ABB6CF
RGB: (171,182,207)

Color info

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

RGB color model

#ABB6CF color RGB value is (171,182,207).

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

RGB channels and saturation

R 171 of 255 = 67%
G 182 of 255 = 71%
B 207 of 255 = 81%

171
182
207

R + G + B ~ 73%. #ABB6CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 182 + 207 = 560 (100%)
R 171 of 560 ~ 30.54%
G 182 of 560 ~ 32.5%
B 207 of 560 ~ 36.96%

%30.54
%32.5
%36.96

CMYK color model

#ABB6CF color CMYK value is (17,12,0,19).

  • cyan value is 17.39%
  • magenta value is 12.08%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(17,12,0,19)
C17M12Y0K19 
(17%,12%,0%,19%)
(0.17/0.12/0.00/0.19)	

CMYK percentages

%17.39
%12.08
%0
%18.82

Codes

Color #ABB6CF in popluar color models

ABB6CF
RGB171182207
HSL222°27.27%74.12%
HSB/HSV222°17.39%81.18%
CMYK17.39%12.08%0.00%
18.82%

Color #ABB6CF in popluar number systems.

HEXABB6CF
Decimal171182207
Binary101010111011011011001111
Octal253266317

Shades and tints

Shades of #ABB6CF

#ABB6CF
(171,182,207)
#9CA6BD
(156,166,189)
#8D96AB
(141,150,171)
#7E8699
(126,134,153)
#6F7687
(111,118,135)
#606675
(96,102,117)
#515663
(81,86,99)
#424651
(66,70,81)
#33363F
(51,54,63)
#24262D
(36,38,45)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #ABB6CF

#ABB6CF
(171,182,207)
#B2BCD3
(178,188,211)
#B9C2D7
(185,194,215)
#C0C8DB
(192,200,219)
#C7CEDF
(199,206,223)
#CED4E3
(206,212,227)
#D5DAE7
(213,218,231)
#DCE0EB
(220,224,235)
#E3E6EF
(227,230,239)
#EAECF3
(234,236,243)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB6CF; }

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

This text font color is #ABB6CF.


Background Color

.myBgColor { background-color: #ABB6CF; }

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

This div background color is #ABB6CF.


Border color

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

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

This div border color is #ABB6CF.


Opacity

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

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

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

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

This text has shadow with #ABB6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB6CF on black background.


Color preview on white background

This text has color #ABB6CF on white background.



Black color preview on #ABB6CF background

This text has black color on #ABB6CF background.


White color preview on #ABB6CF background

This text has white color on #ABB6CF background.