COLOR #ABB6D0

HEX: #ABB6D0
RGB: (171,182,208)

Color info

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

RGB color model

#ABB6D0 color RGB value is (171,182,208).

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

RGB channels and saturation

R 171 of 255 = 67%
G 182 of 255 = 71%
B 208 of 255 = 82%

171
182
208

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

Portions of RGB colors in percentages

R + G + B =
171 + 182 + 208 = 561 (100%)
R 171 of 561 ~ 30.48%
G 182 of 561 ~ 32.44%
B 208 of 561 ~ 37.08%

%30.48
%32.44
%37.08

CMYK color model

#ABB6D0 color CMYK value is (18,13,0,18).

  • cyan value is 17.79%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(18,13,0,18)
C18M13Y0K18 
(18%,13%,0%,18%)
(0.18/0.13/0.00/0.18)	

CMYK percentages

%17.79
%12.5
%0
%18.43

Codes

Color #ABB6D0 in popluar color models

ABB6D0
RGB171182208
HSL222°28.24%74.31%
HSB/HSV222°17.79%81.57%
CMYK17.79%12.50%0.00%
18.43%

Color #ABB6D0 in popluar number systems.

HEXABB6D0
Decimal171182208
Binary101010111011011011010000
Octal253266320

Shades and tints

Shades of #ABB6D0

#ABB6D0
(171,182,208)
#9CA6BE
(156,166,190)
#8D96AC
(141,150,172)
#7E869A
(126,134,154)
#6F7688
(111,118,136)
#606676
(96,102,118)
#515664
(81,86,100)
#424652
(66,70,82)
#333640
(51,54,64)
#24262E
(36,38,46)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #ABB6D0

#ABB6D0
(171,182,208)
#B2BCD4
(178,188,212)
#B9C2D8
(185,194,216)
#C0C8DC
(192,200,220)
#C7CEE0
(199,206,224)
#CED4E4
(206,212,228)
#D5DAE8
(213,218,232)
#DCE0EC
(220,224,236)
#E3E6F0
(227,230,240)
#EAECF4
(234,236,244)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB6D0; }

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

This text font color is #ABB6D0.


Background Color

.myBgColor { background-color: #ABB6D0; }

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

This div background color is #ABB6D0.


Border color

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

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

This div border color is #ABB6D0.


Opacity

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

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

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

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

This text has shadow with #ABB6D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB6D0 on black background.


Color preview on white background

This text has color #ABB6D0 on white background.



Black color preview on #ABB6D0 background

This text has black color on #ABB6D0 background.


White color preview on #ABB6D0 background

This text has white color on #ABB6D0 background.