COLOR #ABADEB

HEX: #ABADEB RGB: (171,173,235)

Color info

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

RGB color model

#ABADEB color RGB value is (171,173,235).

RGB: (171,173,235) (67%, 68%, 92%)

RGB channels and saturation

R 171 of 255 = 67%
G 173 of 255 = 68%
B 235 of 255 = 92%

171
173
235

R + G + B ~ 76%. #ABADEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 173 + 235 = 579 (100%)
R 171 of 579 ~ 29.53%
G 173 of 579 ~ 29.88%
B 235 of 579 ~ 40.59'%

%29.53
%29.88
%40.59

CMYK color model

#ABADEB color CMYK value is (27,26,0,8).

  • cyan value is 27.23%
  • magenta value is 26.38%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (27,26,0,8)
C27M26Y0K8 (27%, 26%, 0%, 8%)
(0.27 / 0.26 / 0.00 / 0.08)

CMYK percentages

%27.23
%26.38
%0
%7.84

Codes

Color #ABADEB in popluar color models

AB AD EB
RGB 171 173 235
HSL 238° 61.54% 79.61%
HSB/HSV 238° 27.23% 92.16%
CMYK 27.23% 26.38% 0.00%
7.84%

Color #ABADEB in popluar number systems.

HEX AB AD EB
Decimal 171 173 235
Binary 10101011 10101101 11101011
Octal 253 255 353

Shades and tints

Shades of #ABADEB

#ABADEB
(171,173,235)
#9C9ED6
(156,158,214)
#8D8FC1
(141,143,193)
#7E80AC
(126,128,172)
#6F7197
(111,113,151)
#606282
(96,98,130)
#51536D
(81,83,109)
#424458
(66,68,88)
#333543
(51,53,67)
#24262E
(36,38,46)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #ABADEB

#ABADEB
(171,173,235)
#B2B4EC
(178,180,236)
#B9BBED
(185,187,237)
#C0C2EE
(192,194,238)
#C7C9EF
(199,201,239)
#CED0F0
(206,208,240)
#D5D7F1
(213,215,241)
#DCDEF2
(220,222,242)
#E3E5F3
(227,229,243)
#EAECF4
(234,236,244)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABADEB; }

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

This text font color is #ABADEB.

Background Color

.myBgColor { background-color: #ABADEB; }

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

This div background color is #ABADEB.

Border color

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

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

This div border color is #ABADEB.

Opacity

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

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

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

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

This text has shadow with #ABADEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABADEB.

Preview

Color preview on black background

This text has color #ABADEB on black background.


Color preview on white background

This text has color #ABADEB on white background.


Black color preview on #ABADEB background

This text has black color on #ABADEB background.


White color preview on #ABADEB background

This text has white color on #ABADEB background.


Related colors

Complementary color

Complementary color for #hex is #545214.


I love getcolorcode.com

Triadic colors

1 #EBABAD and #ADEBAB with #ABADEB are triadic colors.

2 #EBADAB and #ADABEB with #ABADEB are triadic colors.