COLOR #ABADE5

HEX: #ABADE5
RGB: (171,173,229)

Color info

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

RGB color model

#ABADE5 color RGB value is (171,173,229).

  • red value is 171;
  • green value is 173;
  • blue value is 229.
RGB:
(171,173,229)
(67%,68%,90%)

RGB channels and saturation

R 171 of 255 = 67%
G 173 of 255 = 68%
B 229 of 255 = 90%

171
173
229

R + G + B ~ 75%. #ABADE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 173 + 229 = 573 (100%)
R 171 of 573 ~ 29.84%
G 173 of 573 ~ 30.19%
B 229 of 573 ~ 39.97%

%29.84
%30.19
%39.97

CMYK color model

#ABADE5 color CMYK value is (25,24,0,10).

  • cyan value is 25.33%
  • magenta value is 24.45%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(25,24,0,10)
C25M24Y0K10 
(25%,24%,0%,10%)
(0.25/0.24/0.00/0.10)	

CMYK percentages

%25.33
%24.45
%0
%10.2

Codes

Color #ABADE5 in popluar color models

ABADE5
RGB171173229
HSL238°52.73%78.43%
HSB/HSV238°25.33%89.80%
CMYK25.33%24.45%0.00%
10.20%

Color #ABADE5 in popluar number systems.

HEXABADE5
Decimal171173229
Binary101010111010110111100101
Octal253255345

Shades and tints

Shades of #ABADE5

#ABADE5
(171,173,229)
#9C9ED1
(156,158,209)
#8D8FBD
(141,143,189)
#7E80A9
(126,128,169)
#6F7195
(111,113,149)
#606281
(96,98,129)
#51536D
(81,83,109)
#424459
(66,68,89)
#333545
(51,53,69)
#242631
(36,38,49)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #ABADE5

#ABADE5
(171,173,229)
#B2B4E7
(178,180,231)
#B9BBE9
(185,187,233)
#C0C2EB
(192,194,235)
#C7C9ED
(199,201,237)
#CED0EF
(206,208,239)
#D5D7F1
(213,215,241)
#DCDEF3
(220,222,243)
#E3E5F5
(227,229,245)
#EAECF7
(234,236,247)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABADE5; }

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

This text font color is #ABADE5.


Background Color

.myBgColor { background-color: #ABADE5; }

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

This div background color is #ABADE5.


Border color

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

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

This div border color is #ABADE5.


Opacity

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

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

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

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

This text has shadow with #ABADE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABADE5 on black background.


Color preview on white background

This text has color #ABADE5 on white background.



Black color preview on #ABADE5 background

This text has black color on #ABADE5 background.


White color preview on #ABADE5 background

This text has white color on #ABADE5 background.