COLOR #ADAEA4

HEX: #ADAEA4
RGB: (173,174,164)

Color info

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

RGB color model

#ADAEA4 color RGB value is (173,174,164).

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

RGB channels and saturation

R 173 of 255 = 68%
G 174 of 255 = 68%
B 164 of 255 = 64%

173
174
164

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

Portions of RGB colors in percentages

R + G + B =
173 + 174 + 164 = 511 (100%)
R 173 of 511 ~ 33.86%
G 174 of 511 ~ 34.05%
B 164 of 511 ~ 32.09%

%33.86
%34.05
%32.09

CMYK color model

#ADAEA4 color CMYK value is (1,0,6,32).

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 5.75%
  • key color value is 31.76%
CMYK:
(1,0,6,32)
C1M0Y6K32 
(1%,0%,6%,32%)
(0.01/0.00/0.06/0.32)	

CMYK percentages

%0.57
%0
%5.75
%31.76

Codes

Color #ADAEA4 in popluar color models

ADAEA4
RGB173174164
HSL66°5.81%66.27%
HSB/HSV66°5.75%68.24%
CMYK0.57%0.00%5.75%
31.76%

Color #ADAEA4 in popluar number systems.

HEXADAEA4
Decimal173174164
Binary101011011010111010100100
Octal255256244

Shades and tints

Shades of #ADAEA4

#ADAEA4
(173,174,164)
#9E9F96
(158,159,150)
#8F9088
(143,144,136)
#80817A
(128,129,122)
#71726C
(113,114,108)
#62635E
(98,99,94)
#535450
(83,84,80)
#444542
(68,69,66)
#353634
(53,54,52)
#262726
(38,39,38)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #ADAEA4

#ADAEA4
(173,174,164)
#B4B5AC
(180,181,172)
#BBBCB4
(187,188,180)
#C2C3BC
(194,195,188)
#C9CAC4
(201,202,196)
#D0D1CC
(208,209,204)
#D7D8D4
(215,216,212)
#DEDFDC
(222,223,220)
#E5E6E4
(229,230,228)
#ECEDEC
(236,237,236)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAEA4; }

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

This text font color is #ADAEA4.


Background Color

.myBgColor { background-color: #ADAEA4; }

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

This div background color is #ADAEA4.


Border color

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

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

This div border color is #ADAEA4.


Opacity

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

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

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

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

This text has shadow with #ADAEA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAEA4 on black background.


Color preview on white background

This text has color #ADAEA4 on white background.



Black color preview on #ADAEA4 background

This text has black color on #ADAEA4 background.


White color preview on #ADAEA4 background

This text has white color on #ADAEA4 background.