COLOR #ADB292

HEX: #ADB292
RGB: (173,178,146)

Renk bilgisi

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

RGB renk modeli

#ADB292 color RGB value is (173,178,146).

  • kırmız ton 173;
  • yeşil ton 178;
  • mavi ton 146.
RGB:
(173,178,146)
(68%,70%,57%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 178 of 255 = 70%
B 146 of 255 = 57%

173
178
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 178 + 146 = 497 (100%)
R 173 of 497 ~ 34.81%
G 178 of 497 ~ 35.81%
B 146 of 497 ~ 29.38%

%34.81
%35.81
%29.38

CMYK RENK MODELİ

#ADB292 rengi CMYK tonu (3,0,18,30).

  • camgöbeği tonu 2.81%
  • eflatun tonu 0.00%
  • sarı tonu 17.98%
  • ana renk tonu 30.20%
CMYK:
(3,0,18,30)
C3M0Y18K30 
(3%,0%,18%,30%)
(0.03/0.00/0.18/0.30)	

CMYK yüzdeleri

%2.81
%0
%17.98
%30.2

Codes

Color #ADB292 in popluar color models

ADB292
RGB173178146
HSL69°17.20%63.53%
HSB/HSV69°17.98%69.80%
CMYK2.81%0.00%17.98%
30.20%

Color #ADB292 in popluar number systems.

HEXADB292
Decimal173178146
Binary101011011011001010010010
Octal255262222

Shades and tints

Shades of #ADB292

#ADB292
(173,178,146)
#9EA285
(158,162,133)
#8F9278
(143,146,120)
#80826B
(128,130,107)
#71725E
(113,114,94)
#626251
(98,98,81)
#535244
(83,82,68)
#444237
(68,66,55)
#35322A
(53,50,42)
#26221D
(38,34,29)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #ADB292

#ADB292
(173,178,146)
#B4B99B
(180,185,155)
#BBC0A4
(187,192,164)
#C2C7AD
(194,199,173)
#C9CEB6
(201,206,182)
#D0D5BF
(208,213,191)
#D7DCC8
(215,220,200)
#DEE3D1
(222,227,209)
#E5EADA
(229,234,218)
#ECF1E3
(236,241,227)
#F3F8EC
(243,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB292 color. Also use rgb(173,178,146) instead hex code.

Text Font Color

.myTextColor { color: #ADB292; }

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

This text font color is #ADB292.


Background Color

.myBgColor { background-color: #ADB292; }

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

This div background color is #ADB292.


Border color

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

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

This div border color is #ADB292.


Opacity

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

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

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

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

This text has shadow with #ADB292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB292 on black background.


Color preview on white background

This text has color #ADB292 on white background.



Black color preview on #ADB292 background

This text has black color on #ADB292 background.


White color preview on #ADB292 background

This text has white color on #ADB292 background.