COLOR #ABB4D9

HEX: #ABB4D9
RGB: (171,180,217)

Color info

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

RGB color model

#ABB4D9 color RGB value is (171,180,217).

  • red value is 171;
  • green value is 180;
  • blue value is 217.
RGB:
(171,180,217)
(67%,71%,85%)

RGB channels and saturation

R 171 of 255 = 67%
G 180 of 255 = 71%
B 217 of 255 = 85%

171
180
217

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

Portions of RGB colors in percentages

R + G + B =
171 + 180 + 217 = 568 (100%)
R 171 of 568 ~ 30.11%
G 180 of 568 ~ 31.69%
B 217 of 568 ~ 38.2%

%30.11
%31.69
%38.2

CMYK color model

#ABB4D9 color CMYK value is (21,17,0,15).

  • cyan value is 21.20%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(21,17,0,15)
C21M17Y0K15 
(21%,17%,0%,15%)
(0.21/0.17/0.00/0.15)	

CMYK percentages

%21.2
%17.05
%0
%14.9

Codes

Color #ABB4D9 in popluar color models

ABB4D9
RGB171180217
HSL228°37.70%76.08%
HSB/HSV228°21.20%85.10%
CMYK21.20%17.05%0.00%
14.90%

Color #ABB4D9 in popluar number systems.

HEXABB4D9
Decimal171180217
Binary101010111011010011011001
Octal253264331

Shades and tints

Shades of #ABB4D9

#ABB4D9
(171,180,217)
#9CA4C6
(156,164,198)
#8D94B3
(141,148,179)
#7E84A0
(126,132,160)
#6F748D
(111,116,141)
#60647A
(96,100,122)
#515467
(81,84,103)
#424454
(66,68,84)
#333441
(51,52,65)
#24242E
(36,36,46)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #ABB4D9

#ABB4D9
(171,180,217)
#B2BADC
(178,186,220)
#B9C0DF
(185,192,223)
#C0C6E2
(192,198,226)
#C7CCE5
(199,204,229)
#CED2E8
(206,210,232)
#D5D8EB
(213,216,235)
#DCDEEE
(220,222,238)
#E3E4F1
(227,228,241)
#EAEAF4
(234,234,244)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB4D9 color. Also use rgb(171,180,217) instead hex code.

Text Font Color

.myTextColor { color: #ABB4D9; }

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

This text font color is #ABB4D9.


Background Color

.myBgColor { background-color: #ABB4D9; }

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

This div background color is #ABB4D9.


Border color

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

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

This div border color is #ABB4D9.


Opacity

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

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

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

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

This text has shadow with #ABB4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB4D9 on black background.


Color preview on white background

This text has color #ABB4D9 on white background.



Black color preview on #ABB4D9 background

This text has black color on #ABB4D9 background.


White color preview on #ABB4D9 background

This text has white color on #ABB4D9 background.