COLOR #AD9DB6

HEX: #AD9DB6
RGB: (173,157,182)

Renk bilgisi

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

RGB renk modeli

#AD9DB6 color RGB value is (173,157,182).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 157 of 255 = 62%
B 182 of 255 = 71%

173
157
182

R + G + B ~ 67%. #AD9DB6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 157 + 182 = 512 (100%)
R 173 of 512 ~ 33.79%
G 157 of 512 ~ 30.66%
B 182 of 512 ~ 35.55%

%33.79
%30.66
%35.55

CMYK RENK MODELİ

#AD9DB6 rengi CMYK tonu (5,14,0,29).

  • camgöbeği tonu 4.95%
  • eflatun tonu 13.74%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(5,14,0,29)
C5M14Y0K29 
(5%,14%,0%,29%)
(0.05/0.14/0.00/0.29)	

CMYK yüzdeleri

%4.95
%13.74
%0
%28.63

Codes

Color #AD9DB6 in popluar color models

AD9DB6
RGB173157182
HSL278°14.62%66.47%
HSB/HSV278°13.74%71.37%
CMYK4.95%13.74%0.00%
28.63%

Color #AD9DB6 in popluar number systems.

HEXAD9DB6
Decimal173157182
Binary101011011001110110110110
Octal255235266

Shades and tints

Shades of #AD9DB6

#AD9DB6
(173,157,182)
#9E8FA6
(158,143,166)
#8F8196
(143,129,150)
#807386
(128,115,134)
#716576
(113,101,118)
#625766
(98,87,102)
#534956
(83,73,86)
#443B46
(68,59,70)
#352D36
(53,45,54)
#261F26
(38,31,38)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #AD9DB6

#AD9DB6
(173,157,182)
#B4A5BC
(180,165,188)
#BBADC2
(187,173,194)
#C2B5C8
(194,181,200)
#C9BDCE
(201,189,206)
#D0C5D4
(208,197,212)
#D7CDDA
(215,205,218)
#DED5E0
(222,213,224)
#E5DDE6
(229,221,230)
#ECE5EC
(236,229,236)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9DB6; }

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

This text font color is #AD9DB6.


Background Color

.myBgColor { background-color: #AD9DB6; }

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

This div background color is #AD9DB6.


Border color

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

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

This div border color is #AD9DB6.


Opacity

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

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

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

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

This text has shadow with #AD9DB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9DB6 on black background.


Color preview on white background

This text has color #AD9DB6 on white background.



Black color preview on #AD9DB6 background

This text has black color on #AD9DB6 background.


White color preview on #AD9DB6 background

This text has white color on #AD9DB6 background.