COLOR #AD6E93

HEX: #AD6E93
RGB: (173,110,147)

Renk bilgisi

#AD6E93 contains mainly red and blue colors. #AD6E93 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AD6E93 color RGB value is (173,110,147).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 110 of 255 = 43%
B 147 of 255 = 58%

173
110
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 110 + 147 = 430 (100%)
R 173 of 430 ~ 40.23%
G 110 of 430 ~ 25.58%
B 147 of 430 ~ 34.19%

%40.23
%25.58
%34.19

CMYK RENK MODELİ

#AD6E93 rengi CMYK tonu (0,36,15,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.42%
  • sarı tonu 15.03%
  • ana renk tonu 32.16%
CMYK:
(0,36,15,32)
C0M36Y15K32 
(0%,36%,15%,32%)
(0.00/0.36/0.15/0.32)	

CMYK yüzdeleri

%0
%36.42
%15.03
%32.16

Codes

Color #AD6E93 in popluar color models

AD6E93
RGB173110147
HSL325°27.75%55.49%
HSB/HSV325°36.42%67.84%
CMYK0.00%36.42%15.03%
32.16%

Color #AD6E93 in popluar number systems.

HEXAD6E93
Decimal173110147
Binary10101101110111010010011
Octal255156223

Shades and tints

Shades of #AD6E93

#AD6E93
(173,110,147)
#9E6486
(158,100,134)
#8F5A79
(143,90,121)
#80506C
(128,80,108)
#71465F
(113,70,95)
#623C52
(98,60,82)
#533245
(83,50,69)
#442838
(68,40,56)
#351E2B
(53,30,43)
#26141E
(38,20,30)
#170A11
(23,10,17)
#000000
(0,0,0)

Tints of #AD6E93

#AD6E93
(173,110,147)
#B47B9C
(180,123,156)
#BB88A5
(187,136,165)
#C295AE
(194,149,174)
#C9A2B7
(201,162,183)
#D0AFC0
(208,175,192)
#D7BCC9
(215,188,201)
#DEC9D2
(222,201,210)
#E5D6DB
(229,214,219)
#ECE3E4
(236,227,228)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6E93; }

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

This text font color is #AD6E93.


Background Color

.myBgColor { background-color: #AD6E93; }

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

This div background color is #AD6E93.


Border color

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

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

This div border color is #AD6E93.


Opacity

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

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

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

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

This text has shadow with #AD6E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6E93 on black background.


Color preview on white background

This text has color #AD6E93 on white background.



Black color preview on #AD6E93 background

This text has black color on #AD6E93 background.


White color preview on #AD6E93 background

This text has white color on #AD6E93 background.