COLOR #AD66A3

HEX: #AD66A3
RGB: (173,102,163)

Renk bilgisi

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

RGB renk modeli

#AD66A3 color RGB value is (173,102,163).

  • kırmız ton 173;
  • yeşil ton 102;
  • mavi ton 163.
RGB:
(173,102,163)
(68%,40%,64%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 102 of 255 = 40%
B 163 of 255 = 64%

173
102
163

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 102 + 163 = 438 (100%)
R 173 of 438 ~ 39.5%
G 102 of 438 ~ 23.29%
B 163 of 438 ~ 37.21%

%39.5
%23.29
%37.21

CMYK RENK MODELİ

#AD66A3 rengi CMYK tonu (0,41,6,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.04%
  • sarı tonu 5.78%
  • ana renk tonu 32.16%
CMYK:
(0,41,6,32)
C0M41Y6K32 
(0%,41%,6%,32%)
(0.00/0.41/0.06/0.32)	

CMYK yüzdeleri

%0
%41.04
%5.78
%32.16

Codes

Color #AD66A3 in popluar color models

AD66A3
RGB173102163
HSL308°30.21%53.92%
HSB/HSV308°41.04%67.84%
CMYK0.00%41.04%5.78%
32.16%

Color #AD66A3 in popluar number systems.

HEXAD66A3
Decimal173102163
Binary10101101110011010100011
Octal255146243

Shades and tints

Shades of #AD66A3

#AD66A3
(173,102,163)
#9E5D95
(158,93,149)
#8F5487
(143,84,135)
#804B79
(128,75,121)
#71426B
(113,66,107)
#62395D
(98,57,93)
#53304F
(83,48,79)
#442741
(68,39,65)
#351E33
(53,30,51)
#261525
(38,21,37)
#170C17
(23,12,23)
#000000
(0,0,0)

Tints of #AD66A3

#AD66A3
(173,102,163)
#B473AB
(180,115,171)
#BB80B3
(187,128,179)
#C28DBB
(194,141,187)
#C99AC3
(201,154,195)
#D0A7CB
(208,167,203)
#D7B4D3
(215,180,211)
#DEC1DB
(222,193,219)
#E5CEE3
(229,206,227)
#ECDBEB
(236,219,235)
#F3E8F3
(243,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD66A3 color. Also use rgb(173,102,163) instead hex code.

Text Font Color

.myTextColor { color: #AD66A3; }

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

This text font color is #AD66A3.


Background Color

.myBgColor { background-color: #AD66A3; }

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

This div background color is #AD66A3.


Border color

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

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

This div border color is #AD66A3.


Opacity

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

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

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

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

This text has shadow with #AD66A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD66A3 on black background.


Color preview on white background

This text has color #AD66A3 on white background.



Black color preview on #AD66A3 background

This text has black color on #AD66A3 background.


White color preview on #AD66A3 background

This text has white color on #AD66A3 background.