COLOR #ABADB4

HEX: #ABADB4 RGB: (171,173,180)

Color info

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

RGB color model

#ABADB4 color RGB value is (171,173,180).

RGB: (171,173,180) (67%, 68%, 71%)

RGB channels and saturation

R 171 of 255 = 67%
G 173 of 255 = 68%
B 180 of 255 = 71%

171
173
180

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

Portions of RGB colors in percentages

R + G + B = 171 + 173 + 180 = 524 (100%)
R 171 of 524 ~ 32.63%
G 173 of 524 ~ 33.02%
B 180 of 524 ~ 34.35'%

%32.63
%33.02
%34.35

CMYK color model

#ABADB4 color CMYK value is (5,4,0,29).

  • cyan value is 5.00%
  • magenta value is 3.89%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (5,4,0,29)
C5M4Y0K29 (5%, 4%, 0%, 29%)
(0.05 / 0.04 / 0.00 / 0.29)

CMYK percentages

%5
%3.89
%0
%29.41

Codes

Color #ABADB4 in popluar color models

AB AD B4
RGB 171 173 180
HSL 227° 5.66% 68.82%
HSB/HSV 227° 5.00% 70.59%
CMYK 5.00% 3.89% 0.00%
29.41%

Color #ABADB4 in popluar number systems.

HEX AB AD B4
Decimal 171 173 180
Binary 10101011 10101101 10110100
Octal 253 255 264

Shades and tints

Shades of #ABADB4

#ABADB4
(171,173,180)
#9C9EA4
(156,158,164)
#8D8F94
(141,143,148)
#7E8084
(126,128,132)
#6F7174
(111,113,116)
#606264
(96,98,100)
#515354
(81,83,84)
#424444
(66,68,68)
#333534
(51,53,52)
#242624
(36,38,36)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #ABADB4

#ABADB4
(171,173,180)
#B2B4BA
(178,180,186)
#B9BBC0
(185,187,192)
#C0C2C6
(192,194,198)
#C7C9CC
(199,201,204)
#CED0D2
(206,208,210)
#D5D7D8
(213,215,216)
#DCDEDE
(220,222,222)
#E3E5E4
(227,229,228)
#EAECEA
(234,236,234)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABADB4; }

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

This text font color is #ABADB4.

Background Color

.myBgColor { background-color: #ABADB4; }

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

This div background color is #ABADB4.

Border color

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

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

This div border color is #ABADB4.

Opacity

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

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

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

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

This text has shadow with #ABADB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABADB4.

Preview

Color preview on black background

This text has color #ABADB4 on black background.


Color preview on white background

This text has color #ABADB4 on white background.


Black color preview on #ABADB4 background

This text has black color on #ABADB4 background.


White color preview on #ABADB4 background

This text has white color on #ABADB4 background.


Related colors

Complementary color

Complementary color for #hex is #54524B.


I love getcolorcode.com

Triadic colors

1 #B4ABAD and #ADB4AB with #ABADB4 are triadic colors.

2 #B4ADAB and #ADABB4 with #ABADB4 are triadic colors.