COLOR #ADAE77

HEX: #ADAE77
RGB: (173,174,119)

Renk bilgisi

#ADAE77 contains red, green and blue colors in about the same proportion. #ADAE77 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#ADAE77 color RGB value is (173,174,119).

  • kırmız ton 173;
  • yeşil ton 174;
  • mavi ton 119.
RGB:
(173,174,119)
(68%,68%,47%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 174 of 255 = 68%
B 119 of 255 = 47%

173
174
119

R + G + B ~ 61%. #ADAE77 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 174 + 119 = 466 (100%)
R 173 of 466 ~ 37.12%
G 174 of 466 ~ 37.34%
B 119 of 466 ~ 25.54%

%37.12
%37.34
%25.54

CMYK RENK MODELİ

#ADAE77 rengi CMYK tonu (1,0,32,32).

  • camgöbeği tonu 0.57%
  • eflatun tonu 0.00%
  • sarı tonu 31.61%
  • ana renk tonu 31.76%
CMYK:
(1,0,32,32)
C1M0Y32K32 
(1%,0%,32%,32%)
(0.01/0.00/0.32/0.32)	

CMYK yüzdeleri

%0.57
%0
%31.61
%31.76

Codes

Color #ADAE77 in popluar color models

ADAE77
RGB173174119
HSL61°25.35%57.45%
HSB/HSV61°31.61%68.24%
CMYK0.57%0.00%31.61%
31.76%

Color #ADAE77 in popluar number systems.

HEXADAE77
Decimal173174119
Binary10101101101011101110111
Octal255256167

Shades and tints

Shades of #ADAE77

#ADAE77
(173,174,119)
#9E9F6D
(158,159,109)
#8F9063
(143,144,99)
#808159
(128,129,89)
#71724F
(113,114,79)
#626345
(98,99,69)
#53543B
(83,84,59)
#444531
(68,69,49)
#353627
(53,54,39)
#26271D
(38,39,29)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #ADAE77

#ADAE77
(173,174,119)
#B4B583
(180,181,131)
#BBBC8F
(187,188,143)
#C2C39B
(194,195,155)
#C9CAA7
(201,202,167)
#D0D1B3
(208,209,179)
#D7D8BF
(215,216,191)
#DEDFCB
(222,223,203)
#E5E6D7
(229,230,215)
#ECEDE3
(236,237,227)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAE77; }

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

This text font color is #ADAE77.


Background Color

.myBgColor { background-color: #ADAE77; }

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

This div background color is #ADAE77.


Border color

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

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

This div border color is #ADAE77.


Opacity

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

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

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

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

This text has shadow with #ADAE77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAE77 on black background.


Color preview on white background

This text has color #ADAE77 on white background.



Black color preview on #ADAE77 background

This text has black color on #ADAE77 background.


White color preview on #ADAE77 background

This text has white color on #ADAE77 background.