COLOR #ABB2DC

HEX: #ABB2DC
RGB: (171,178,220)

Color info

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

RGB color model

#ABB2DC color RGB value is (171,178,220).

  • red value is 171;
  • green value is 178;
  • blue value is 220.
RGB:
(171,178,220)
(67%,70%,86%)

RGB channels and saturation

R 171 of 255 = 67%
G 178 of 255 = 70%
B 220 of 255 = 86%

171
178
220

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

Portions of RGB colors in percentages

R + G + B =
171 + 178 + 220 = 569 (100%)
R 171 of 569 ~ 30.05%
G 178 of 569 ~ 31.28%
B 220 of 569 ~ 38.66%

%30.05
%31.28
%38.66

CMYK color model

#ABB2DC color CMYK value is (22,19,0,14).

  • cyan value is 22.27%
  • magenta value is 19.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(22,19,0,14)
C22M19Y0K14 
(22%,19%,0%,14%)
(0.22/0.19/0.00/0.14)	

CMYK percentages

%22.27
%19.09
%0
%13.73

Codes

Color #ABB2DC in popluar color models

ABB2DC
RGB171178220
HSL231°41.18%76.67%
HSB/HSV231°22.27%86.27%
CMYK22.27%19.09%0.00%
13.73%

Color #ABB2DC in popluar number systems.

HEXABB2DC
Decimal171178220
Binary101010111011001011011100
Octal253262334

Shades and tints

Shades of #ABB2DC

#ABB2DC
(171,178,220)
#9CA2C8
(156,162,200)
#8D92B4
(141,146,180)
#7E82A0
(126,130,160)
#6F728C
(111,114,140)
#606278
(96,98,120)
#515264
(81,82,100)
#424250
(66,66,80)
#33323C
(51,50,60)
#242228
(36,34,40)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #ABB2DC

#ABB2DC
(171,178,220)
#B2B9DF
(178,185,223)
#B9C0E2
(185,192,226)
#C0C7E5
(192,199,229)
#C7CEE8
(199,206,232)
#CED5EB
(206,213,235)
#D5DCEE
(213,220,238)
#DCE3F1
(220,227,241)
#E3EAF4
(227,234,244)
#EAF1F7
(234,241,247)
#F1F8FA
(241,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB2DC color. Also use rgb(171,178,220) instead hex code.

Text Font Color

.myTextColor { color: #ABB2DC; }

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

This text font color is #ABB2DC.


Background Color

.myBgColor { background-color: #ABB2DC; }

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

This div background color is #ABB2DC.


Border color

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

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

This div border color is #ABB2DC.


Opacity

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

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

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

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

This text has shadow with #ABB2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB2DC on black background.


Color preview on white background

This text has color #ABB2DC on white background.



Black color preview on #ABB2DC background

This text has black color on #ABB2DC background.


White color preview on #ABB2DC background

This text has white color on #ABB2DC background.