COLOR #AD77A0

HEX: #AD77A0
RGB: (173,119,160)

Renk bilgisi

#AD77A0 contains red, green and blue colors in about the same proportion. #AD77A0 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AD77A0 color RGB value is (173,119,160).

  • kırmız ton 173;
  • yeşil ton 119;
  • mavi ton 160.
RGB:
(173,119,160)
(68%,47%,63%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 119 of 255 = 47%
B 160 of 255 = 63%

173
119
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 119 + 160 = 452 (100%)
R 173 of 452 ~ 38.27%
G 119 of 452 ~ 26.33%
B 160 of 452 ~ 35.4%

%38.27
%26.33
%35.4

CMYK RENK MODELİ

#AD77A0 rengi CMYK tonu (0,31,8,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.21%
  • sarı tonu 7.51%
  • ana renk tonu 32.16%
CMYK:
(0,31,8,32)
C0M31Y8K32 
(0%,31%,8%,32%)
(0.00/0.31/0.08/0.32)	

CMYK yüzdeleri

%0
%31.21
%7.51
%32.16

Codes

Color #AD77A0 in popluar color models

AD77A0
RGB173119160
HSL314°24.77%57.25%
HSB/HSV314°31.21%67.84%
CMYK0.00%31.21%7.51%
32.16%

Color #AD77A0 in popluar number systems.

HEXAD77A0
Decimal173119160
Binary10101101111011110100000
Octal255167240

Shades and tints

Shades of #AD77A0

#AD77A0
(173,119,160)
#9E6D92
(158,109,146)
#8F6384
(143,99,132)
#805976
(128,89,118)
#714F68
(113,79,104)
#62455A
(98,69,90)
#533B4C
(83,59,76)
#44313E
(68,49,62)
#352730
(53,39,48)
#261D22
(38,29,34)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #AD77A0

#AD77A0
(173,119,160)
#B483A8
(180,131,168)
#BB8FB0
(187,143,176)
#C29BB8
(194,155,184)
#C9A7C0
(201,167,192)
#D0B3C8
(208,179,200)
#D7BFD0
(215,191,208)
#DECBD8
(222,203,216)
#E5D7E0
(229,215,224)
#ECE3E8
(236,227,232)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD77A0 color. Also use rgb(173,119,160) instead hex code.

Text Font Color

.myTextColor { color: #AD77A0; }

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

This text font color is #AD77A0.


Background Color

.myBgColor { background-color: #AD77A0; }

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

This div background color is #AD77A0.


Border color

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

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

This div border color is #AD77A0.


Opacity

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

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

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

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

This text has shadow with #AD77A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD77A0 on black background.


Color preview on white background

This text has color #AD77A0 on white background.



Black color preview on #AD77A0 background

This text has black color on #AD77A0 background.


White color preview on #AD77A0 background

This text has white color on #AD77A0 background.