COLOR #ADBFB6

HEX: #ADBFB6
RGB: (173,191,182)

Color info

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

RGB color model

#ADBFB6 color RGB value is (173,191,182).

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

RGB channels and saturation

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

173
191
182

R + G + B ~ 71%. #ADBFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 191 + 182 = 546 (100%)
R 173 of 546 ~ 31.68%
G 191 of 546 ~ 34.98%
B 182 of 546 ~ 33.33%

%31.68
%34.98
%33.33

CMYK color model

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

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

CMYK percentages

%9.42
%0
%4.71
%25.1

Codes

Color #ADBFB6 in popluar color models

ADBFB6
RGB173191182
HSL150°12.33%71.37%
HSB/HSV150°9.42%74.90%
CMYK9.42%0.00%4.71%
25.10%

Color #ADBFB6 in popluar number systems.

HEXADBFB6
Decimal173191182
Binary101011011011111110110110
Octal255277266

Shades and tints

Shades of #ADBFB6

#ADBFB6
(173,191,182)
#9EAEA6
(158,174,166)
#8F9D96
(143,157,150)
#808C86
(128,140,134)
#717B76
(113,123,118)
#626A66
(98,106,102)
#535956
(83,89,86)
#444846
(68,72,70)
#353736
(53,55,54)
#262626
(38,38,38)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #ADBFB6

#ADBFB6
(173,191,182)
#B4C4BC
(180,196,188)
#BBC9C2
(187,201,194)
#C2CEC8
(194,206,200)
#C9D3CE
(201,211,206)
#D0D8D4
(208,216,212)
#D7DDDA
(215,221,218)
#DEE2E0
(222,226,224)
#E5E7E6
(229,231,230)
#ECECEC
(236,236,236)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBFB6; }

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

This text font color is #ADBFB6.


Background Color

.myBgColor { background-color: #ADBFB6; }

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

This div background color is #ADBFB6.


Border color

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

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

This div border color is #ADBFB6.


Opacity

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

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

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

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

This text has shadow with #ADBFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBFB6 on black background.


Color preview on white background

This text has color #ADBFB6 on white background.



Black color preview on #ADBFB6 background

This text has black color on #ADBFB6 background.


White color preview on #ADBFB6 background

This text has white color on #ADBFB6 background.