COLOR #ABADBD

HEX: #ABADBD RGB: (171,173,189)

Color info

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

RGB color model

#ABADBD color RGB value is (171,173,189).

RGB: (171,173,189) (67%, 68%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 173 of 255 = 68%
B 189 of 255 = 74%

171
173
189

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

Portions of RGB colors in percentages

R + G + B = 171 + 173 + 189 = 533 (100%)
R 171 of 533 ~ 32.08%
G 173 of 533 ~ 32.46%
B 189 of 533 ~ 35.46'%

%32.08
%32.46
%35.46

CMYK color model

#ABADBD color CMYK value is (10,8,0,26).

  • cyan value is 9.52%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (10,8,0,26)
C10M8Y0K26 (10%, 8%, 0%, 26%)
(0.10 / 0.08 / 0.00 / 0.26)

CMYK percentages

%9.52
%8.47
%0
%25.88

Codes

Color #ABADBD in popluar color models

AB AD BD
RGB 171 173 189
HSL 233° 12.00% 70.59%
HSB/HSV 233° 9.52% 74.12%
CMYK 9.52% 8.47% 0.00%
25.88%

Color #ABADBD in popluar number systems.

HEX AB AD BD
Decimal 171 173 189
Binary 10101011 10101101 10111101
Octal 253 255 275

Shades and tints

Shades of #ABADBD

#ABADBD
(171,173,189)
#9C9EAC
(156,158,172)
#8D8F9B
(141,143,155)
#7E808A
(126,128,138)
#6F7179
(111,113,121)
#606268
(96,98,104)
#515357
(81,83,87)
#424446
(66,68,70)
#333535
(51,53,53)
#242624
(36,38,36)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #ABADBD

#ABADBD
(171,173,189)
#B2B4C3
(178,180,195)
#B9BBC9
(185,187,201)
#C0C2CF
(192,194,207)
#C7C9D5
(199,201,213)
#CED0DB
(206,208,219)
#D5D7E1
(213,215,225)
#DCDEE7
(220,222,231)
#E3E5ED
(227,229,237)
#EAECF3
(234,236,243)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABADBD; }

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

This text font color is #ABADBD.

Background Color

.myBgColor { background-color: #ABADBD; }

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

This div background color is #ABADBD.

Border color

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

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

This div border color is #ABADBD.

Opacity

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

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

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

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

This text has shadow with #ABADBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABADBD.

Preview

Color preview on black background

This text has color #ABADBD on black background.


Color preview on white background

This text has color #ABADBD on white background.


Black color preview on #ABADBD background

This text has black color on #ABADBD background.


White color preview on #ABADBD background

This text has white color on #ABADBD background.


Related colors

Complementary color

Complementary color for #hex is #545242.


I love getcolorcode.com

Triadic colors

1 #BDABAD and #ADBDAB with #ABADBD are triadic colors.

2 #BDADAB and #ADABBD with #ABADBD are triadic colors.