COLOR #AD987B

HEX: #AD987B
RGB: (173,152,123)

Renk bilgisi

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

RGB renk modeli

#AD987B color RGB value is (173,152,123).

  • kırmız ton 173;
  • yeşil ton 152;
  • mavi ton 123.
RGB:
(173,152,123)
(68%,60%,48%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 152 of 255 = 60%
B 123 of 255 = 48%

173
152
123

R + G + B ~ 59%. #AD987B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 152 + 123 = 448 (100%)
R 173 of 448 ~ 38.62%
G 152 of 448 ~ 33.93%
B 123 of 448 ~ 27.46%

%38.62
%33.93
%27.46

CMYK RENK MODELİ

#AD987B rengi CMYK tonu (0,12,29,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.14%
  • sarı tonu 28.90%
  • ana renk tonu 32.16%
CMYK:
(0,12,29,32)
C0M12Y29K32 
(0%,12%,29%,32%)
(0.00/0.12/0.29/0.32)	

CMYK yüzdeleri

%0
%12.14
%28.9
%32.16

Codes

Color #AD987B in popluar color models

AD987B
RGB173152123
HSL35°23.36%58.04%
HSB/HSV35°28.90%67.84%
CMYK0.00%12.14%28.90%
32.16%

Color #AD987B in popluar number systems.

HEXAD987B
Decimal173152123
Binary10101101100110001111011
Octal255230173

Shades and tints

Shades of #AD987B

#AD987B
(173,152,123)
#9E8B70
(158,139,112)
#8F7E65
(143,126,101)
#80715A
(128,113,90)
#71644F
(113,100,79)
#625744
(98,87,68)
#534A39
(83,74,57)
#443D2E
(68,61,46)
#353023
(53,48,35)
#262318
(38,35,24)
#17160D
(23,22,13)
#000000
(0,0,0)

Tints of #AD987B

#AD987B
(173,152,123)
#B4A187
(180,161,135)
#BBAA93
(187,170,147)
#C2B39F
(194,179,159)
#C9BCAB
(201,188,171)
#D0C5B7
(208,197,183)
#D7CEC3
(215,206,195)
#DED7CF
(222,215,207)
#E5E0DB
(229,224,219)
#ECE9E7
(236,233,231)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD987B color. Also use rgb(173,152,123) instead hex code.

Text Font Color

.myTextColor { color: #AD987B; }

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

This text font color is #AD987B.


Background Color

.myBgColor { background-color: #AD987B; }

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

This div background color is #AD987B.


Border color

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

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

This div border color is #AD987B.


Opacity

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

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

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

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

This text has shadow with #AD987B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD987B on black background.


Color preview on white background

This text has color #AD987B on white background.



Black color preview on #AD987B background

This text has black color on #AD987B background.


White color preview on #AD987B background

This text has white color on #AD987B background.