COLOR #ADBFA7

HEX: #ADBFA7
RGB: (173,191,167)

Color info

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

RGB color model

#ADBFA7 color RGB value is (173,191,167).

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

RGB channels and saturation

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

173
191
167

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

Portions of RGB colors in percentages

R + G + B =
173 + 191 + 167 = 531 (100%)
R 173 of 531 ~ 32.58%
G 191 of 531 ~ 35.97%
B 167 of 531 ~ 31.45%

%32.58
%35.97
%31.45

CMYK color model

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

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

CMYK percentages

%9.42
%0
%12.57
%25.1

Codes

Color #ADBFA7 in popluar color models

ADBFA7
RGB173191167
HSL105°15.79%70.20%
HSB/HSV105°12.57%74.90%
CMYK9.42%0.00%12.57%
25.10%

Color #ADBFA7 in popluar number systems.

HEXADBFA7
Decimal173191167
Binary101011011011111110100111
Octal255277247

Shades and tints

Shades of #ADBFA7

#ADBFA7
(173,191,167)
#9EAE98
(158,174,152)
#8F9D89
(143,157,137)
#808C7A
(128,140,122)
#717B6B
(113,123,107)
#626A5C
(98,106,92)
#53594D
(83,89,77)
#44483E
(68,72,62)
#35372F
(53,55,47)
#262620
(38,38,32)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #ADBFA7

#ADBFA7
(173,191,167)
#B4C4AF
(180,196,175)
#BBC9B7
(187,201,183)
#C2CEBF
(194,206,191)
#C9D3C7
(201,211,199)
#D0D8CF
(208,216,207)
#D7DDD7
(215,221,215)
#DEE2DF
(222,226,223)
#E5E7E7
(229,231,231)
#ECECEF
(236,236,239)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBFA7; }

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

This text font color is #ADBFA7.


Background Color

.myBgColor { background-color: #ADBFA7; }

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

This div background color is #ADBFA7.


Border color

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

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

This div border color is #ADBFA7.


Opacity

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

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

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

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

This text has shadow with #ADBFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBFA7 on black background.


Color preview on white background

This text has color #ADBFA7 on white background.



Black color preview on #ADBFA7 background

This text has black color on #ADBFA7 background.


White color preview on #ADBFA7 background

This text has white color on #ADBFA7 background.