COLOR #ABABD5

HEX: #ABABD5
RGB: (171,171,213)

Color info

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

RGB color model

#ABABD5 color RGB value is (171,171,213).

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

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 213 of 255 = 84%

171
171
213

R + G + B ~ 73%. #ABABD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 171 + 213 = 555 (100%)
R 171 of 555 ~ 30.81%
G 171 of 555 ~ 30.81%
B 213 of 555 ~ 38.38%

%30.81
%30.81
%38.38

CMYK color model

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

  • cyan value is 19.72%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(20,20,0,16)
C20M20Y0K16 
(20%,20%,0%,16%)
(0.20/0.20/0.00/0.16)	

CMYK percentages

%19.72
%19.72
%0
%16.47

Codes

Color #ABABD5 in popluar color models

ABABD5
RGB171171213
HSL240°33.33%75.29%
HSB/HSV240°19.72%83.53%
CMYK19.72%19.72%0.00%
16.47%

Color #ABABD5 in popluar number systems.

HEXABABD5
Decimal171171213
Binary101010111010101111010101
Octal253253325

Shades and tints

Shades of #ABABD5

#ABABD5
(171,171,213)
#9C9CC2
(156,156,194)
#8D8DAF
(141,141,175)
#7E7E9C
(126,126,156)
#6F6F89
(111,111,137)
#606076
(96,96,118)
#515163
(81,81,99)
#424250
(66,66,80)
#33333D
(51,51,61)
#24242A
(36,36,42)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #ABABD5

#ABABD5
(171,171,213)
#B2B2D8
(178,178,216)
#B9B9DB
(185,185,219)
#C0C0DE
(192,192,222)
#C7C7E1
(199,199,225)
#CECEE4
(206,206,228)
#D5D5E7
(213,213,231)
#DCDCEA
(220,220,234)
#E3E3ED
(227,227,237)
#EAEAF0
(234,234,240)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABABD5; }

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

This text font color is #ABABD5.


Background Color

.myBgColor { background-color: #ABABD5; }

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

This div background color is #ABABD5.


Border color

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

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

This div border color is #ABABD5.


Opacity

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

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

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

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

This text has shadow with #ABABD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABABD5 on black background.


Color preview on white background

This text has color #ABABD5 on white background.



Black color preview on #ABABD5 background

This text has black color on #ABABD5 background.


White color preview on #ABABD5 background

This text has white color on #ABABD5 background.