COLOR #ABB4D6

HEX: #ABB4D6
RGB: (171,180,214)

Color info

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

RGB color model

#ABB4D6 color RGB value is (171,180,214).

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

RGB channels and saturation

R 171 of 255 = 67%
G 180 of 255 = 71%
B 214 of 255 = 84%

171
180
214

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

Portions of RGB colors in percentages

R + G + B =
171 + 180 + 214 = 565 (100%)
R 171 of 565 ~ 30.27%
G 180 of 565 ~ 31.86%
B 214 of 565 ~ 37.88%

%30.27
%31.86
%37.88

CMYK color model

#ABB4D6 color CMYK value is (20,16,0,16).

  • cyan value is 20.09%
  • magenta value is 15.89%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(20,16,0,16)
C20M16Y0K16 
(20%,16%,0%,16%)
(0.20/0.16/0.00/0.16)	

CMYK percentages

%20.09
%15.89
%0
%16.08

Codes

Color #ABB4D6 in popluar color models

ABB4D6
RGB171180214
HSL227°34.40%75.49%
HSB/HSV227°20.09%83.92%
CMYK20.09%15.89%0.00%
16.08%

Color #ABB4D6 in popluar number systems.

HEXABB4D6
Decimal171180214
Binary101010111011010011010110
Octal253264326

Shades and tints

Shades of #ABB4D6

#ABB4D6
(171,180,214)
#9CA4C3
(156,164,195)
#8D94B0
(141,148,176)
#7E849D
(126,132,157)
#6F748A
(111,116,138)
#606477
(96,100,119)
#515464
(81,84,100)
#424451
(66,68,81)
#33343E
(51,52,62)
#24242B
(36,36,43)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #ABB4D6

#ABB4D6
(171,180,214)
#B2BAD9
(178,186,217)
#B9C0DC
(185,192,220)
#C0C6DF
(192,198,223)
#C7CCE2
(199,204,226)
#CED2E5
(206,210,229)
#D5D8E8
(213,216,232)
#DCDEEB
(220,222,235)
#E3E4EE
(227,228,238)
#EAEAF1
(234,234,241)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB4D6; }

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

This text font color is #ABB4D6.


Background Color

.myBgColor { background-color: #ABB4D6; }

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

This div background color is #ABB4D6.


Border color

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

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

This div border color is #ABB4D6.


Opacity

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

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

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

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

This text has shadow with #ABB4D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB4D6 on black background.


Color preview on white background

This text has color #ABB4D6 on white background.



Black color preview on #ABB4D6 background

This text has black color on #ABB4D6 background.


White color preview on #ABB4D6 background

This text has white color on #ABB4D6 background.