COLOR #AD8C93

HEX: #AD8C93
RGB: (173,140,147)

Renk bilgisi

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

RGB renk modeli

#AD8C93 color RGB value is (173,140,147).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 140 of 255 = 55%
B 147 of 255 = 58%

173
140
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 140 + 147 = 460 (100%)
R 173 of 460 ~ 37.61%
G 140 of 460 ~ 30.43%
B 147 of 460 ~ 31.96%

%37.61
%30.43
%31.96

CMYK RENK MODELİ

#AD8C93 rengi CMYK tonu (0,19,15,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.08%
  • sarı tonu 15.03%
  • ana renk tonu 32.16%
CMYK:
(0,19,15,32)
C0M19Y15K32 
(0%,19%,15%,32%)
(0.00/0.19/0.15/0.32)	

CMYK yüzdeleri

%0
%19.08
%15.03
%32.16

Codes

Color #AD8C93 in popluar color models

AD8C93
RGB173140147
HSL347°16.75%61.37%
HSB/HSV347°19.08%67.84%
CMYK0.00%19.08%15.03%
32.16%

Color #AD8C93 in popluar number systems.

HEXAD8C93
Decimal173140147
Binary101011011000110010010011
Octal255214223

Shades and tints

Shades of #AD8C93

#AD8C93
(173,140,147)
#9E8086
(158,128,134)
#8F7479
(143,116,121)
#80686C
(128,104,108)
#715C5F
(113,92,95)
#625052
(98,80,82)
#534445
(83,68,69)
#443838
(68,56,56)
#352C2B
(53,44,43)
#26201E
(38,32,30)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #AD8C93

#AD8C93
(173,140,147)
#B4969C
(180,150,156)
#BBA0A5
(187,160,165)
#C2AAAE
(194,170,174)
#C9B4B7
(201,180,183)
#D0BEC0
(208,190,192)
#D7C8C9
(215,200,201)
#DED2D2
(222,210,210)
#E5DCDB
(229,220,219)
#ECE6E4
(236,230,228)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8C93; }

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

This text font color is #AD8C93.


Background Color

.myBgColor { background-color: #AD8C93; }

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

This div background color is #AD8C93.


Border color

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

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

This div border color is #AD8C93.


Opacity

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

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

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

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

This text has shadow with #AD8C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8C93 on black background.


Color preview on white background

This text has color #AD8C93 on white background.



Black color preview on #AD8C93 background

This text has black color on #AD8C93 background.


White color preview on #AD8C93 background

This text has white color on #AD8C93 background.