COLOR #AD68A8

HEX: #AD68A8
RGB: (173,104,168)

Renk bilgisi

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

RGB renk modeli

#AD68A8 color RGB value is (173,104,168).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 104 of 255 = 41%
B 168 of 255 = 66%

173
104
168

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 104 + 168 = 445 (100%)
R 173 of 445 ~ 38.88%
G 104 of 445 ~ 23.37%
B 168 of 445 ~ 37.75%

%38.88
%23.37
%37.75

CMYK RENK MODELİ

#AD68A8 rengi CMYK tonu (0,40,3,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.88%
  • sarı tonu 2.89%
  • ana renk tonu 32.16%
CMYK:
(0,40,3,32)
C0M40Y3K32 
(0%,40%,3%,32%)
(0.00/0.40/0.03/0.32)	

CMYK yüzdeleri

%0
%39.88
%2.89
%32.16

Codes

Color #AD68A8 in popluar color models

AD68A8
RGB173104168
HSL304°29.61%54.31%
HSB/HSV304°39.88%67.84%
CMYK0.00%39.88%2.89%
32.16%

Color #AD68A8 in popluar number systems.

HEXAD68A8
Decimal173104168
Binary10101101110100010101000
Octal255150250

Shades and tints

Shades of #AD68A8

#AD68A8
(173,104,168)
#9E5F99
(158,95,153)
#8F568A
(143,86,138)
#804D7B
(128,77,123)
#71446C
(113,68,108)
#623B5D
(98,59,93)
#53324E
(83,50,78)
#44293F
(68,41,63)
#352030
(53,32,48)
#261721
(38,23,33)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #AD68A8

#AD68A8
(173,104,168)
#B475AF
(180,117,175)
#BB82B6
(187,130,182)
#C28FBD
(194,143,189)
#C99CC4
(201,156,196)
#D0A9CB
(208,169,203)
#D7B6D2
(215,182,210)
#DEC3D9
(222,195,217)
#E5D0E0
(229,208,224)
#ECDDE7
(236,221,231)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD68A8; }

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

This text font color is #AD68A8.


Background Color

.myBgColor { background-color: #AD68A8; }

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

This div background color is #AD68A8.


Border color

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

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

This div border color is #AD68A8.


Opacity

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

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

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

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

This text has shadow with #AD68A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD68A8 on black background.


Color preview on white background

This text has color #AD68A8 on white background.



Black color preview on #AD68A8 background

This text has black color on #AD68A8 background.


White color preview on #AD68A8 background

This text has white color on #AD68A8 background.