COLOR #AD93B4

HEX: #AD93B4
RGB: (173,147,180)

Renk bilgisi

#AD93B4 contains red, green and blue colors in about the same proportion. #AD93B4 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#AD93B4 color RGB value is (173,147,180).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 147 of 255 = 58%
B 180 of 255 = 71%

173
147
180

R + G + B ~ 66%. #AD93B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 147 + 180 = 500 (100%)
R 173 of 500 ~ 34.6%
G 147 of 500 ~ 29.4%
B 180 of 500 ~ 36%

%34.6
%29.4
%36

CMYK RENK MODELİ

#AD93B4 rengi CMYK tonu (4,18,0,29).

  • camgöbeği tonu 3.89%
  • eflatun tonu 18.33%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(4,18,0,29)
C4M18Y0K29 
(4%,18%,0%,29%)
(0.04/0.18/0.00/0.29)	

CMYK yüzdeleri

%3.89
%18.33
%0
%29.41

Codes

Color #AD93B4 in popluar color models

AD93B4
RGB173147180
HSL287°18.03%64.12%
HSB/HSV287°18.33%70.59%
CMYK3.89%18.33%0.00%
29.41%

Color #AD93B4 in popluar number systems.

HEXAD93B4
Decimal173147180
Binary101011011001001110110100
Octal255223264

Shades and tints

Shades of #AD93B4

#AD93B4
(173,147,180)
#9E86A4
(158,134,164)
#8F7994
(143,121,148)
#806C84
(128,108,132)
#715F74
(113,95,116)
#625264
(98,82,100)
#534554
(83,69,84)
#443844
(68,56,68)
#352B34
(53,43,52)
#261E24
(38,30,36)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #AD93B4

#AD93B4
(173,147,180)
#B49CBA
(180,156,186)
#BBA5C0
(187,165,192)
#C2AEC6
(194,174,198)
#C9B7CC
(201,183,204)
#D0C0D2
(208,192,210)
#D7C9D8
(215,201,216)
#DED2DE
(222,210,222)
#E5DBE4
(229,219,228)
#ECE4EA
(236,228,234)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD93B4; }

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

This text font color is #AD93B4.


Background Color

.myBgColor { background-color: #AD93B4; }

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

This div background color is #AD93B4.


Border color

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

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

This div border color is #AD93B4.


Opacity

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

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

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

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

This text has shadow with #AD93B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD93B4 on black background.


Color preview on white background

This text has color #AD93B4 on white background.



Black color preview on #AD93B4 background

This text has black color on #AD93B4 background.


White color preview on #AD93B4 background

This text has white color on #AD93B4 background.