COLOR #AD68CB

HEX: #AD68CB
RGB: (173,104,203)

Renk bilgisi

#AD68CB contains mainly red and blue colors. #AD68CB ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#AD68CB color RGB value is (173,104,203).

  • kırmız ton 173;
  • yeşil ton 104;
  • mavi ton 203.
RGB:
(173,104,203)
(68%,41%,80%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 104 of 255 = 41%
B 203 of 255 = 80%

173
104
203

R + G + B ~ 63%. #AD68CB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 104 + 203 = 480 (100%)
R 173 of 480 ~ 36.04%
G 104 of 480 ~ 21.67%
B 203 of 480 ~ 42.29%

%36.04
%21.67
%42.29

CMYK RENK MODELİ

#AD68CB rengi CMYK tonu (15,49,0,20).

  • camgöbeği tonu 14.78%
  • eflatun tonu 48.77%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(15,49,0,20)
C15M49Y0K20 
(15%,49%,0%,20%)
(0.15/0.49/0.00/0.20)	

CMYK yüzdeleri

%14.78
%48.77
%0
%20.39

Codes

Color #AD68CB in popluar color models

AD68CB
RGB173104203
HSL282°48.77%60.20%
HSB/HSV282°48.77%79.61%
CMYK14.78%48.77%0.00%
20.39%

Color #AD68CB in popluar number systems.

HEXAD68CB
Decimal173104203
Binary10101101110100011001011
Octal255150313

Shades and tints

Shades of #AD68CB

#AD68CB
(173,104,203)
#9E5FB9
(158,95,185)
#8F56A7
(143,86,167)
#804D95
(128,77,149)
#714483
(113,68,131)
#623B71
(98,59,113)
#53325F
(83,50,95)
#44294D
(68,41,77)
#35203B
(53,32,59)
#261729
(38,23,41)
#170E17
(23,14,23)
#000000
(0,0,0)

Tints of #AD68CB

#AD68CB
(173,104,203)
#B475CF
(180,117,207)
#BB82D3
(187,130,211)
#C28FD7
(194,143,215)
#C99CDB
(201,156,219)
#D0A9DF
(208,169,223)
#D7B6E3
(215,182,227)
#DEC3E7
(222,195,231)
#E5D0EB
(229,208,235)
#ECDDEF
(236,221,239)
#F3EAF3
(243,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD68CB color. Also use rgb(173,104,203) instead hex code.

Text Font Color

.myTextColor { color: #AD68CB; }

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

This text font color is #AD68CB.


Background Color

.myBgColor { background-color: #AD68CB; }

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

This div background color is #AD68CB.


Border color

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

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

This div border color is #AD68CB.


Opacity

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

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

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

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

This text has shadow with #AD68CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD68CB on black background.


Color preview on white background

This text has color #AD68CB on white background.



Black color preview on #AD68CB background

This text has black color on #AD68CB background.


White color preview on #AD68CB background

This text has white color on #AD68CB background.