COLOR #ABADBE

HEX: #ABADBE RGB: (171,173,190)

Color info

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

RGB color model

#ABADBE color RGB value is (171,173,190).

RGB: (171,173,190) (67%, 68%, 75%)

RGB channels and saturation

R 171 of 255 = 67%
G 173 of 255 = 68%
B 190 of 255 = 75%

171
173
190

R + G + B ~ 70%. #ABADBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 173 + 190 = 534 (100%)
R 171 of 534 ~ 32.02%
G 173 of 534 ~ 32.4%
B 190 of 534 ~ 35.58'%

%32.02
%32.4
%35.58

CMYK color model

#ABADBE color CMYK value is (10,9,0,25).

  • cyan value is 10.00%
  • magenta value is 8.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (10,9,0,25) C10M9Y0K25 (10%,9%,0%,25%) (0.10/0.09/0.00/0.25) 

CMYK percentages

%10
%8.95
%0
%25.49

Codes

Color #ABADBE in popluar color models

AB AD BE
RGB 171 173 190
HSL 234° 12.75% 70.78%
HSB/HSV 234° 10.00% 74.51%
CMYK 10.00% 8.95% 0.00%
25.49%

Color #ABADBE in popluar number systems.

HEX AB AD BE
Decimal 171 173 190
Binary 10101011 10101101 10111110
Octal 253 255 276

Shades and tints

Shades of #ABADBE

#ABADBE
(171,173,190)
#9C9EAD
(156,158,173)
#8D8F9C
(141,143,156)
#7E808B
(126,128,139)
#6F717A
(111,113,122)
#606269
(96,98,105)
#515358
(81,83,88)
#424447
(66,68,71)
#333536
(51,53,54)
#242625
(36,38,37)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #ABADBE

#ABADBE
(171,173,190)
#B2B4C3
(178,180,195)
#B9BBC8
(185,187,200)
#C0C2CD
(192,194,205)
#C7C9D2
(199,201,210)
#CED0D7
(206,208,215)
#D5D7DC
(213,215,220)
#DCDEE1
(220,222,225)
#E3E5E6
(227,229,230)
#EAECEB
(234,236,235)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABADBE; }

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

This text font color is #ABADBE.

Background Color

.myBgColor { background-color: #ABADBE; }

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

This div background color is #ABADBE.

Border color

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

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

This div border color is #ABADBE.

Opacity

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

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

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

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

This text has shadow with #ABADBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABADBE.

Preview

Color preview on black background

This text has color #ABADBE on black background.


Color preview on white background

This text has color #ABADBE on white background.


Black color preview on #ABADBE background

This text has black color on #ABADBE background.


White color preview on #ABADBE background

This text has white color on #ABADBE background.


Related colors

Complementary color

Complementary color for #hex is #545241.


I love getcolorcode.com

Triadic colors

1 #BEABAD and #ADBEAB with #ABADBE are triadic colors.

2 #BEADAB and #ADABBE with #ABADBE are triadic colors.