COLOR #ADAFA4

HEX: #ADAFA4
RGB: (173,175,164)

Color info

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

RGB color model

#ADAFA4 color RGB value is (173,175,164).

  • red value is 173;
  • green value is 175;
  • blue value is 164.
RGB:
(173,175,164)
(68%,69%,64%)

RGB channels and saturation

R 173 of 255 = 68%
G 175 of 255 = 69%
B 164 of 255 = 64%

173
175
164

R + G + B ~ 67%. #ADAFA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 175 + 164 = 512 (100%)
R 173 of 512 ~ 33.79%
G 175 of 512 ~ 34.18%
B 164 of 512 ~ 32.03%

%33.79
%34.18
%32.03

CMYK color model

#ADAFA4 color CMYK value is (1,0,6,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 6.29%
  • key color value is 31.37%
CMYK:
(1,0,6,31)
C1M0Y6K31 
(1%,0%,6%,31%)
(0.01/0.00/0.06/0.31)	

CMYK percentages

%1.14
%0
%6.29
%31.37

Codes

Color #ADAFA4 in popluar color models

ADAFA4
RGB173175164
HSL71°6.43%66.47%
HSB/HSV71°6.29%68.63%
CMYK1.14%0.00%6.29%
31.37%

Color #ADAFA4 in popluar number systems.

HEXADAFA4
Decimal173175164
Binary101011011010111110100100
Octal255257244

Shades and tints

Shades of #ADAFA4

#ADAFA4
(173,175,164)
#9EA096
(158,160,150)
#8F9188
(143,145,136)
#80827A
(128,130,122)
#71736C
(113,115,108)
#62645E
(98,100,94)
#535550
(83,85,80)
#444642
(68,70,66)
#353734
(53,55,52)
#262826
(38,40,38)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #ADAFA4

#ADAFA4
(173,175,164)
#B4B6AC
(180,182,172)
#BBBDB4
(187,189,180)
#C2C4BC
(194,196,188)
#C9CBC4
(201,203,196)
#D0D2CC
(208,210,204)
#D7D9D4
(215,217,212)
#DEE0DC
(222,224,220)
#E5E7E4
(229,231,228)
#ECEEEC
(236,238,236)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAFA4; }

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

This text font color is #ADAFA4.


Background Color

.myBgColor { background-color: #ADAFA4; }

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

This div background color is #ADAFA4.


Border color

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

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

This div border color is #ADAFA4.


Opacity

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

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

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

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

This text has shadow with #ADAFA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAFA4 on black background.


Color preview on white background

This text has color #ADAFA4 on white background.



Black color preview on #ADAFA4 background

This text has black color on #ADAFA4 background.


White color preview on #ADAFA4 background

This text has white color on #ADAFA4 background.