COLOR #AD6E9B

HEX: #AD6E9B
RGB: (173,110,155)

Renk bilgisi

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

RGB renk modeli

#AD6E9B color RGB value is (173,110,155).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 110 of 255 = 43%
B 155 of 255 = 61%

173
110
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 110 + 155 = 438 (100%)
R 173 of 438 ~ 39.5%
G 110 of 438 ~ 25.11%
B 155 of 438 ~ 35.39%

%39.5
%25.11
%35.39

CMYK RENK MODELİ

#AD6E9B rengi CMYK tonu (0,36,10,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.42%
  • sarı tonu 10.40%
  • ana renk tonu 32.16%
CMYK:
(0,36,10,32)
C0M36Y10K32 
(0%,36%,10%,32%)
(0.00/0.36/0.10/0.32)	

CMYK yüzdeleri

%0
%36.42
%10.4
%32.16

Codes

Color #AD6E9B in popluar color models

AD6E9B
RGB173110155
HSL317°27.75%55.49%
HSB/HSV317°36.42%67.84%
CMYK0.00%36.42%10.40%
32.16%

Color #AD6E9B in popluar number systems.

HEXAD6E9B
Decimal173110155
Binary10101101110111010011011
Octal255156233

Shades and tints

Shades of #AD6E9B

#AD6E9B
(173,110,155)
#9E648D
(158,100,141)
#8F5A7F
(143,90,127)
#805071
(128,80,113)
#714663
(113,70,99)
#623C55
(98,60,85)
#533247
(83,50,71)
#442839
(68,40,57)
#351E2B
(53,30,43)
#26141D
(38,20,29)
#170A0F
(23,10,15)
#000000
(0,0,0)

Tints of #AD6E9B

#AD6E9B
(173,110,155)
#B47BA4
(180,123,164)
#BB88AD
(187,136,173)
#C295B6
(194,149,182)
#C9A2BF
(201,162,191)
#D0AFC8
(208,175,200)
#D7BCD1
(215,188,209)
#DEC9DA
(222,201,218)
#E5D6E3
(229,214,227)
#ECE3EC
(236,227,236)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6E9B; }

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

This text font color is #AD6E9B.


Background Color

.myBgColor { background-color: #AD6E9B; }

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

This div background color is #AD6E9B.


Border color

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

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

This div border color is #AD6E9B.


Opacity

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

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

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

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

This text has shadow with #AD6E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6E9B on black background.


Color preview on white background

This text has color #AD6E9B on white background.



Black color preview on #AD6E9B background

This text has black color on #AD6E9B background.


White color preview on #AD6E9B background

This text has white color on #AD6E9B background.