COLOR #ADB69F

HEX: #ADB69F
RGB: (173,182,159)

Renk bilgisi

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

RGB renk modeli

#ADB69F color RGB value is (173,182,159).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 182 of 255 = 71%
B 159 of 255 = 62%

173
182
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 182 + 159 = 514 (100%)
R 173 of 514 ~ 33.66%
G 182 of 514 ~ 35.41%
B 159 of 514 ~ 30.93%

%33.66
%35.41
%30.93

CMYK RENK MODELİ

#ADB69F rengi CMYK tonu (5,0,13,29).

  • camgöbeği tonu 4.95%
  • eflatun tonu 0.00%
  • sarı tonu 12.64%
  • ana renk tonu 28.63%
CMYK:
(5,0,13,29)
C5M0Y13K29 
(5%,0%,13%,29%)
(0.05/0.00/0.13/0.29)	

CMYK yüzdeleri

%4.95
%0
%12.64
%28.63

Codes

Color #ADB69F in popluar color models

ADB69F
RGB173182159
HSL83°13.61%66.86%
HSB/HSV83°12.64%71.37%
CMYK4.95%0.00%12.64%
28.63%

Color #ADB69F in popluar number systems.

HEXADB69F
Decimal173182159
Binary101011011011011010011111
Octal255266237

Shades and tints

Shades of #ADB69F

#ADB69F
(173,182,159)
#9EA691
(158,166,145)
#8F9683
(143,150,131)
#808675
(128,134,117)
#717667
(113,118,103)
#626659
(98,102,89)
#53564B
(83,86,75)
#44463D
(68,70,61)
#35362F
(53,54,47)
#262621
(38,38,33)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #ADB69F

#ADB69F
(173,182,159)
#B4BCA7
(180,188,167)
#BBC2AF
(187,194,175)
#C2C8B7
(194,200,183)
#C9CEBF
(201,206,191)
#D0D4C7
(208,212,199)
#D7DACF
(215,218,207)
#DEE0D7
(222,224,215)
#E5E6DF
(229,230,223)
#ECECE7
(236,236,231)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB69F; }

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

This text font color is #ADB69F.


Background Color

.myBgColor { background-color: #ADB69F; }

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

This div background color is #ADB69F.


Border color

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

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

This div border color is #ADB69F.


Opacity

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

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

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

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

This text has shadow with #ADB69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB69F on black background.


Color preview on white background

This text has color #ADB69F on white background.



Black color preview on #ADB69F background

This text has black color on #ADB69F background.


White color preview on #ADB69F background

This text has white color on #ADB69F background.