COLOR #AD93AA

HEX: #AD93AA
RGB: (173,147,170)

Renk bilgisi

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

RGB renk modeli

#AD93AA color RGB value is (173,147,170).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 147 of 255 = 58%
B 170 of 255 = 67%

173
147
170

R + G + B ~ 64%. #AD93AA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 147 + 170 = 490 (100%)
R 173 of 490 ~ 35.31%
G 147 of 490 ~ 30%
B 170 of 490 ~ 34.69%

%35.31
%30
%34.69

CMYK RENK MODELİ

#AD93AA rengi CMYK tonu (0,15,2,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.03%
  • sarı tonu 1.73%
  • ana renk tonu 32.16%
CMYK:
(0,15,2,32)
C0M15Y2K32 
(0%,15%,2%,32%)
(0.00/0.15/0.02/0.32)	

CMYK yüzdeleri

%0
%15.03
%1.73
%32.16

Codes

Color #AD93AA in popluar color models

AD93AA
RGB173147170
HSL307°13.68%62.75%
HSB/HSV307°15.03%67.84%
CMYK0.00%15.03%1.73%
32.16%

Color #AD93AA in popluar number systems.

HEXAD93AA
Decimal173147170
Binary101011011001001110101010
Octal255223252

Shades and tints

Shades of #AD93AA

#AD93AA
(173,147,170)
#9E869B
(158,134,155)
#8F798C
(143,121,140)
#806C7D
(128,108,125)
#715F6E
(113,95,110)
#62525F
(98,82,95)
#534550
(83,69,80)
#443841
(68,56,65)
#352B32
(53,43,50)
#261E23
(38,30,35)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #AD93AA

#AD93AA
(173,147,170)
#B49CB1
(180,156,177)
#BBA5B8
(187,165,184)
#C2AEBF
(194,174,191)
#C9B7C6
(201,183,198)
#D0C0CD
(208,192,205)
#D7C9D4
(215,201,212)
#DED2DB
(222,210,219)
#E5DBE2
(229,219,226)
#ECE4E9
(236,228,233)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD93AA; }

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

This text font color is #AD93AA.


Background Color

.myBgColor { background-color: #AD93AA; }

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

This div background color is #AD93AA.


Border color

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

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

This div border color is #AD93AA.


Opacity

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

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

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

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

This text has shadow with #AD93AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD93AA on black background.


Color preview on white background

This text has color #AD93AA on white background.



Black color preview on #AD93AA background

This text has black color on #AD93AA background.


White color preview on #AD93AA background

This text has white color on #AD93AA background.