COLOR #AD9DBA

HEX: #AD9DBA
RGB: (173,157,186)

Renk bilgisi

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

RGB renk modeli

#AD9DBA color RGB value is (173,157,186).

  • kırmız ton 173;
  • yeşil ton 157;
  • mavi ton 186.
RGB:
(173,157,186)
(68%,62%,73%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 157 of 255 = 62%
B 186 of 255 = 73%

173
157
186

R + G + B ~ 68%. #AD9DBA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 157 + 186 = 516 (100%)
R 173 of 516 ~ 33.53%
G 157 of 516 ~ 30.43%
B 186 of 516 ~ 36.05%

%33.53
%30.43
%36.05

CMYK RENK MODELİ

#AD9DBA rengi CMYK tonu (7,16,0,27).

  • camgöbeği tonu 6.99%
  • eflatun tonu 15.59%
  • sarı tonu 0.00%
  • ana renk tonu 27.06%
CMYK:
(7,16,0,27)
C7M16Y0K27 
(7%,16%,0%,27%)
(0.07/0.16/0.00/0.27)	

CMYK yüzdeleri

%6.99
%15.59
%0
%27.06

Codes

Color #AD9DBA in popluar color models

AD9DBA
RGB173157186
HSL273°17.37%67.25%
HSB/HSV273°15.59%72.94%
CMYK6.99%15.59%0.00%
27.06%

Color #AD9DBA in popluar number systems.

HEXAD9DBA
Decimal173157186
Binary101011011001110110111010
Octal255235272

Shades and tints

Shades of #AD9DBA

#AD9DBA
(173,157,186)
#9E8FAA
(158,143,170)
#8F819A
(143,129,154)
#80738A
(128,115,138)
#71657A
(113,101,122)
#62576A
(98,87,106)
#53495A
(83,73,90)
#443B4A
(68,59,74)
#352D3A
(53,45,58)
#261F2A
(38,31,42)
#17111A
(23,17,26)
#000000
(0,0,0)

Tints of #AD9DBA

#AD9DBA
(173,157,186)
#B4A5C0
(180,165,192)
#BBADC6
(187,173,198)
#C2B5CC
(194,181,204)
#C9BDD2
(201,189,210)
#D0C5D8
(208,197,216)
#D7CDDE
(215,205,222)
#DED5E4
(222,213,228)
#E5DDEA
(229,221,234)
#ECE5F0
(236,229,240)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9DBA color. Also use rgb(173,157,186) instead hex code.

Text Font Color

.myTextColor { color: #AD9DBA; }

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

This text font color is #AD9DBA.


Background Color

.myBgColor { background-color: #AD9DBA; }

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

This div background color is #AD9DBA.


Border color

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

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

This div border color is #AD9DBA.


Opacity

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

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

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

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

This text has shadow with #AD9DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9DBA on black background.


Color preview on white background

This text has color #AD9DBA on white background.



Black color preview on #AD9DBA background

This text has black color on #AD9DBA background.


White color preview on #AD9DBA background

This text has white color on #AD9DBA background.