COLOR #ADBFBF

HEX: #ADBFBF
RGB: (173,191,191)

Color info

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

RGB color model

#ADBFBF color RGB value is (173,191,191).

  • red value is 173;
  • green value is 191;
  • blue value is 191.
RGB:
(173,191,191)
(68%,75%,75%)

RGB channels and saturation

R 173 of 255 = 68%
G 191 of 255 = 75%
B 191 of 255 = 75%

173
191
191

R + G + B ~ 73%. #ADBFBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 191 + 191 = 555 (100%)
R 173 of 555 ~ 31.17%
G 191 of 555 ~ 34.41%
B 191 of 555 ~ 34.41%

%31.17
%34.41
%34.41

CMYK color model

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

  • cyan value is 9.42%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(9,0,0,25)
C9M0Y0K25 
(9%,0%,0%,25%)
(0.09/0.00/0.00/0.25)	

CMYK percentages

%9.42
%0
%0
%25.1

Codes

Color #ADBFBF in popluar color models

ADBFBF
RGB173191191
HSL180°12.33%71.37%
HSB/HSV180°9.42%74.90%
CMYK9.42%0.00%0.00%
25.10%

Color #ADBFBF in popluar number systems.

HEXADBFBF
Decimal173191191
Binary101011011011111110111111
Octal255277277

Shades and tints

Shades of #ADBFBF

#ADBFBF
(173,191,191)
#9EAEAE
(158,174,174)
#8F9D9D
(143,157,157)
#808C8C
(128,140,140)
#717B7B
(113,123,123)
#626A6A
(98,106,106)
#535959
(83,89,89)
#444848
(68,72,72)
#353737
(53,55,55)
#262626
(38,38,38)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #ADBFBF

#ADBFBF
(173,191,191)
#B4C4C4
(180,196,196)
#BBC9C9
(187,201,201)
#C2CECE
(194,206,206)
#C9D3D3
(201,211,211)
#D0D8D8
(208,216,216)
#D7DDDD
(215,221,221)
#DEE2E2
(222,226,226)
#E5E7E7
(229,231,231)
#ECECEC
(236,236,236)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBFBF; }

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

This text font color is #ADBFBF.


Background Color

.myBgColor { background-color: #ADBFBF; }

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

This div background color is #ADBFBF.


Border color

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

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

This div border color is #ADBFBF.


Opacity

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

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

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

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

This text has shadow with #ADBFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBFBF on black background.


Color preview on white background

This text has color #ADBFBF on white background.



Black color preview on #ADBFBF background

This text has black color on #ADBFBF background.


White color preview on #ADBFBF background

This text has white color on #ADBFBF background.