COLOR #ADB394

HEX: #ADB394
RGB: (173,179,148)

Renk bilgisi

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

RGB renk modeli

#ADB394 color RGB value is (173,179,148).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 179 of 255 = 70%
B 148 of 255 = 58%

173
179
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 179 + 148 = 500 (100%)
R 173 of 500 ~ 34.6%
G 179 of 500 ~ 35.8%
B 148 of 500 ~ 29.6%

%34.6
%35.8
%29.6

CMYK RENK MODELİ

#ADB394 rengi CMYK tonu (3,0,17,30).

  • camgöbeği tonu 3.35%
  • eflatun tonu 0.00%
  • sarı tonu 17.32%
  • ana renk tonu 29.80%
CMYK:
(3,0,17,30)
C3M0Y17K30 
(3%,0%,17%,30%)
(0.03/0.00/0.17/0.30)	

CMYK yüzdeleri

%3.35
%0
%17.32
%29.8

Codes

Color #ADB394 in popluar color models

ADB394
RGB173179148
HSL72°16.94%64.12%
HSB/HSV72°17.32%70.20%
CMYK3.35%0.00%17.32%
29.80%

Color #ADB394 in popluar number systems.

HEXADB394
Decimal173179148
Binary101011011011001110010100
Octal255263224

Shades and tints

Shades of #ADB394

#ADB394
(173,179,148)
#9EA387
(158,163,135)
#8F937A
(143,147,122)
#80836D
(128,131,109)
#717360
(113,115,96)
#626353
(98,99,83)
#535346
(83,83,70)
#444339
(68,67,57)
#35332C
(53,51,44)
#26231F
(38,35,31)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #ADB394

#ADB394
(173,179,148)
#B4B99D
(180,185,157)
#BBBFA6
(187,191,166)
#C2C5AF
(194,197,175)
#C9CBB8
(201,203,184)
#D0D1C1
(208,209,193)
#D7D7CA
(215,215,202)
#DEDDD3
(222,221,211)
#E5E3DC
(229,227,220)
#ECE9E5
(236,233,229)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB394; }

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

This text font color is #ADB394.


Background Color

.myBgColor { background-color: #ADB394; }

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

This div background color is #ADB394.


Border color

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

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

This div border color is #ADB394.


Opacity

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

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

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

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

This text has shadow with #ADB394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB394 on black background.


Color preview on white background

This text has color #ADB394 on white background.



Black color preview on #ADB394 background

This text has black color on #ADB394 background.


White color preview on #ADB394 background

This text has white color on #ADB394 background.