COLOR #AD8DB7

HEX: #AD8DB7
RGB: (173,141,183)

Renk bilgisi

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

RGB renk modeli

#AD8DB7 color RGB value is (173,141,183).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 141 of 255 = 55%
B 183 of 255 = 72%

173
141
183

R + G + B ~ 65%. #AD8DB7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 141 + 183 = 497 (100%)
R 173 of 497 ~ 34.81%
G 141 of 497 ~ 28.37%
B 183 of 497 ~ 36.82%

%34.81
%28.37
%36.82

CMYK RENK MODELİ

#AD8DB7 rengi CMYK tonu (5,23,0,28).

  • camgöbeği tonu 5.46%
  • eflatun tonu 22.95%
  • sarı tonu 0.00%
  • ana renk tonu 28.24%
CMYK:
(5,23,0,28)
C5M23Y0K28 
(5%,23%,0%,28%)
(0.05/0.23/0.00/0.28)	

CMYK yüzdeleri

%5.46
%22.95
%0
%28.24

Codes

Color #AD8DB7 in popluar color models

AD8DB7
RGB173141183
HSL286°22.58%63.53%
HSB/HSV286°22.95%71.76%
CMYK5.46%22.95%0.00%
28.24%

Color #AD8DB7 in popluar number systems.

HEXAD8DB7
Decimal173141183
Binary101011011000110110110111
Octal255215267

Shades and tints

Shades of #AD8DB7

#AD8DB7
(173,141,183)
#9E81A7
(158,129,167)
#8F7597
(143,117,151)
#806987
(128,105,135)
#715D77
(113,93,119)
#625167
(98,81,103)
#534557
(83,69,87)
#443947
(68,57,71)
#352D37
(53,45,55)
#262127
(38,33,39)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #AD8DB7

#AD8DB7
(173,141,183)
#B497BD
(180,151,189)
#BBA1C3
(187,161,195)
#C2ABC9
(194,171,201)
#C9B5CF
(201,181,207)
#D0BFD5
(208,191,213)
#D7C9DB
(215,201,219)
#DED3E1
(222,211,225)
#E5DDE7
(229,221,231)
#ECE7ED
(236,231,237)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8DB7; }

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

This text font color is #AD8DB7.


Background Color

.myBgColor { background-color: #AD8DB7; }

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

This div background color is #AD8DB7.


Border color

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

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

This div border color is #AD8DB7.


Opacity

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

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

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

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

This text has shadow with #AD8DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8DB7 on black background.


Color preview on white background

This text has color #AD8DB7 on white background.



Black color preview on #AD8DB7 background

This text has black color on #AD8DB7 background.


White color preview on #AD8DB7 background

This text has white color on #AD8DB7 background.