COLOR #ADAF9B

HEX: #ADAF9B RGB: (173,175,155)

Color info

#ADAF9B contains red, green and blue colors in about the same proportion. Web safe color of #ADAF9B is #999999 (or #999).

RGB color model

#ADAF9B color RGB value is (173,175,155).

RGB: (173,175,155) (68%, 69%, 61%)

RGB channels and saturation

R 173 of 255 = 68%
G 175 of 255 = 69%
B 155 of 255 = 61%

173
175
155

R + G + B ~ 66%. #ADAF9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 175 + 155 = 503 (100%)
R 173 of 503 ~ 34.39%
G 175 of 503 ~ 34.79%
B 155 of 503 ~ 30.82'%

%34.39
%34.79
%30.82

CMYK color model

#ADAF9B color CMYK value is (1,0,11,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 31.37%

CMYK: (1,0,11,31)
C1M0Y11K31 (1%, 0%, 11%, 31%)
(0.01 / 0.00 / 0.11 / 0.31)

CMYK percentages

%1.14
%0
%11.43
%31.37

Codes

Color #ADAF9B in popluar color models

AD AF 9B
RGB 173 175 155
HSL 66° 11.11% 64.71%
HSB/HSV 66° 11.43% 68.63%
CMYK 1.14% 0.00% 11.43%
31.37%

Color #ADAF9B in popluar number systems.

HEX AD AF 9B
Decimal 173 175 155
Binary 10101101 10101111 10011011
Octal 255 257 233

Shades and tints

Shades of #ADAF9B

#ADAF9B
(173,175,155)
#9EA08D
(158,160,141)
#8F917F
(143,145,127)
#808271
(128,130,113)
#717363
(113,115,99)
#626455
(98,100,85)
#535547
(83,85,71)
#444639
(68,70,57)
#35372B
(53,55,43)
#26281D
(38,40,29)
#17190F
(23,25,15)
#000000
(0,0,0)

Tints of #ADAF9B

#ADAF9B
(173,175,155)
#B4B6A4
(180,182,164)
#BBBDAD
(187,189,173)
#C2C4B6
(194,196,182)
#C9CBBF
(201,203,191)
#D0D2C8
(208,210,200)
#D7D9D1
(215,217,209)
#DEE0DA
(222,224,218)
#E5E7E3
(229,231,227)
#ECEEEC
(236,238,236)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAF9B; }

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

This text font color is #ADAF9B.

Background Color

.myBgColor { background-color: #ADAF9B; }

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

This div background color is #ADAF9B.

Border color

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

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

This div border color is #ADAF9B.

Opacity

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

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

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

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

This text has shadow with #ADAF9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAF9B.

Preview

Color preview on black background

This text has color #ADAF9B on black background.


Color preview on white background

This text has color #ADAF9B on white background.


Black color preview on #ADAF9B background

This text has black color on #ADAF9B background.


White color preview on #ADAF9B background

This text has white color on #ADAF9B background.


Related colors

Complementary color

Complementary color for #hex is #525064.


I love getcolorcode.com

Triadic colors

1 #9BADAF and #AF9BAD with #ADAF9B are triadic colors.

2 #9BAFAD and #AFAD9B with #ADAF9B are triadic colors.