COLOR #ABADE9

HEX: #ABADE9 RGB: (171,173,233)

Color info

#ABADE9 contains mainly blue color. Web safe color of #ABADE9 is #9999FF (or #99F).

RGB color model

#ABADE9 color RGB value is (171,173,233).

RGB: (171,173,233) (67%, 68%, 91%)

RGB channels and saturation

R 171 of 255 = 67%
G 173 of 255 = 68%
B 233 of 255 = 91%

171
173
233

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

Portions of RGB colors in percentages

R + G + B = 171 + 173 + 233 = 577 (100%)
R 171 of 577 ~ 29.64%
G 173 of 577 ~ 29.98%
B 233 of 577 ~ 40.38'%

%29.64
%29.98
%40.38

CMYK color model

#ABADE9 color CMYK value is (27,26,0,9).

  • cyan value is 26.61%
  • magenta value is 25.75%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (27,26,0,9) C27M26Y0K9 (27%,26%,0%,9%) (0.27/0.26/0.00/0.09) 

CMYK percentages

%26.61
%25.75
%0
%8.63

Codes

Color #ABADE9 in popluar color models

AB AD E9
RGB 171 173 233
HSL 238° 58.49% 79.22%
HSB/HSV 238° 26.61% 91.37%
CMYK 26.61% 25.75% 0.00%
8.63%

Color #ABADE9 in popluar number systems.

HEX AB AD E9
Decimal 171 173 233
Binary 10101011 10101101 11101001
Octal 253 255 351

Shades and tints

Shades of #ABADE9

#ABADE9
(171,173,233)
#9C9ED4
(156,158,212)
#8D8FBF
(141,143,191)
#7E80AA
(126,128,170)
#6F7195
(111,113,149)
#606280
(96,98,128)
#51536B
(81,83,107)
#424456
(66,68,86)
#333541
(51,53,65)
#24262C
(36,38,44)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #ABADE9

#ABADE9
(171,173,233)
#B2B4EB
(178,180,235)
#B9BBED
(185,187,237)
#C0C2EF
(192,194,239)
#C7C9F1
(199,201,241)
#CED0F3
(206,208,243)
#D5D7F5
(213,215,245)
#DCDEF7
(220,222,247)
#E3E5F9
(227,229,249)
#EAECFB
(234,236,251)
#F1F3FD
(241,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABADE9; }

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

This text font color is #ABADE9.

Background Color

.myBgColor { background-color: #ABADE9; }

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

This div background color is #ABADE9.

Border color

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

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

This div border color is #ABADE9.

Opacity

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

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

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

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

This text has shadow with #ABADE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABADE9.

Preview

Color preview on black background

This text has color #ABADE9 on black background.


Color preview on white background

This text has color #ABADE9 on white background.


Black color preview on #ABADE9 background

This text has black color on #ABADE9 background.


White color preview on #ABADE9 background

This text has white color on #ABADE9 background.


Related colors

Complementary color

Complementary color for #hex is #545216.


I love getcolorcode.com

Triadic colors

1 #E9ABAD and #ADE9AB with #ABADE9 are triadic colors.

2 #E9ADAB and #ADABE9 with #ABADE9 are triadic colors.