COLOR #ABADBA

HEX: #ABADBA RGB: (171,173,186)

Color info

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

RGB color model

#ABADBA color RGB value is (171,173,186).

RGB: (171,173,186) (67%, 68%, 73%)

RGB channels and saturation

R 171 of 255 = 67%
G 173 of 255 = 68%
B 186 of 255 = 73%

171
173
186

R + G + B ~ 69%. #ABADBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 173 + 186 = 530 (100%)
R 171 of 530 ~ 32.26%
G 173 of 530 ~ 32.64%
B 186 of 530 ~ 35.09'%

%32.26
%32.64
%35.09

CMYK color model

#ABADBA color CMYK value is (8,7,0,27).

  • cyan value is 8.06%
  • magenta value is 6.99%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (8,7,0,27) C8M7Y0K27 (8%,7%,0%,27%) (0.08/0.07/0.00/0.27) 

CMYK percentages

%8.06
%6.99
%0
%27.06

Codes

Color #ABADBA in popluar color models

AB AD BA
RGB 171 173 186
HSL 232° 9.80% 70.00%
HSB/HSV 232° 8.06% 72.94%
CMYK 8.06% 6.99% 0.00%
27.06%

Color #ABADBA in popluar number systems.

HEX AB AD BA
Decimal 171 173 186
Binary 10101011 10101101 10111010
Octal 253 255 272

Shades and tints

Shades of #ABADBA

#ABADBA
(171,173,186)
#9C9EAA
(156,158,170)
#8D8F9A
(141,143,154)
#7E808A
(126,128,138)
#6F717A
(111,113,122)
#60626A
(96,98,106)
#51535A
(81,83,90)
#42444A
(66,68,74)
#33353A
(51,53,58)
#24262A
(36,38,42)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #ABADBA

#ABADBA
(171,173,186)
#B2B4C0
(178,180,192)
#B9BBC6
(185,187,198)
#C0C2CC
(192,194,204)
#C7C9D2
(199,201,210)
#CED0D8
(206,208,216)
#D5D7DE
(213,215,222)
#DCDEE4
(220,222,228)
#E3E5EA
(227,229,234)
#EAECF0
(234,236,240)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABADBA; }

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

This text font color is #ABADBA.

Background Color

.myBgColor { background-color: #ABADBA; }

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

This div background color is #ABADBA.

Border color

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

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

This div border color is #ABADBA.

Opacity

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

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

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

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

This text has shadow with #ABADBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABADBA.

Preview

Color preview on black background

This text has color #ABADBA on black background.


Color preview on white background

This text has color #ABADBA on white background.


Black color preview on #ABADBA background

This text has black color on #ABADBA background.


White color preview on #ABADBA background

This text has white color on #ABADBA background.


Related colors

Complementary color

Complementary color for #hex is #545245.


I love getcolorcode.com

Triadic colors

1 #BAABAD and #ADBAAB with #ABADBA are triadic colors.

2 #BAADAB and #ADABBA with #ABADBA are triadic colors.