COLOR #AD908B

HEX: #AD908B
RGB: (173,144,139)

Renk bilgisi

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

RGB renk modeli

#AD908B color RGB value is (173,144,139).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 144 of 255 = 56%
B 139 of 255 = 55%

173
144
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 144 + 139 = 456 (100%)
R 173 of 456 ~ 37.94%
G 144 of 456 ~ 31.58%
B 139 of 456 ~ 30.48%

%37.94
%31.58
%30.48

CMYK RENK MODELİ

#AD908B rengi CMYK tonu (0,17,20,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.76%
  • sarı tonu 19.65%
  • ana renk tonu 32.16%
CMYK:
(0,17,20,32)
C0M17Y20K32 
(0%,17%,20%,32%)
(0.00/0.17/0.20/0.32)	

CMYK yüzdeleri

%0
%16.76
%19.65
%32.16

Codes

Color #AD908B in popluar color models

AD908B
RGB173144139
HSL17.17%61.18%
HSB/HSV19.65%67.84%
CMYK0.00%16.76%19.65%
32.16%

Color #AD908B in popluar number systems.

HEXAD908B
Decimal173144139
Binary101011011001000010001011
Octal255220213

Shades and tints

Shades of #AD908B

#AD908B
(173,144,139)
#9E837F
(158,131,127)
#8F7673
(143,118,115)
#806967
(128,105,103)
#715C5B
(113,92,91)
#624F4F
(98,79,79)
#534243
(83,66,67)
#443537
(68,53,55)
#35282B
(53,40,43)
#261B1F
(38,27,31)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #AD908B

#AD908B
(173,144,139)
#B49A95
(180,154,149)
#BBA49F
(187,164,159)
#C2AEA9
(194,174,169)
#C9B8B3
(201,184,179)
#D0C2BD
(208,194,189)
#D7CCC7
(215,204,199)
#DED6D1
(222,214,209)
#E5E0DB
(229,224,219)
#ECEAE5
(236,234,229)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD908B; }

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

This text font color is #AD908B.


Background Color

.myBgColor { background-color: #AD908B; }

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

This div background color is #AD908B.


Border color

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

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

This div border color is #AD908B.


Opacity

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

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

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

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

This text has shadow with #AD908B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD908B on black background.


Color preview on white background

This text has color #AD908B on white background.



Black color preview on #AD908B background

This text has black color on #AD908B background.


White color preview on #AD908B background

This text has white color on #AD908B background.