COLOR #ADBFAB

HEX: #ADBFAB
RGB: (173,191,171)

Color info

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

RGB color model

#ADBFAB color RGB value is (173,191,171).

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

RGB channels and saturation

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

173
191
171

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

Portions of RGB colors in percentages

R + G + B =
173 + 191 + 171 = 535 (100%)
R 173 of 535 ~ 32.34%
G 191 of 535 ~ 35.7%
B 171 of 535 ~ 31.96%

%32.34
%35.7
%31.96

CMYK color model

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

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

CMYK percentages

%9.42
%0
%10.47
%25.1

Codes

Color #ADBFAB in popluar color models

ADBFAB
RGB173191171
HSL114°13.51%70.98%
HSB/HSV114°10.47%74.90%
CMYK9.42%0.00%10.47%
25.10%

Color #ADBFAB in popluar number systems.

HEXADBFAB
Decimal173191171
Binary101011011011111110101011
Octal255277253

Shades and tints

Shades of #ADBFAB

#ADBFAB
(173,191,171)
#9EAE9C
(158,174,156)
#8F9D8D
(143,157,141)
#808C7E
(128,140,126)
#717B6F
(113,123,111)
#626A60
(98,106,96)
#535951
(83,89,81)
#444842
(68,72,66)
#353733
(53,55,51)
#262624
(38,38,36)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #ADBFAB

#ADBFAB
(173,191,171)
#B4C4B2
(180,196,178)
#BBC9B9
(187,201,185)
#C2CEC0
(194,206,192)
#C9D3C7
(201,211,199)
#D0D8CE
(208,216,206)
#D7DDD5
(215,221,213)
#DEE2DC
(222,226,220)
#E5E7E3
(229,231,227)
#ECECEA
(236,236,234)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBFAB; }

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

This text font color is #ADBFAB.


Background Color

.myBgColor { background-color: #ADBFAB; }

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

This div background color is #ADBFAB.


Border color

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

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

This div border color is #ADBFAB.


Opacity

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

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

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

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

This text has shadow with #ADBFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBFAB on black background.


Color preview on white background

This text has color #ADBFAB on white background.



Black color preview on #ADBFAB background

This text has black color on #ADBFAB background.


White color preview on #ADBFAB background

This text has white color on #ADBFAB background.