COLOR #ADB384

HEX: #ADB384
RGB: (173,179,132)

Renk bilgisi

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

RGB renk modeli

#ADB384 color RGB value is (173,179,132).

  • kırmız ton 173;
  • yeşil ton 179;
  • mavi ton 132.
RGB:
(173,179,132)
(68%,70%,52%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 179 of 255 = 70%
B 132 of 255 = 52%

173
179
132

R + G + B ~ 63%. #ADB384 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 179 + 132 = 484 (100%)
R 173 of 484 ~ 35.74%
G 179 of 484 ~ 36.98%
B 132 of 484 ~ 27.27%

%35.74
%36.98
%27.27

CMYK RENK MODELİ

#ADB384 rengi CMYK tonu (3,0,26,30).

  • camgöbeği tonu 3.35%
  • eflatun tonu 0.00%
  • sarı tonu 26.26%
  • ana renk tonu 29.80%
CMYK:
(3,0,26,30)
C3M0Y26K30 
(3%,0%,26%,30%)
(0.03/0.00/0.26/0.30)	

CMYK yüzdeleri

%3.35
%0
%26.26
%29.8

Codes

Color #ADB384 in popluar color models

ADB384
RGB173179132
HSL68°23.62%60.98%
HSB/HSV68°26.26%70.20%
CMYK3.35%0.00%26.26%
29.80%

Color #ADB384 in popluar number systems.

HEXADB384
Decimal173179132
Binary101011011011001110000100
Octal255263204

Shades and tints

Shades of #ADB384

#ADB384
(173,179,132)
#9EA378
(158,163,120)
#8F936C
(143,147,108)
#808360
(128,131,96)
#717354
(113,115,84)
#626348
(98,99,72)
#53533C
(83,83,60)
#444330
(68,67,48)
#353324
(53,51,36)
#262318
(38,35,24)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #ADB384

#ADB384
(173,179,132)
#B4B98F
(180,185,143)
#BBBF9A
(187,191,154)
#C2C5A5
(194,197,165)
#C9CBB0
(201,203,176)
#D0D1BB
(208,209,187)
#D7D7C6
(215,215,198)
#DEDDD1
(222,221,209)
#E5E3DC
(229,227,220)
#ECE9E7
(236,233,231)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB384 color. Also use rgb(173,179,132) instead hex code.

Text Font Color

.myTextColor { color: #ADB384; }

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

This text font color is #ADB384.


Background Color

.myBgColor { background-color: #ADB384; }

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

This div background color is #ADB384.


Border color

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

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

This div border color is #ADB384.


Opacity

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

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

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

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

This text has shadow with #ADB384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB384 on black background.


Color preview on white background

This text has color #ADB384 on white background.



Black color preview on #ADB384 background

This text has black color on #ADB384 background.


White color preview on #ADB384 background

This text has white color on #ADB384 background.