COLOR #AD8DB5

HEX: #AD8DB5
RGB: (173,141,181)

Renk bilgisi

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

RGB renk modeli

#AD8DB5 color RGB value is (173,141,181).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 141 of 255 = 55%
B 181 of 255 = 71%

173
141
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 141 + 181 = 495 (100%)
R 173 of 495 ~ 34.95%
G 141 of 495 ~ 28.48%
B 181 of 495 ~ 36.57%

%34.95
%28.48
%36.57

CMYK RENK MODELİ

#AD8DB5 rengi CMYK tonu (4,22,0,29).

  • camgöbeği tonu 4.42%
  • eflatun tonu 22.10%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(4,22,0,29)
C4M22Y0K29 
(4%,22%,0%,29%)
(0.04/0.22/0.00/0.29)	

CMYK yüzdeleri

%4.42
%22.1
%0
%29.02

Codes

Color #AD8DB5 in popluar color models

AD8DB5
RGB173141181
HSL288°21.28%63.14%
HSB/HSV288°22.10%70.98%
CMYK4.42%22.10%0.00%
29.02%

Color #AD8DB5 in popluar number systems.

HEXAD8DB5
Decimal173141181
Binary101011011000110110110101
Octal255215265

Shades and tints

Shades of #AD8DB5

#AD8DB5
(173,141,181)
#9E81A5
(158,129,165)
#8F7595
(143,117,149)
#806985
(128,105,133)
#715D75
(113,93,117)
#625165
(98,81,101)
#534555
(83,69,85)
#443945
(68,57,69)
#352D35
(53,45,53)
#262125
(38,33,37)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #AD8DB5

#AD8DB5
(173,141,181)
#B497BB
(180,151,187)
#BBA1C1
(187,161,193)
#C2ABC7
(194,171,199)
#C9B5CD
(201,181,205)
#D0BFD3
(208,191,211)
#D7C9D9
(215,201,217)
#DED3DF
(222,211,223)
#E5DDE5
(229,221,229)
#ECE7EB
(236,231,235)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8DB5; }

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

This text font color is #AD8DB5.


Background Color

.myBgColor { background-color: #AD8DB5; }

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

This div background color is #AD8DB5.


Border color

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

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

This div border color is #AD8DB5.


Opacity

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

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

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

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

This text has shadow with #AD8DB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8DB5 on black background.


Color preview on white background

This text has color #AD8DB5 on white background.



Black color preview on #AD8DB5 background

This text has black color on #AD8DB5 background.


White color preview on #AD8DB5 background

This text has white color on #AD8DB5 background.