COLOR #ADB699

HEX: #ADB699
RGB: (173,182,153)

Renk bilgisi

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

RGB renk modeli

#ADB699 color RGB value is (173,182,153).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 182 of 255 = 71%
B 153 of 255 = 60%

173
182
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 182 + 153 = 508 (100%)
R 173 of 508 ~ 34.06%
G 182 of 508 ~ 35.83%
B 153 of 508 ~ 30.12%

%34.06
%35.83
%30.12

CMYK RENK MODELİ

#ADB699 rengi CMYK tonu (5,0,16,29).

  • camgöbeği tonu 4.95%
  • eflatun tonu 0.00%
  • sarı tonu 15.93%
  • ana renk tonu 28.63%
CMYK:
(5,0,16,29)
C5M0Y16K29 
(5%,0%,16%,29%)
(0.05/0.00/0.16/0.29)	

CMYK yüzdeleri

%4.95
%0
%15.93
%28.63

Codes

Color #ADB699 in popluar color models

ADB699
RGB173182153
HSL79°16.57%65.69%
HSB/HSV79°15.93%71.37%
CMYK4.95%0.00%15.93%
28.63%

Color #ADB699 in popluar number systems.

HEXADB699
Decimal173182153
Binary101011011011011010011001
Octal255266231

Shades and tints

Shades of #ADB699

#ADB699
(173,182,153)
#9EA68C
(158,166,140)
#8F967F
(143,150,127)
#808672
(128,134,114)
#717665
(113,118,101)
#626658
(98,102,88)
#53564B
(83,86,75)
#44463E
(68,70,62)
#353631
(53,54,49)
#262624
(38,38,36)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #ADB699

#ADB699
(173,182,153)
#B4BCA2
(180,188,162)
#BBC2AB
(187,194,171)
#C2C8B4
(194,200,180)
#C9CEBD
(201,206,189)
#D0D4C6
(208,212,198)
#D7DACF
(215,218,207)
#DEE0D8
(222,224,216)
#E5E6E1
(229,230,225)
#ECECEA
(236,236,234)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB699; }

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

This text font color is #ADB699.


Background Color

.myBgColor { background-color: #ADB699; }

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

This div background color is #ADB699.


Border color

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

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

This div border color is #ADB699.


Opacity

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

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

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

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

This text has shadow with #ADB699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB699 on black background.


Color preview on white background

This text has color #ADB699 on white background.



Black color preview on #ADB699 background

This text has black color on #ADB699 background.


White color preview on #ADB699 background

This text has white color on #ADB699 background.