COLOR #AD79B1

HEX: #AD79B1
RGB: (173,121,177)

Renk bilgisi

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

RGB renk modeli

#AD79B1 color RGB value is (173,121,177).

  • kırmız ton 173;
  • yeşil ton 121;
  • mavi ton 177.
RGB:
(173,121,177)
(68%,47%,69%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 121 of 255 = 47%
B 177 of 255 = 69%

173
121
177

R + G + B ~ 61%. #AD79B1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 121 + 177 = 471 (100%)
R 173 of 471 ~ 36.73%
G 121 of 471 ~ 25.69%
B 177 of 471 ~ 37.58%

%36.73
%25.69
%37.58

CMYK RENK MODELİ

#AD79B1 rengi CMYK tonu (2,32,0,31).

  • camgöbeği tonu 2.26%
  • eflatun tonu 31.64%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(2,32,0,31)
C2M32Y0K31 
(2%,32%,0%,31%)
(0.02/0.32/0.00/0.31)	

CMYK yüzdeleri

%2.26
%31.64
%0
%30.59

Codes

Color #AD79B1 in popluar color models

AD79B1
RGB173121177
HSL296°26.42%58.43%
HSB/HSV296°31.64%69.41%
CMYK2.26%31.64%0.00%
30.59%

Color #AD79B1 in popluar number systems.

HEXAD79B1
Decimal173121177
Binary10101101111100110110001
Octal255171261

Shades and tints

Shades of #AD79B1

#AD79B1
(173,121,177)
#9E6EA1
(158,110,161)
#8F6391
(143,99,145)
#805881
(128,88,129)
#714D71
(113,77,113)
#624261
(98,66,97)
#533751
(83,55,81)
#442C41
(68,44,65)
#352131
(53,33,49)
#261621
(38,22,33)
#170B11
(23,11,17)
#000000
(0,0,0)

Tints of #AD79B1

#AD79B1
(173,121,177)
#B485B8
(180,133,184)
#BB91BF
(187,145,191)
#C29DC6
(194,157,198)
#C9A9CD
(201,169,205)
#D0B5D4
(208,181,212)
#D7C1DB
(215,193,219)
#DECDE2
(222,205,226)
#E5D9E9
(229,217,233)
#ECE5F0
(236,229,240)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD79B1 color. Also use rgb(173,121,177) instead hex code.

Text Font Color

.myTextColor { color: #AD79B1; }

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

This text font color is #AD79B1.


Background Color

.myBgColor { background-color: #AD79B1; }

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

This div background color is #AD79B1.


Border color

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

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

This div border color is #AD79B1.


Opacity

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

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

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

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

This text has shadow with #AD79B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD79B1 on black background.


Color preview on white background

This text has color #AD79B1 on white background.



Black color preview on #AD79B1 background

This text has black color on #AD79B1 background.


White color preview on #AD79B1 background

This text has white color on #AD79B1 background.