COLOR #ADA88B

HEX: #ADA88B
RGB: (173,168,139)

Renk bilgisi

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

RGB renk modeli

#ADA88B color RGB value is (173,168,139).

  • kırmız ton 173;
  • yeşil ton 168;
  • mavi ton 139.
RGB:
(173,168,139)
(68%,66%,55%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 168 of 255 = 66%
B 139 of 255 = 55%

173
168
139

R + G + B ~ 63%. #ADA88B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 168 + 139 = 480 (100%)
R 173 of 480 ~ 36.04%
G 168 of 480 ~ 35%
B 139 of 480 ~ 28.96%

%36.04
%35
%28.96

CMYK RENK MODELİ

#ADA88B rengi CMYK tonu (0,3,20,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.89%
  • sarı tonu 19.65%
  • ana renk tonu 32.16%
CMYK:
(0,3,20,32)
C0M3Y20K32 
(0%,3%,20%,32%)
(0.00/0.03/0.20/0.32)	

CMYK yüzdeleri

%0
%2.89
%19.65
%32.16

Codes

Color #ADA88B in popluar color models

ADA88B
RGB173168139
HSL51°17.17%61.18%
HSB/HSV51°19.65%67.84%
CMYK0.00%2.89%19.65%
32.16%

Color #ADA88B in popluar number systems.

HEXADA88B
Decimal173168139
Binary101011011010100010001011
Octal255250213

Shades and tints

Shades of #ADA88B

#ADA88B
(173,168,139)
#9E997F
(158,153,127)
#8F8A73
(143,138,115)
#807B67
(128,123,103)
#716C5B
(113,108,91)
#625D4F
(98,93,79)
#534E43
(83,78,67)
#443F37
(68,63,55)
#35302B
(53,48,43)
#26211F
(38,33,31)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #ADA88B

#ADA88B
(173,168,139)
#B4AF95
(180,175,149)
#BBB69F
(187,182,159)
#C2BDA9
(194,189,169)
#C9C4B3
(201,196,179)
#D0CBBD
(208,203,189)
#D7D2C7
(215,210,199)
#DED9D1
(222,217,209)
#E5E0DB
(229,224,219)
#ECE7E5
(236,231,229)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA88B color. Also use rgb(173,168,139) instead hex code.

Text Font Color

.myTextColor { color: #ADA88B; }

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

This text font color is #ADA88B.


Background Color

.myBgColor { background-color: #ADA88B; }

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

This div background color is #ADA88B.


Border color

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

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

This div border color is #ADA88B.


Opacity

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

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

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

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

This text has shadow with #ADA88B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA88B on black background.


Color preview on white background

This text has color #ADA88B on white background.



Black color preview on #ADA88B background

This text has black color on #ADA88B background.


White color preview on #ADA88B background

This text has white color on #ADA88B background.