COLOR #ABB2DE

HEX: #ABB2DE
RGB: (171,178,222)

Color info

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

RGB color model

#ABB2DE color RGB value is (171,178,222).

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

RGB channels and saturation

R 171 of 255 = 67%
G 178 of 255 = 70%
B 222 of 255 = 87%

171
178
222

R + G + B ~ 75%. #ABB2DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 178 + 222 = 571 (100%)
R 171 of 571 ~ 29.95%
G 178 of 571 ~ 31.17%
B 222 of 571 ~ 38.88%

%29.95
%31.17
%38.88

CMYK color model

#ABB2DE color CMYK value is (23,20,0,13).

  • cyan value is 22.97%
  • magenta value is 19.82%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(23,20,0,13)
C23M20Y0K13 
(23%,20%,0%,13%)
(0.23/0.20/0.00/0.13)	

CMYK percentages

%22.97
%19.82
%0
%12.94

Codes

Color #ABB2DE in popluar color models

ABB2DE
RGB171178222
HSL232°43.59%77.06%
HSB/HSV232°22.97%87.06%
CMYK22.97%19.82%0.00%
12.94%

Color #ABB2DE in popluar number systems.

HEXABB2DE
Decimal171178222
Binary101010111011001011011110
Octal253262336

Shades and tints

Shades of #ABB2DE

#ABB2DE
(171,178,222)
#9CA2CA
(156,162,202)
#8D92B6
(141,146,182)
#7E82A2
(126,130,162)
#6F728E
(111,114,142)
#60627A
(96,98,122)
#515266
(81,82,102)
#424252
(66,66,82)
#33323E
(51,50,62)
#24222A
(36,34,42)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #ABB2DE

#ABB2DE
(171,178,222)
#B2B9E1
(178,185,225)
#B9C0E4
(185,192,228)
#C0C7E7
(192,199,231)
#C7CEEA
(199,206,234)
#CED5ED
(206,213,237)
#D5DCF0
(213,220,240)
#DCE3F3
(220,227,243)
#E3EAF6
(227,234,246)
#EAF1F9
(234,241,249)
#F1F8FC
(241,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB2DE; }

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

This text font color is #ABB2DE.


Background Color

.myBgColor { background-color: #ABB2DE; }

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

This div background color is #ABB2DE.


Border color

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

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

This div border color is #ABB2DE.


Opacity

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

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

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

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

This text has shadow with #ABB2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB2DE on black background.


Color preview on white background

This text has color #ABB2DE on white background.



Black color preview on #ABB2DE background

This text has black color on #ABB2DE background.


White color preview on #ABB2DE background

This text has white color on #ABB2DE background.