COLOR #ABADB7

HEX: #ABADB7
RGB: (171,173,183)

Color info

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

RGB color model

#ABADB7 color RGB value is (171,173,183).

  • red value is 171;
  • green value is 173;
  • blue value is 183.
RGB:
(171,173,183)
(67%,68%,72%)

RGB channels and saturation

R 171 of 255 = 67%
G 173 of 255 = 68%
B 183 of 255 = 72%

171
173
183

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

Portions of RGB colors in percentages

R + G + B =
171 + 173 + 183 = 527 (100%)
R 171 of 527 ~ 32.45%
G 173 of 527 ~ 32.83%
B 183 of 527 ~ 34.72%

%32.45
%32.83
%34.72

CMYK color model

#ABADB7 color CMYK value is (7,5,0,28).

  • cyan value is 6.56%
  • magenta value is 5.46%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(7,5,0,28)
C7M5Y0K28 
(7%,5%,0%,28%)
(0.07/0.05/0.00/0.28)	

CMYK percentages

%6.56
%5.46
%0
%28.24

Codes

Color #ABADB7 in popluar color models

ABADB7
RGB171173183
HSL230°7.69%69.41%
HSB/HSV230°6.56%71.76%
CMYK6.56%5.46%0.00%
28.24%

Color #ABADB7 in popluar number systems.

HEXABADB7
Decimal171173183
Binary101010111010110110110111
Octal253255267

Shades and tints

Shades of #ABADB7

#ABADB7
(171,173,183)
#9C9EA7
(156,158,167)
#8D8F97
(141,143,151)
#7E8087
(126,128,135)
#6F7177
(111,113,119)
#606267
(96,98,103)
#515357
(81,83,87)
#424447
(66,68,71)
#333537
(51,53,55)
#242627
(36,38,39)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #ABADB7

#ABADB7
(171,173,183)
#B2B4BD
(178,180,189)
#B9BBC3
(185,187,195)
#C0C2C9
(192,194,201)
#C7C9CF
(199,201,207)
#CED0D5
(206,208,213)
#D5D7DB
(213,215,219)
#DCDEE1
(220,222,225)
#E3E5E7
(227,229,231)
#EAECED
(234,236,237)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABADB7; }

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

This text font color is #ABADB7.


Background Color

.myBgColor { background-color: #ABADB7; }

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

This div background color is #ABADB7.


Border color

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

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

This div border color is #ABADB7.


Opacity

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

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

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

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

This text has shadow with #ABADB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABADB7 on black background.


Color preview on white background

This text has color #ABADB7 on white background.



Black color preview on #ABADB7 background

This text has black color on #ABADB7 background.


White color preview on #ABADB7 background

This text has white color on #ABADB7 background.