COLOR #AD9BD6

HEX: #AD9BD6
RGB: (173,155,214)

Renk bilgisi

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

RGB renk modeli

#AD9BD6 color RGB value is (173,155,214).

  • kırmız ton 173;
  • yeşil ton 155;
  • mavi ton 214.
RGB:
(173,155,214)
(68%,61%,84%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 155 of 255 = 61%
B 214 of 255 = 84%

173
155
214

R + G + B ~ 71%. #AD9BD6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 155 + 214 = 542 (100%)
R 173 of 542 ~ 31.92%
G 155 of 542 ~ 28.6%
B 214 of 542 ~ 39.48%

%31.92
%28.6
%39.48

CMYK RENK MODELİ

#AD9BD6 rengi CMYK tonu (19,28,0,16).

  • camgöbeği tonu 19.16%
  • eflatun tonu 27.57%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(19,28,0,16)
C19M28Y0K16 
(19%,28%,0%,16%)
(0.19/0.28/0.00/0.16)	

CMYK yüzdeleri

%19.16
%27.57
%0
%16.08

Codes

Color #AD9BD6 in popluar color models

AD9BD6
RGB173155214
HSL258°41.84%72.35%
HSB/HSV258°27.57%83.92%
CMYK19.16%27.57%0.00%
16.08%

Color #AD9BD6 in popluar number systems.

HEXAD9BD6
Decimal173155214
Binary101011011001101111010110
Octal255233326

Shades and tints

Shades of #AD9BD6

#AD9BD6
(173,155,214)
#9E8DC3
(158,141,195)
#8F7FB0
(143,127,176)
#80719D
(128,113,157)
#71638A
(113,99,138)
#625577
(98,85,119)
#534764
(83,71,100)
#443951
(68,57,81)
#352B3E
(53,43,62)
#261D2B
(38,29,43)
#170F18
(23,15,24)
#000000
(0,0,0)

Tints of #AD9BD6

#AD9BD6
(173,155,214)
#B4A4D9
(180,164,217)
#BBADDC
(187,173,220)
#C2B6DF
(194,182,223)
#C9BFE2
(201,191,226)
#D0C8E5
(208,200,229)
#D7D1E8
(215,209,232)
#DEDAEB
(222,218,235)
#E5E3EE
(229,227,238)
#ECECF1
(236,236,241)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9BD6 color. Also use rgb(173,155,214) instead hex code.

Text Font Color

.myTextColor { color: #AD9BD6; }

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

This text font color is #AD9BD6.


Background Color

.myBgColor { background-color: #AD9BD6; }

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

This div background color is #AD9BD6.


Border color

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

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

This div border color is #AD9BD6.


Opacity

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

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

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

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

This text has shadow with #AD9BD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9BD6 on black background.


Color preview on white background

This text has color #AD9BD6 on white background.



Black color preview on #AD9BD6 background

This text has black color on #AD9BD6 background.


White color preview on #AD9BD6 background

This text has white color on #AD9BD6 background.