COLOR #AD7DB7

HEX: #AD7DB7
RGB: (173,125,183)

Renk bilgisi

#AD7DB7 contains red, green and blue colors in about the same proportion. #AD7DB7 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#AD7DB7 color RGB value is (173,125,183).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 125 of 255 = 49%
B 183 of 255 = 72%

173
125
183

R + G + B ~ 63%. #AD7DB7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 125 + 183 = 481 (100%)
R 173 of 481 ~ 35.97%
G 125 of 481 ~ 25.99%
B 183 of 481 ~ 38.05%

%35.97
%25.99
%38.05

CMYK RENK MODELİ

#AD7DB7 rengi CMYK tonu (5,32,0,28).

  • camgöbeği tonu 5.46%
  • eflatun tonu 31.69%
  • sarı tonu 0.00%
  • ana renk tonu 28.24%
CMYK:
(5,32,0,28)
C5M32Y0K28 
(5%,32%,0%,28%)
(0.05/0.32/0.00/0.28)	

CMYK yüzdeleri

%5.46
%31.69
%0
%28.24

Codes

Color #AD7DB7 in popluar color models

AD7DB7
RGB173125183
HSL290°28.71%60.39%
HSB/HSV290°31.69%71.76%
CMYK5.46%31.69%0.00%
28.24%

Color #AD7DB7 in popluar number systems.

HEXAD7DB7
Decimal173125183
Binary10101101111110110110111
Octal255175267

Shades and tints

Shades of #AD7DB7

#AD7DB7
(173,125,183)
#9E72A7
(158,114,167)
#8F6797
(143,103,151)
#805C87
(128,92,135)
#715177
(113,81,119)
#624667
(98,70,103)
#533B57
(83,59,87)
#443047
(68,48,71)
#352537
(53,37,55)
#261A27
(38,26,39)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #AD7DB7

#AD7DB7
(173,125,183)
#B488BD
(180,136,189)
#BB93C3
(187,147,195)
#C29EC9
(194,158,201)
#C9A9CF
(201,169,207)
#D0B4D5
(208,180,213)
#D7BFDB
(215,191,219)
#DECAE1
(222,202,225)
#E5D5E7
(229,213,231)
#ECE0ED
(236,224,237)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7DB7; }

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

This text font color is #AD7DB7.


Background Color

.myBgColor { background-color: #AD7DB7; }

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

This div background color is #AD7DB7.


Border color

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

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

This div border color is #AD7DB7.


Opacity

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

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

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

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

This text has shadow with #AD7DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7DB7 on black background.


Color preview on white background

This text has color #AD7DB7 on white background.



Black color preview on #AD7DB7 background

This text has black color on #AD7DB7 background.


White color preview on #AD7DB7 background

This text has white color on #AD7DB7 background.