COLOR #ABB0D9

HEX: #ABB0D9
RGB: (171,176,217)

Color info

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

RGB color model

#ABB0D9 color RGB value is (171,176,217).

  • red value is 171;
  • green value is 176;
  • blue value is 217.
RGB:
(171,176,217)
(67%,69%,85%)

RGB channels and saturation

R 171 of 255 = 67%
G 176 of 255 = 69%
B 217 of 255 = 85%

171
176
217

R + G + B ~ 74%. #ABB0D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 176 + 217 = 564 (100%)
R 171 of 564 ~ 30.32%
G 176 of 564 ~ 31.21%
B 217 of 564 ~ 38.48%

%30.32
%31.21
%38.48

CMYK color model

#ABB0D9 color CMYK value is (21,19,0,15).

  • cyan value is 21.20%
  • magenta value is 18.89%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(21,19,0,15)
C21M19Y0K15 
(21%,19%,0%,15%)
(0.21/0.19/0.00/0.15)	

CMYK percentages

%21.2
%18.89
%0
%14.9

Codes

Color #ABB0D9 in popluar color models

ABB0D9
RGB171176217
HSL233°37.70%76.08%
HSB/HSV233°21.20%85.10%
CMYK21.20%18.89%0.00%
14.90%

Color #ABB0D9 in popluar number systems.

HEXABB0D9
Decimal171176217
Binary101010111011000011011001
Octal253260331

Shades and tints

Shades of #ABB0D9

#ABB0D9
(171,176,217)
#9CA0C6
(156,160,198)
#8D90B3
(141,144,179)
#7E80A0
(126,128,160)
#6F708D
(111,112,141)
#60607A
(96,96,122)
#515067
(81,80,103)
#424054
(66,64,84)
#333041
(51,48,65)
#24202E
(36,32,46)
#15101B
(21,16,27)
#000000
(0,0,0)

Tints of #ABB0D9

#ABB0D9
(171,176,217)
#B2B7DC
(178,183,220)
#B9BEDF
(185,190,223)
#C0C5E2
(192,197,226)
#C7CCE5
(199,204,229)
#CED3E8
(206,211,232)
#D5DAEB
(213,218,235)
#DCE1EE
(220,225,238)
#E3E8F1
(227,232,241)
#EAEFF4
(234,239,244)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB0D9 color. Also use rgb(171,176,217) instead hex code.

Text Font Color

.myTextColor { color: #ABB0D9; }

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

This text font color is #ABB0D9.


Background Color

.myBgColor { background-color: #ABB0D9; }

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

This div background color is #ABB0D9.


Border color

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

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

This div border color is #ABB0D9.


Opacity

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

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

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

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

This text has shadow with #ABB0D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB0D9 on black background.


Color preview on white background

This text has color #ABB0D9 on white background.



Black color preview on #ABB0D9 background

This text has black color on #ABB0D9 background.


White color preview on #ABB0D9 background

This text has white color on #ABB0D9 background.