COLOR #ADAE99

HEX: #ADAE99 RGB: (173,174,153)

Color info

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

RGB color model

#ADAE99 color RGB value is (173,174,153).

RGB: (173,174,153) (68%, 68%, 60%)

RGB channels and saturation

R 173 of 255 = 68%
G 174 of 255 = 68%
B 153 of 255 = 60%

173
174
153

R + G + B ~ 65%. #ADAE99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 174 + 153 = 500 (100%)
R 173 of 500 ~ 34.6%
G 174 of 500 ~ 34.8%
B 153 of 500 ~ 30.6'%

%34.6
%34.8
%30.6

CMYK color model

#ADAE99 color CMYK value is (1,0,12,32).

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 31.76%

CMYK: (1,0,12,32)
C1M0Y12K32 (1%, 0%, 12%, 32%)
(0.01 / 0.00 / 0.12 / 0.32)

CMYK percentages

%0.57
%0
%12.07
%31.76

Codes

Color #ADAE99 in popluar color models

AD AE 99
RGB 173 174 153
HSL 63° 11.48% 64.12%
HSB/HSV 63° 12.07% 68.24%
CMYK 0.57% 0.00% 12.07%
31.76%

Color #ADAE99 in popluar number systems.

HEX AD AE 99
Decimal 173 174 153
Binary 10101101 10101110 10011001
Octal 255 256 231

Shades and tints

Shades of #ADAE99

#ADAE99
(173,174,153)
#9E9F8C
(158,159,140)
#8F907F
(143,144,127)
#808172
(128,129,114)
#717265
(113,114,101)
#626358
(98,99,88)
#53544B
(83,84,75)
#44453E
(68,69,62)
#353631
(53,54,49)
#262724
(38,39,36)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #ADAE99

#ADAE99
(173,174,153)
#B4B5A2
(180,181,162)
#BBBCAB
(187,188,171)
#C2C3B4
(194,195,180)
#C9CABD
(201,202,189)
#D0D1C6
(208,209,198)
#D7D8CF
(215,216,207)
#DEDFD8
(222,223,216)
#E5E6E1
(229,230,225)
#ECEDEA
(236,237,234)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAE99; }

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

This text font color is #ADAE99.

Background Color

.myBgColor { background-color: #ADAE99; }

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

This div background color is #ADAE99.

Border color

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

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

This div border color is #ADAE99.

Opacity

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

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

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

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

This text has shadow with #ADAE99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAE99.

Preview

Color preview on black background

This text has color #ADAE99 on black background.


Color preview on white background

This text has color #ADAE99 on white background.


Black color preview on #ADAE99 background

This text has black color on #ADAE99 background.


White color preview on #ADAE99 background

This text has white color on #ADAE99 background.


Related colors

Complementary color

Complementary color for #hex is #525166.


I love getcolorcode.com

Triadic colors

1 #99ADAE and #AE99AD with #ADAE99 are triadic colors.

2 #99AEAD and #AEAD99 with #ADAE99 are triadic colors.