COLOR #AD8EB1

HEX: #AD8EB1
RGB: (173,142,177)

Renk bilgisi

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

RGB renk modeli

#AD8EB1 color RGB value is (173,142,177).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 142 of 255 = 56%
B 177 of 255 = 69%

173
142
177

R + G + B ~ 64%. #AD8EB1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 142 + 177 = 492 (100%)
R 173 of 492 ~ 35.16%
G 142 of 492 ~ 28.86%
B 177 of 492 ~ 35.98%

%35.16
%28.86
%35.98

CMYK RENK MODELİ

#AD8EB1 rengi CMYK tonu (2,20,0,31).

  • camgöbeği tonu 2.26%
  • eflatun tonu 19.77%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(2,20,0,31)
C2M20Y0K31 
(2%,20%,0%,31%)
(0.02/0.20/0.00/0.31)	

CMYK yüzdeleri

%2.26
%19.77
%0
%30.59

Codes

Color #AD8EB1 in popluar color models

AD8EB1
RGB173142177
HSL293°18.32%62.55%
HSB/HSV293°19.77%69.41%
CMYK2.26%19.77%0.00%
30.59%

Color #AD8EB1 in popluar number systems.

HEXAD8EB1
Decimal173142177
Binary101011011000111010110001
Octal255216261

Shades and tints

Shades of #AD8EB1

#AD8EB1
(173,142,177)
#9E82A1
(158,130,161)
#8F7691
(143,118,145)
#806A81
(128,106,129)
#715E71
(113,94,113)
#625261
(98,82,97)
#534651
(83,70,81)
#443A41
(68,58,65)
#352E31
(53,46,49)
#262221
(38,34,33)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #AD8EB1

#AD8EB1
(173,142,177)
#B498B8
(180,152,184)
#BBA2BF
(187,162,191)
#C2ACC6
(194,172,198)
#C9B6CD
(201,182,205)
#D0C0D4
(208,192,212)
#D7CADB
(215,202,219)
#DED4E2
(222,212,226)
#E5DEE9
(229,222,233)
#ECE8F0
(236,232,240)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8EB1; }

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

This text font color is #AD8EB1.


Background Color

.myBgColor { background-color: #AD8EB1; }

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

This div background color is #AD8EB1.


Border color

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

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

This div border color is #AD8EB1.


Opacity

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

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

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

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

This text has shadow with #AD8EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8EB1 on black background.


Color preview on white background

This text has color #AD8EB1 on white background.



Black color preview on #AD8EB1 background

This text has black color on #AD8EB1 background.


White color preview on #AD8EB1 background

This text has white color on #AD8EB1 background.