COLOR #ABB0DE

HEX: #ABB0DE
RGB: (171,176,222)

Color info

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

RGB color model

#ABB0DE color RGB value is (171,176,222).

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

RGB channels and saturation

R 171 of 255 = 67%
G 176 of 255 = 69%
B 222 of 255 = 87%

171
176
222

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

Portions of RGB colors in percentages

R + G + B =
171 + 176 + 222 = 569 (100%)
R 171 of 569 ~ 30.05%
G 176 of 569 ~ 30.93%
B 222 of 569 ~ 39.02%

%30.05
%30.93
%39.02

CMYK color model

#ABB0DE color CMYK value is (23,21,0,13).

  • cyan value is 22.97%
  • magenta value is 20.72%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(23,21,0,13)
C23M21Y0K13 
(23%,21%,0%,13%)
(0.23/0.21/0.00/0.13)	

CMYK percentages

%22.97
%20.72
%0
%12.94

Codes

Color #ABB0DE in popluar color models

ABB0DE
RGB171176222
HSL234°43.59%77.06%
HSB/HSV234°22.97%87.06%
CMYK22.97%20.72%0.00%
12.94%

Color #ABB0DE in popluar number systems.

HEXABB0DE
Decimal171176222
Binary101010111011000011011110
Octal253260336

Shades and tints

Shades of #ABB0DE

#ABB0DE
(171,176,222)
#9CA0CA
(156,160,202)
#8D90B6
(141,144,182)
#7E80A2
(126,128,162)
#6F708E
(111,112,142)
#60607A
(96,96,122)
#515066
(81,80,102)
#424052
(66,64,82)
#33303E
(51,48,62)
#24202A
(36,32,42)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #ABB0DE

#ABB0DE
(171,176,222)
#B2B7E1
(178,183,225)
#B9BEE4
(185,190,228)
#C0C5E7
(192,197,231)
#C7CCEA
(199,204,234)
#CED3ED
(206,211,237)
#D5DAF0
(213,218,240)
#DCE1F3
(220,225,243)
#E3E8F6
(227,232,246)
#EAEFF9
(234,239,249)
#F1F6FC
(241,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB0DE; }

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

This text font color is #ABB0DE.


Background Color

.myBgColor { background-color: #ABB0DE; }

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

This div background color is #ABB0DE.


Border color

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

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

This div border color is #ABB0DE.


Opacity

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

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

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

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

This text has shadow with #ABB0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB0DE on black background.


Color preview on white background

This text has color #ABB0DE on white background.



Black color preview on #ABB0DE background

This text has black color on #ABB0DE background.


White color preview on #ABB0DE background

This text has white color on #ABB0DE background.