COLOR #AD7EB1

HEX: #AD7EB1
RGB: (173,126,177)

Renk bilgisi

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

RGB renk modeli

#AD7EB1 color RGB value is (173,126,177).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 126 of 255 = 49%
B 177 of 255 = 69%

173
126
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 126 + 177 = 476 (100%)
R 173 of 476 ~ 36.34%
G 126 of 476 ~ 26.47%
B 177 of 476 ~ 37.18%

%36.34
%26.47
%37.18

CMYK RENK MODELİ

#AD7EB1 rengi CMYK tonu (2,29,0,31).

  • camgöbeği tonu 2.26%
  • eflatun tonu 28.81%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(2,29,0,31)
C2M29Y0K31 
(2%,29%,0%,31%)
(0.02/0.29/0.00/0.31)	

CMYK yüzdeleri

%2.26
%28.81
%0
%30.59

Codes

Color #AD7EB1 in popluar color models

AD7EB1
RGB173126177
HSL295°24.64%59.41%
HSB/HSV295°28.81%69.41%
CMYK2.26%28.81%0.00%
30.59%

Color #AD7EB1 in popluar number systems.

HEXAD7EB1
Decimal173126177
Binary10101101111111010110001
Octal255176261

Shades and tints

Shades of #AD7EB1

#AD7EB1
(173,126,177)
#9E73A1
(158,115,161)
#8F6891
(143,104,145)
#805D81
(128,93,129)
#715271
(113,82,113)
#624761
(98,71,97)
#533C51
(83,60,81)
#443141
(68,49,65)
#352631
(53,38,49)
#261B21
(38,27,33)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #AD7EB1

#AD7EB1
(173,126,177)
#B489B8
(180,137,184)
#BB94BF
(187,148,191)
#C29FC6
(194,159,198)
#C9AACD
(201,170,205)
#D0B5D4
(208,181,212)
#D7C0DB
(215,192,219)
#DECBE2
(222,203,226)
#E5D6E9
(229,214,233)
#ECE1F0
(236,225,240)
#F3ECF7
(243,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7EB1; }

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

This text font color is #AD7EB1.


Background Color

.myBgColor { background-color: #AD7EB1; }

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

This div background color is #AD7EB1.


Border color

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

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

This div border color is #AD7EB1.


Opacity

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

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

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

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

This text has shadow with #AD7EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7EB1 on black background.


Color preview on white background

This text has color #AD7EB1 on white background.



Black color preview on #AD7EB1 background

This text has black color on #AD7EB1 background.


White color preview on #AD7EB1 background

This text has white color on #AD7EB1 background.