COLOR #ABABDE

HEX: #ABABDE
RGB: (171,171,222)

Color info

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

RGB color model

#ABABDE color RGB value is (171,171,222).

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

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 222 of 255 = 87%

171
171
222

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

Portions of RGB colors in percentages

R + G + B =
171 + 171 + 222 = 564 (100%)
R 171 of 564 ~ 30.32%
G 171 of 564 ~ 30.32%
B 222 of 564 ~ 39.36%

%30.32
%30.32
%39.36

CMYK color model

#ABABDE color CMYK value is (23,23,0,13).

  • cyan value is 22.97%
  • magenta value is 22.97%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(23,23,0,13)
C23M23Y0K13 
(23%,23%,0%,13%)
(0.23/0.23/0.00/0.13)	

CMYK percentages

%22.97
%22.97
%0
%12.94

Codes

Color #ABABDE in popluar color models

ABABDE
RGB171171222
HSL240°43.59%77.06%
HSB/HSV240°22.97%87.06%
CMYK22.97%22.97%0.00%
12.94%

Color #ABABDE in popluar number systems.

HEXABABDE
Decimal171171222
Binary101010111010101111011110
Octal253253336

Shades and tints

Shades of #ABABDE

#ABABDE
(171,171,222)
#9C9CCA
(156,156,202)
#8D8DB6
(141,141,182)
#7E7EA2
(126,126,162)
#6F6F8E
(111,111,142)
#60607A
(96,96,122)
#515166
(81,81,102)
#424252
(66,66,82)
#33333E
(51,51,62)
#24242A
(36,36,42)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #ABABDE

#ABABDE
(171,171,222)
#B2B2E1
(178,178,225)
#B9B9E4
(185,185,228)
#C0C0E7
(192,192,231)
#C7C7EA
(199,199,234)
#CECEED
(206,206,237)
#D5D5F0
(213,213,240)
#DCDCF3
(220,220,243)
#E3E3F6
(227,227,246)
#EAEAF9
(234,234,249)
#F1F1FC
(241,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABABDE; }

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

This text font color is #ABABDE.


Background Color

.myBgColor { background-color: #ABABDE; }

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

This div background color is #ABABDE.


Border color

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

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

This div border color is #ABABDE.


Opacity

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

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

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

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

This text has shadow with #ABABDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABABDE on black background.


Color preview on white background

This text has color #ABABDE on white background.



Black color preview on #ABABDE background

This text has black color on #ABABDE background.


White color preview on #ABABDE background

This text has white color on #ABABDE background.