COLOR #ADAF95

HEX: #ADAF95
RGB: (173,175,149)

Color info

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

RGB color model

#ADAF95 color RGB value is (173,175,149).

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

RGB channels and saturation

R 173 of 255 = 68%
G 175 of 255 = 69%
B 149 of 255 = 58%

173
175
149

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

Portions of RGB colors in percentages

R + G + B =
173 + 175 + 149 = 497 (100%)
R 173 of 497 ~ 34.81%
G 175 of 497 ~ 35.21%
B 149 of 497 ~ 29.98%

%34.81
%35.21
%29.98

CMYK color model

#ADAF95 color CMYK value is (1,0,15,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 31.37%
CMYK:
(1,0,15,31)
C1M0Y15K31 
(1%,0%,15%,31%)
(0.01/0.00/0.15/0.31)	

CMYK percentages

%1.14
%0
%14.86
%31.37

Codes

Color #ADAF95 in popluar color models

ADAF95
RGB173175149
HSL65°13.98%63.53%
HSB/HSV65°14.86%68.63%
CMYK1.14%0.00%14.86%
31.37%

Color #ADAF95 in popluar number systems.

HEXADAF95
Decimal173175149
Binary101011011010111110010101
Octal255257225

Shades and tints

Shades of #ADAF95

#ADAF95
(173,175,149)
#9EA088
(158,160,136)
#8F917B
(143,145,123)
#80826E
(128,130,110)
#717361
(113,115,97)
#626454
(98,100,84)
#535547
(83,85,71)
#44463A
(68,70,58)
#35372D
(53,55,45)
#262820
(38,40,32)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #ADAF95

#ADAF95
(173,175,149)
#B4B69E
(180,182,158)
#BBBDA7
(187,189,167)
#C2C4B0
(194,196,176)
#C9CBB9
(201,203,185)
#D0D2C2
(208,210,194)
#D7D9CB
(215,217,203)
#DEE0D4
(222,224,212)
#E5E7DD
(229,231,221)
#ECEEE6
(236,238,230)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAF95; }

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

This text font color is #ADAF95.


Background Color

.myBgColor { background-color: #ADAF95; }

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

This div background color is #ADAF95.


Border color

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

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

This div border color is #ADAF95.


Opacity

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

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

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

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

This text has shadow with #ADAF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAF95 on black background.


Color preview on white background

This text has color #ADAF95 on white background.



Black color preview on #ADAF95 background

This text has black color on #ADAF95 background.


White color preview on #ADAF95 background

This text has white color on #ADAF95 background.