COLOR #AD77B7

HEX: #AD77B7
RGB: (173,119,183)

Renk bilgisi

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

RGB renk modeli

#AD77B7 color RGB value is (173,119,183).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 119 of 255 = 47%
B 183 of 255 = 72%

173
119
183

R + G + B ~ 62%. #AD77B7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 119 + 183 = 475 (100%)
R 173 of 475 ~ 36.42%
G 119 of 475 ~ 25.05%
B 183 of 475 ~ 38.53%

%36.42
%25.05
%38.53

CMYK RENK MODELİ

#AD77B7 rengi CMYK tonu (5,35,0,28).

  • camgöbeği tonu 5.46%
  • eflatun tonu 34.97%
  • sarı tonu 0.00%
  • ana renk tonu 28.24%
CMYK:
(5,35,0,28)
C5M35Y0K28 
(5%,35%,0%,28%)
(0.05/0.35/0.00/0.28)	

CMYK yüzdeleri

%5.46
%34.97
%0
%28.24

Codes

Color #AD77B7 in popluar color models

AD77B7
RGB173119183
HSL291°30.77%59.22%
HSB/HSV291°34.97%71.76%
CMYK5.46%34.97%0.00%
28.24%

Color #AD77B7 in popluar number systems.

HEXAD77B7
Decimal173119183
Binary10101101111011110110111
Octal255167267

Shades and tints

Shades of #AD77B7

#AD77B7
(173,119,183)
#9E6DA7
(158,109,167)
#8F6397
(143,99,151)
#805987
(128,89,135)
#714F77
(113,79,119)
#624567
(98,69,103)
#533B57
(83,59,87)
#443147
(68,49,71)
#352737
(53,39,55)
#261D27
(38,29,39)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #AD77B7

#AD77B7
(173,119,183)
#B483BD
(180,131,189)
#BB8FC3
(187,143,195)
#C29BC9
(194,155,201)
#C9A7CF
(201,167,207)
#D0B3D5
(208,179,213)
#D7BFDB
(215,191,219)
#DECBE1
(222,203,225)
#E5D7E7
(229,215,231)
#ECE3ED
(236,227,237)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD77B7; }

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

This text font color is #AD77B7.


Background Color

.myBgColor { background-color: #AD77B7; }

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

This div background color is #AD77B7.


Border color

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

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

This div border color is #AD77B7.


Opacity

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

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

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

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

This text has shadow with #AD77B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD77B7 on black background.


Color preview on white background

This text has color #AD77B7 on white background.



Black color preview on #AD77B7 background

This text has black color on #AD77B7 background.


White color preview on #AD77B7 background

This text has white color on #AD77B7 background.