COLOR #ADB179

HEX: #ADB179
RGB: (173,177,121)

Renk bilgisi

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

RGB renk modeli

#ADB179 color RGB value is (173,177,121).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 177 of 255 = 69%
B 121 of 255 = 47%

173
177
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 177 + 121 = 471 (100%)
R 173 of 471 ~ 36.73%
G 177 of 471 ~ 37.58%
B 121 of 471 ~ 25.69%

%36.73
%37.58
%25.69

CMYK RENK MODELİ

#ADB179 rengi CMYK tonu (2,0,32,31).

  • camgöbeği tonu 2.26%
  • eflatun tonu 0.00%
  • sarı tonu 31.64%
  • ana renk tonu 30.59%
CMYK:
(2,0,32,31)
C2M0Y32K31 
(2%,0%,32%,31%)
(0.02/0.00/0.32/0.31)	

CMYK yüzdeleri

%2.26
%0
%31.64
%30.59

Codes

Color #ADB179 in popluar color models

ADB179
RGB173177121
HSL64°26.42%58.43%
HSB/HSV64°31.64%69.41%
CMYK2.26%0.00%31.64%
30.59%

Color #ADB179 in popluar number systems.

HEXADB179
Decimal173177121
Binary10101101101100011111001
Octal255261171

Shades and tints

Shades of #ADB179

#ADB179
(173,177,121)
#9EA16E
(158,161,110)
#8F9163
(143,145,99)
#808158
(128,129,88)
#71714D
(113,113,77)
#626142
(98,97,66)
#535137
(83,81,55)
#44412C
(68,65,44)
#353121
(53,49,33)
#262116
(38,33,22)
#17110B
(23,17,11)
#000000
(0,0,0)

Tints of #ADB179

#ADB179
(173,177,121)
#B4B885
(180,184,133)
#BBBF91
(187,191,145)
#C2C69D
(194,198,157)
#C9CDA9
(201,205,169)
#D0D4B5
(208,212,181)
#D7DBC1
(215,219,193)
#DEE2CD
(222,226,205)
#E5E9D9
(229,233,217)
#ECF0E5
(236,240,229)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB179 color. Also use rgb(173,177,121) instead hex code.

Text Font Color

.myTextColor { color: #ADB179; }

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

This text font color is #ADB179.


Background Color

.myBgColor { background-color: #ADB179; }

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

This div background color is #ADB179.


Border color

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

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

This div border color is #ADB179.


Opacity

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

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

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

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

This text has shadow with #ADB179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB179 on black background.


Color preview on white background

This text has color #ADB179 on white background.



Black color preview on #ADB179 background

This text has black color on #ADB179 background.


White color preview on #ADB179 background

This text has white color on #ADB179 background.