COLOR #AD988C

HEX: #AD988C
RGB: (173,152,140)

Renk bilgisi

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

RGB renk modeli

#AD988C color RGB value is (173,152,140).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 152 of 255 = 60%
B 140 of 255 = 55%

173
152
140

R + G + B ~ 61%. #AD988C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 152 + 140 = 465 (100%)
R 173 of 465 ~ 37.2%
G 152 of 465 ~ 32.69%
B 140 of 465 ~ 30.11%

%37.2
%32.69
%30.11

CMYK RENK MODELİ

#AD988C rengi CMYK tonu (0,12,19,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.14%
  • sarı tonu 19.08%
  • ana renk tonu 32.16%
CMYK:
(0,12,19,32)
C0M12Y19K32 
(0%,12%,19%,32%)
(0.00/0.12/0.19/0.32)	

CMYK yüzdeleri

%0
%12.14
%19.08
%32.16

Codes

Color #AD988C in popluar color models

AD988C
RGB173152140
HSL22°16.75%61.37%
HSB/HSV22°19.08%67.84%
CMYK0.00%12.14%19.08%
32.16%

Color #AD988C in popluar number systems.

HEXAD988C
Decimal173152140
Binary101011011001100010001100
Octal255230214

Shades and tints

Shades of #AD988C

#AD988C
(173,152,140)
#9E8B80
(158,139,128)
#8F7E74
(143,126,116)
#807168
(128,113,104)
#71645C
(113,100,92)
#625750
(98,87,80)
#534A44
(83,74,68)
#443D38
(68,61,56)
#35302C
(53,48,44)
#262320
(38,35,32)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #AD988C

#AD988C
(173,152,140)
#B4A196
(180,161,150)
#BBAAA0
(187,170,160)
#C2B3AA
(194,179,170)
#C9BCB4
(201,188,180)
#D0C5BE
(208,197,190)
#D7CEC8
(215,206,200)
#DED7D2
(222,215,210)
#E5E0DC
(229,224,220)
#ECE9E6
(236,233,230)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD988C; }

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

This text font color is #AD988C.


Background Color

.myBgColor { background-color: #AD988C; }

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

This div background color is #AD988C.


Border color

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

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

This div border color is #AD988C.


Opacity

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

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

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

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

This text has shadow with #AD988C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD988C on black background.


Color preview on white background

This text has color #AD988C on white background.



Black color preview on #AD988C background

This text has black color on #AD988C background.


White color preview on #AD988C background

This text has white color on #AD988C background.