COLOR #ABB5DE

HEX: #ABB5DE
RGB: (171,181,222)

Color info

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

RGB color model

#ABB5DE color RGB value is (171,181,222).

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

RGB channels and saturation

R 171 of 255 = 67%
G 181 of 255 = 71%
B 222 of 255 = 87%

171
181
222

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

Portions of RGB colors in percentages

R + G + B =
171 + 181 + 222 = 574 (100%)
R 171 of 574 ~ 29.79%
G 181 of 574 ~ 31.53%
B 222 of 574 ~ 38.68%

%29.79
%31.53
%38.68

CMYK color model

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

  • cyan value is 22.97%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(23,18,0,13)
C23M18Y0K13 
(23%,18%,0%,13%)
(0.23/0.18/0.00/0.13)	

CMYK percentages

%22.97
%18.47
%0
%12.94

Codes

Color #ABB5DE in popluar color models

ABB5DE
RGB171181222
HSL228°43.59%77.06%
HSB/HSV228°22.97%87.06%
CMYK22.97%18.47%0.00%
12.94%

Color #ABB5DE in popluar number systems.

HEXABB5DE
Decimal171181222
Binary101010111011010111011110
Octal253265336

Shades and tints

Shades of #ABB5DE

#ABB5DE
(171,181,222)
#9CA5CA
(156,165,202)
#8D95B6
(141,149,182)
#7E85A2
(126,133,162)
#6F758E
(111,117,142)
#60657A
(96,101,122)
#515566
(81,85,102)
#424552
(66,69,82)
#33353E
(51,53,62)
#24252A
(36,37,42)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #ABB5DE

#ABB5DE
(171,181,222)
#B2BBE1
(178,187,225)
#B9C1E4
(185,193,228)
#C0C7E7
(192,199,231)
#C7CDEA
(199,205,234)
#CED3ED
(206,211,237)
#D5D9F0
(213,217,240)
#DCDFF3
(220,223,243)
#E3E5F6
(227,229,246)
#EAEBF9
(234,235,249)
#F1F1FC
(241,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB5DE; }

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

This text font color is #ABB5DE.


Background Color

.myBgColor { background-color: #ABB5DE; }

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

This div background color is #ABB5DE.


Border color

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

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

This div border color is #ABB5DE.


Opacity

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

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

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

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

This text has shadow with #ABB5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB5DE on black background.


Color preview on white background

This text has color #ABB5DE on white background.



Black color preview on #ABB5DE background

This text has black color on #ABB5DE background.


White color preview on #ABB5DE background

This text has white color on #ABB5DE background.