COLOR #ADB093

HEX: #ADB093
RGB: (173,176,147)

Renk bilgisi

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

RGB renk modeli

#ADB093 color RGB value is (173,176,147).

  • kırmız ton 173;
  • yeşil ton 176;
  • mavi ton 147.
RGB:
(173,176,147)
(68%,69%,58%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 176 of 255 = 69%
B 147 of 255 = 58%

173
176
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 176 + 147 = 496 (100%)
R 173 of 496 ~ 34.88%
G 176 of 496 ~ 35.48%
B 147 of 496 ~ 29.64%

%34.88
%35.48
%29.64

CMYK RENK MODELİ

#ADB093 rengi CMYK tonu (2,0,16,31).

  • camgöbeği tonu 1.70%
  • eflatun tonu 0.00%
  • sarı tonu 16.48%
  • ana renk tonu 30.98%
CMYK:
(2,0,16,31)
C2M0Y16K31 
(2%,0%,16%,31%)
(0.02/0.00/0.16/0.31)	

CMYK yüzdeleri

%1.7
%0
%16.48
%30.98

Codes

Color #ADB093 in popluar color models

ADB093
RGB173176147
HSL66°15.51%63.33%
HSB/HSV66°16.48%69.02%
CMYK1.70%0.00%16.48%
30.98%

Color #ADB093 in popluar number systems.

HEXADB093
Decimal173176147
Binary101011011011000010010011
Octal255260223

Shades and tints

Shades of #ADB093

#ADB093
(173,176,147)
#9EA086
(158,160,134)
#8F9079
(143,144,121)
#80806C
(128,128,108)
#71705F
(113,112,95)
#626052
(98,96,82)
#535045
(83,80,69)
#444038
(68,64,56)
#35302B
(53,48,43)
#26201E
(38,32,30)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #ADB093

#ADB093
(173,176,147)
#B4B79C
(180,183,156)
#BBBEA5
(187,190,165)
#C2C5AE
(194,197,174)
#C9CCB7
(201,204,183)
#D0D3C0
(208,211,192)
#D7DAC9
(215,218,201)
#DEE1D2
(222,225,210)
#E5E8DB
(229,232,219)
#ECEFE4
(236,239,228)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB093 color. Also use rgb(173,176,147) instead hex code.

Text Font Color

.myTextColor { color: #ADB093; }

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

This text font color is #ADB093.


Background Color

.myBgColor { background-color: #ADB093; }

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

This div background color is #ADB093.


Border color

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

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

This div border color is #ADB093.


Opacity

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

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

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

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

This text has shadow with #ADB093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB093 on black background.


Color preview on white background

This text has color #ADB093 on white background.



Black color preview on #ADB093 background

This text has black color on #ADB093 background.


White color preview on #ADB093 background

This text has white color on #ADB093 background.