COLOR #ABABD4

HEX: #ABABD4
RGB: (171,171,212)

Color info

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

RGB color model

#ABABD4 color RGB value is (171,171,212).

  • red value is 171;
  • green value is 171;
  • blue value is 212.
RGB:
(171,171,212)
(67%,67%,83%)

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 212 of 255 = 83%

171
171
212

R + G + B ~ 72%. #ABABD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 171 + 212 = 554 (100%)
R 171 of 554 ~ 30.87%
G 171 of 554 ~ 30.87%
B 212 of 554 ~ 38.27%

%30.87
%30.87
%38.27

CMYK color model

#ABABD4 color CMYK value is (19,19,0,17).

  • cyan value is 19.34%
  • magenta value is 19.34%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(19,19,0,17)
C19M19Y0K17 
(19%,19%,0%,17%)
(0.19/0.19/0.00/0.17)	

CMYK percentages

%19.34
%19.34
%0
%16.86

Codes

Color #ABABD4 in popluar color models

ABABD4
RGB171171212
HSL240°32.28%75.10%
HSB/HSV240°19.34%83.14%
CMYK19.34%19.34%0.00%
16.86%

Color #ABABD4 in popluar number systems.

HEXABABD4
Decimal171171212
Binary101010111010101111010100
Octal253253324

Shades and tints

Shades of #ABABD4

#ABABD4
(171,171,212)
#9C9CC1
(156,156,193)
#8D8DAE
(141,141,174)
#7E7E9B
(126,126,155)
#6F6F88
(111,111,136)
#606075
(96,96,117)
#515162
(81,81,98)
#42424F
(66,66,79)
#33333C
(51,51,60)
#242429
(36,36,41)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #ABABD4

#ABABD4
(171,171,212)
#B2B2D7
(178,178,215)
#B9B9DA
(185,185,218)
#C0C0DD
(192,192,221)
#C7C7E0
(199,199,224)
#CECEE3
(206,206,227)
#D5D5E6
(213,213,230)
#DCDCE9
(220,220,233)
#E3E3EC
(227,227,236)
#EAEAEF
(234,234,239)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABABD4; }

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

This text font color is #ABABD4.


Background Color

.myBgColor { background-color: #ABABD4; }

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

This div background color is #ABABD4.


Border color

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

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

This div border color is #ABABD4.


Opacity

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

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

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

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

This text has shadow with #ABABD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABABD4 on black background.


Color preview on white background

This text has color #ABABD4 on white background.



Black color preview on #ABABD4 background

This text has black color on #ABABD4 background.


White color preview on #ABABD4 background

This text has white color on #ABABD4 background.