COLOR #ADB999

HEX: #ADB999
RGB: (173,185,153)

Renk bilgisi

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

RGB renk modeli

#ADB999 color RGB value is (173,185,153).

  • kırmız ton 173;
  • yeşil ton 185;
  • mavi ton 153.
RGB:
(173,185,153)
(68%,73%,60%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 185 of 255 = 73%
B 153 of 255 = 60%

173
185
153

R + G + B ~ 67%. #ADB999 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 185 + 153 = 511 (100%)
R 173 of 511 ~ 33.86%
G 185 of 511 ~ 36.2%
B 153 of 511 ~ 29.94%

%33.86
%36.2
%29.94

CMYK RENK MODELİ

#ADB999 rengi CMYK tonu (6,0,17,27).

  • camgöbeği tonu 6.49%
  • eflatun tonu 0.00%
  • sarı tonu 17.30%
  • ana renk tonu 27.45%
CMYK:
(6,0,17,27)
C6M0Y17K27 
(6%,0%,17%,27%)
(0.06/0.00/0.17/0.27)	

CMYK yüzdeleri

%6.49
%0
%17.3
%27.45

Codes

Color #ADB999 in popluar color models

ADB999
RGB173185153
HSL83°18.60%66.27%
HSB/HSV83°17.30%72.55%
CMYK6.49%0.00%17.30%
27.45%

Color #ADB999 in popluar number systems.

HEXADB999
Decimal173185153
Binary101011011011100110011001
Octal255271231

Shades and tints

Shades of #ADB999

#ADB999
(173,185,153)
#9EA98C
(158,169,140)
#8F997F
(143,153,127)
#808972
(128,137,114)
#717965
(113,121,101)
#626958
(98,105,88)
#53594B
(83,89,75)
#44493E
(68,73,62)
#353931
(53,57,49)
#262924
(38,41,36)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #ADB999

#ADB999
(173,185,153)
#B4BFA2
(180,191,162)
#BBC5AB
(187,197,171)
#C2CBB4
(194,203,180)
#C9D1BD
(201,209,189)
#D0D7C6
(208,215,198)
#D7DDCF
(215,221,207)
#DEE3D8
(222,227,216)
#E5E9E1
(229,233,225)
#ECEFEA
(236,239,234)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB999 color. Also use rgb(173,185,153) instead hex code.

Text Font Color

.myTextColor { color: #ADB999; }

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

This text font color is #ADB999.


Background Color

.myBgColor { background-color: #ADB999; }

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

This div background color is #ADB999.


Border color

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

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

This div border color is #ADB999.


Opacity

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

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

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

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

This text has shadow with #ADB999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB999 on black background.


Color preview on white background

This text has color #ADB999 on white background.



Black color preview on #ADB999 background

This text has black color on #ADB999 background.


White color preview on #ADB999 background

This text has white color on #ADB999 background.