COLOR #ADBFA1

HEX: #ADBFA1
RGB: (173,191,161)

Color info

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

RGB color model

#ADBFA1 color RGB value is (173,191,161).

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

RGB channels and saturation

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

173
191
161

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

Portions of RGB colors in percentages

R + G + B =
173 + 191 + 161 = 525 (100%)
R 173 of 525 ~ 32.95%
G 191 of 525 ~ 36.38%
B 161 of 525 ~ 30.67%

%32.95
%36.38
%30.67

CMYK color model

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

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

CMYK percentages

%9.42
%0
%15.71
%25.1

Codes

Color #ADBFA1 in popluar color models

ADBFA1
RGB173191161
HSL96°18.99%69.02%
HSB/HSV96°15.71%74.90%
CMYK9.42%0.00%15.71%
25.10%

Color #ADBFA1 in popluar number systems.

HEXADBFA1
Decimal173191161
Binary101011011011111110100001
Octal255277241

Shades and tints

Shades of #ADBFA1

#ADBFA1
(173,191,161)
#9EAE93
(158,174,147)
#8F9D85
(143,157,133)
#808C77
(128,140,119)
#717B69
(113,123,105)
#626A5B
(98,106,91)
#53594D
(83,89,77)
#44483F
(68,72,63)
#353731
(53,55,49)
#262623
(38,38,35)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #ADBFA1

#ADBFA1
(173,191,161)
#B4C4A9
(180,196,169)
#BBC9B1
(187,201,177)
#C2CEB9
(194,206,185)
#C9D3C1
(201,211,193)
#D0D8C9
(208,216,201)
#D7DDD1
(215,221,209)
#DEE2D9
(222,226,217)
#E5E7E1
(229,231,225)
#ECECE9
(236,236,233)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBFA1; }

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

This text font color is #ADBFA1.


Background Color

.myBgColor { background-color: #ADBFA1; }

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

This div background color is #ADBFA1.


Border color

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

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

This div border color is #ADBFA1.


Opacity

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

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

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

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

This text has shadow with #ADBFA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBFA1 on black background.


Color preview on white background

This text has color #ADBFA1 on white background.



Black color preview on #ADBFA1 background

This text has black color on #ADBFA1 background.


White color preview on #ADBFA1 background

This text has white color on #ADBFA1 background.