COLOR #ABB5DB

HEX: #ABB5DB
RGB: (171,181,219)

Color info

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

RGB color model

#ABB5DB color RGB value is (171,181,219).

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

RGB channels and saturation

R 171 of 255 = 67%
G 181 of 255 = 71%
B 219 of 255 = 86%

171
181
219

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

Portions of RGB colors in percentages

R + G + B =
171 + 181 + 219 = 571 (100%)
R 171 of 571 ~ 29.95%
G 181 of 571 ~ 31.7%
B 219 of 571 ~ 38.35%

%29.95
%31.7
%38.35

CMYK color model

#ABB5DB color CMYK value is (22,17,0,14).

  • cyan value is 21.92%
  • magenta value is 17.35%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(22,17,0,14)
C22M17Y0K14 
(22%,17%,0%,14%)
(0.22/0.17/0.00/0.14)	

CMYK percentages

%21.92
%17.35
%0
%14.12

Codes

Color #ABB5DB in popluar color models

ABB5DB
RGB171181219
HSL228°40.00%76.47%
HSB/HSV228°21.92%85.88%
CMYK21.92%17.35%0.00%
14.12%

Color #ABB5DB in popluar number systems.

HEXABB5DB
Decimal171181219
Binary101010111011010111011011
Octal253265333

Shades and tints

Shades of #ABB5DB

#ABB5DB
(171,181,219)
#9CA5C8
(156,165,200)
#8D95B5
(141,149,181)
#7E85A2
(126,133,162)
#6F758F
(111,117,143)
#60657C
(96,101,124)
#515569
(81,85,105)
#424556
(66,69,86)
#333543
(51,53,67)
#242530
(36,37,48)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #ABB5DB

#ABB5DB
(171,181,219)
#B2BBDE
(178,187,222)
#B9C1E1
(185,193,225)
#C0C7E4
(192,199,228)
#C7CDE7
(199,205,231)
#CED3EA
(206,211,234)
#D5D9ED
(213,217,237)
#DCDFF0
(220,223,240)
#E3E5F3
(227,229,243)
#EAEBF6
(234,235,246)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB5DB; }

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

This text font color is #ABB5DB.


Background Color

.myBgColor { background-color: #ABB5DB; }

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

This div background color is #ABB5DB.


Border color

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

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

This div border color is #ABB5DB.


Opacity

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

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

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

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

This text has shadow with #ABB5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB5DB on black background.


Color preview on white background

This text has color #ABB5DB on white background.



Black color preview on #ABB5DB background

This text has black color on #ABB5DB background.


White color preview on #ABB5DB background

This text has white color on #ABB5DB background.