COLOR #ADB493

HEX: #ADB493
RGB: (173,180,147)

Renk bilgisi

#ADB493 contains red, green and blue colors in about the same proportion. #ADB493 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADB493 color RGB value is (173,180,147).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 180 of 255 = 71%
B 147 of 255 = 58%

173
180
147

R + G + B ~ 66%. #ADB493 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 180 + 147 = 500 (100%)
R 173 of 500 ~ 34.6%
G 180 of 500 ~ 36%
B 147 of 500 ~ 29.4%

%34.6
%36
%29.4

CMYK RENK MODELİ

#ADB493 rengi CMYK tonu (4,0,18,29).

  • camgöbeği tonu 3.89%
  • eflatun tonu 0.00%
  • sarı tonu 18.33%
  • ana renk tonu 29.41%
CMYK:
(4,0,18,29)
C4M0Y18K29 
(4%,0%,18%,29%)
(0.04/0.00/0.18/0.29)	

CMYK yüzdeleri

%3.89
%0
%18.33
%29.41

Codes

Color #ADB493 in popluar color models

ADB493
RGB173180147
HSL73°18.03%64.12%
HSB/HSV73°18.33%70.59%
CMYK3.89%0.00%18.33%
29.41%

Color #ADB493 in popluar number systems.

HEXADB493
Decimal173180147
Binary101011011011010010010011
Octal255264223

Shades and tints

Shades of #ADB493

#ADB493
(173,180,147)
#9EA486
(158,164,134)
#8F9479
(143,148,121)
#80846C
(128,132,108)
#71745F
(113,116,95)
#626452
(98,100,82)
#535445
(83,84,69)
#444438
(68,68,56)
#35342B
(53,52,43)
#26241E
(38,36,30)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #ADB493

#ADB493
(173,180,147)
#B4BA9C
(180,186,156)
#BBC0A5
(187,192,165)
#C2C6AE
(194,198,174)
#C9CCB7
(201,204,183)
#D0D2C0
(208,210,192)
#D7D8C9
(215,216,201)
#DEDED2
(222,222,210)
#E5E4DB
(229,228,219)
#ECEAE4
(236,234,228)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB493; }

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

This text font color is #ADB493.


Background Color

.myBgColor { background-color: #ADB493; }

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

This div background color is #ADB493.


Border color

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

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

This div border color is #ADB493.


Opacity

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

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

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

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

This text has shadow with #ADB493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB493 on black background.


Color preview on white background

This text has color #ADB493 on white background.



Black color preview on #ADB493 background

This text has black color on #ADB493 background.


White color preview on #ADB493 background

This text has white color on #ADB493 background.