COLOR #AD77D7

HEX: #AD77D7
RGB: (173,119,215)

Renk bilgisi

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

RGB renk modeli

#AD77D7 color RGB value is (173,119,215).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 119 of 255 = 47%
B 215 of 255 = 84%

173
119
215

R + G + B ~ 66%. #AD77D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 119 + 215 = 507 (100%)
R 173 of 507 ~ 34.12%
G 119 of 507 ~ 23.47%
B 215 of 507 ~ 42.41%

%34.12
%23.47
%42.41

CMYK RENK MODELİ

#AD77D7 rengi CMYK tonu (20,45,0,16).

  • camgöbeği tonu 19.53%
  • eflatun tonu 44.65%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(20,45,0,16)
C20M45Y0K16 
(20%,45%,0%,16%)
(0.20/0.45/0.00/0.16)	

CMYK yüzdeleri

%19.53
%44.65
%0
%15.69

Codes

Color #AD77D7 in popluar color models

AD77D7
RGB173119215
HSL274°54.55%65.49%
HSB/HSV274°44.65%84.31%
CMYK19.53%44.65%0.00%
15.69%

Color #AD77D7 in popluar number systems.

HEXAD77D7
Decimal173119215
Binary10101101111011111010111
Octal255167327

Shades and tints

Shades of #AD77D7

#AD77D7
(173,119,215)
#9E6DC4
(158,109,196)
#8F63B1
(143,99,177)
#80599E
(128,89,158)
#714F8B
(113,79,139)
#624578
(98,69,120)
#533B65
(83,59,101)
#443152
(68,49,82)
#35273F
(53,39,63)
#261D2C
(38,29,44)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #AD77D7

#AD77D7
(173,119,215)
#B483DA
(180,131,218)
#BB8FDD
(187,143,221)
#C29BE0
(194,155,224)
#C9A7E3
(201,167,227)
#D0B3E6
(208,179,230)
#D7BFE9
(215,191,233)
#DECBEC
(222,203,236)
#E5D7EF
(229,215,239)
#ECE3F2
(236,227,242)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD77D7; }

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

This text font color is #AD77D7.


Background Color

.myBgColor { background-color: #AD77D7; }

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

This div background color is #AD77D7.


Border color

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

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

This div border color is #AD77D7.


Opacity

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

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

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

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

This text has shadow with #AD77D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD77D7 on black background.


Color preview on white background

This text has color #AD77D7 on white background.



Black color preview on #AD77D7 background

This text has black color on #AD77D7 background.


White color preview on #AD77D7 background

This text has white color on #AD77D7 background.